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

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

xhochy commented on issue #1319: ARROW-1579: [Java] Adding containerized Spark 
Integration tests
URL: https://github.com/apache/arrow/pull/1319#issuecomment-366328470
 
 
   Sadly I get the following error on master: 
   
   ```
   [warn] Class org.apache.avro.reflect.Stringable not found - continuing with 
a stub.
   [error] 
/apache-arrow/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowWriter.scala:65:
 not found: type NullableMapVector
   [error]       case (StructType(_), vector: NullableMapVector) =>
   [error]                                    ^
   [error] 
/apache-arrow/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowWriter.scala:66:
 value size is not a member of org.apache.arrow.vector.ValueVector
   [error]         val children = (0 until vector.size()).map { ordinal =>
   [error]                                        ^
   [error] 
/apache-arrow/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowWriter.scala:67:
 value getChildByOrdinal is not a member of org.apache.arrow.vector.ValueVector
   [error]           createFieldWriter(vector.getChildByOrdinal(ordinal))
   [error]                                    ^
   [error] 
/apache-arrow/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowWriter.scala:318:
 not found: type NullableMapVector
   [error]     val valueVector: NullableMapVector,
   [error]                      ^
   [warn] Class org.apache.avro.reflect.Stringable not found - continuing with 
a stub.
   [warn] two warnings found
   [error] four errors found
   [error] Compile failed at Feb 16, 2018 6:49:56 PM [50.120s]
   ```

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

Reply via email to