pjfanning opened a new issue, #41717:
URL: https://github.com/apache/arrow/issues/41717

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   arrow-vector 16.0.0 works fine for us but upgrading to 16.1.0 causes compile 
issues for us when we build with Java 8.
   
   We found this in the Apache Pekko CI build.
   
   ```
   [info] 
org.apache.pekko.stream.connectors.googlecloud.bigquery.storage.scaladsl.BigQueryArrowStorageSpec
 *** ABORTED *** (0 milliseconds)
   [info]   java.lang.NoSuchMethodError: 
java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;
   [info]   at 
org.apache.arrow.vector.ipc.message.MessageSerializer.readMessage(MessageSerializer.java:704)
   [info]   at 
org.apache.arrow.vector.ipc.message.MessageSerializer.deserializeSchema(MessageSerializer.java:213)
   [info]   at 
org.apache.pekko.stream.connectors.googlecloud.bigquery.storage.impl.SimpleRowReader.<init>(ArrowSource.scala:66)
   [info]   at 
org.apache.pekko.stream.connectors.googlecloud.bigquery.storage.scaladsl.BigQueryArrowStorageSpec.$anonfun$new$1(BigQueryArrowStorageSpec.scala:35)
   ```
   
   ### Component(s)
   
   Java


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to