kbendick opened a new issue #1292:
URL: https://github.com/apache/iceberg/issues/1292
```
/Users/kbendick/repos/iceberg/spark/src/main/java/org/apache/iceberg/spark/data/SparkValueReaders.java:140:
warning: [ByteBufferBackingArray] ByteBuffer.array() shouldn't be called
unless ByteBuffer.arrayOffset() is used or if the ByteBuffer was initialized
using ByteBuffer.wrap() or ByteBuffer.allocate().
decoder.readFixed(buffer.array(), 0, 16);
^
(see https://errorprone.info/bugpattern/ByteBufferBackingArray)
```
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]