toddfarmer / arrow-migration

0 stars 1 forks source link

[Python] Add Dockerfile for validating Dask integration outside of usual CI #1400

Closed toddfarmer closed 7 years ago

toddfarmer commented 7 years ago

Note: This issue was originally created as ARROW-1455. Please see the migration documentation for further details.

Original Issue Description:

Introducing the Dask stack into Arrow's CI might be a bit heavyweight at the moment, but we can add a testing set up in https://github.com/apache/arrow/tree/master/python/testing so that this can be validated on an ad hoc basis in a reproducible way.

see also ARROW-1417

toddfarmer commented 7 years ago

Note: Comment by Florian Jetter (fjetter): Maybe we could still add it to the CI but allow failures: https://docs.travis-ci.com/user/customizing-the-build#Rows-that-are-Allowed-to-Fail

toddfarmer commented 7 years ago

Note: Comment by Wes McKinney (wesm): Issue resolved by pull request 1249 https://github.com/apache/arrow/pull/1249