[ 
https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344041#comment-16344041
 ] 

ASF GitHub Bot commented on ARROW-1579:
---------------------------------------

BryanCutler commented on issue #1319: [WIP] ARROW-1579: [Java] Adding 
containerized Spark Integration tests
URL: https://github.com/apache/arrow/pull/1319#issuecomment-361390175
 
 
   Looks like the errors I'm getting is because `pa.__version__` return `None`
   
   ```
   >>> import pyarrow as pa
   >>> from distutils.version import LooseVersion
   >>> LooseVersion(pa.__version__) < LooseVersion('0.8.0')
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File 
"/home/bryan/miniconda2/envs/pyarrow-dev/lib/python2.7/distutils/version.py", 
line 296, in __cmp__
       return cmp(self.version, other.version)
   AttributeError: LooseVersion instance has no attribute 'version'
   >>> pa.__version__
   >>>
   ```
   Is there something in the build I need to set to get a valid version? cc 
@wesm 

----------------------------------------------------------------
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:
us...@infra.apache.org


> [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)

Reply via email to