[
https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16359573#comment-16359573
]
ASF GitHub Bot commented on ARROW-1579:
---------------------------------------
xhochy commented on a change in pull request #1319: [WIP] ARROW-1579: [Java]
Adding containerized Spark Integration tests
URL: https://github.com/apache/arrow/pull/1319#discussion_r167407030
##########
File path: python/pyarrow/__init__.py
##########
@@ -24,7 +24,7 @@
# package is not installed
try:
import setuptools_scm
- __version__ = setuptools_scm.get_version('../')
+ __version__ = setuptools_scm.get_version(root='../../',
relative_to=__file__)
Review comment:
See the suggestion above to get rid of this line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Java] Add dockerized test setup to validate Spark integration
> --------------------------------------------------------------
>
> Key: ARROW-1579
> URL: https://issues.apache.org/jira/browse/ARROW-1579
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Java - Vectors
> Reporter: Wes McKinney
> Assignee: Bryan Cutler
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> cc [~bryanc] -- the goal of this will be to validate master-to-master to
> catch any regressions in the Spark integration
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)