apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.55k stars 3.54k forks source link

[Integration] Update turbodbc integration test to install a pinned version in the Dockerfile #21616

Open asfimport opened 5 years ago

asfimport commented 5 years ago

integration/turbodbc/runtest.sh currently installs and tests the integration with a fork's branch. We should test against the official turbodbc release once Uwe's PR gets merged.

The turbodbc install step should be run during the docker image build ( in the Dockerfile) instead of the runtest.sh script.

Reporter: Krisztian Szucs / @kszucs

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

asfimport commented 5 years ago

Uwe Korn / @xhochy: @kszucs I don't think that this would work well given how often we break things in Arrow. I would rather keep building against master.