You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/14 21:21:59 UTC

[GitHub] [arrow] kou commented on pull request #6729: ARROW-8229: [Java] Move ArrowBuf into the Arrow package

kou commented on pull request #6729:
URL: https://github.com/apache/arrow/pull/6729#issuecomment-643823860


   This breaks Spark: https://github.com/ursa-labs/crossbow/runs/769424833#step:6:13025
   
   ```text
    [ERROR] [Error] /spark/sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ArrowColumnVector.java:20: cannot find symbol
     symbol:   class ArrowBuf
     location: package io.netty.buffer
   [ERROR] [Error] /spark/sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ArrowColumnVector.java:461: cannot find symbol
     symbol:   class ArrowBuf
     location: class org.apache.spark.sql.vectorized.ArrowColumnVector.ArrayAccessor
   ```
   
   Because Spark uses `io.netty.buffer.ArrowBuf`: https://github.com/apache/spark/blob/master/sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ArrowColumnVector.java#L20
   
   Should we restore the `io.netty.buffer.ArrowBuf` name or update Spark?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org