RussellSpitzer commented on a change in pull request #3029:
URL: https://github.com/apache/iceberg/pull/3029#discussion_r732988936
##########
File path:
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.java
##########
@@ -150,7 +150,7 @@ public VectorHolder read(VectorHolder reuse, int
numValsToRead) {
vectorizedColumnIterator.varWidthTypeBatchReader().nextBatch(vec,
-1, nullabilityHolder);
break;
case FIXED_WIDTH_BINARY:
-
vectorizedColumnIterator.fixedWidthTypeBinaryBatchReader().nextBatch(vec,
typeWidth, nullabilityHolder);
Review comment:
I don't know the basics here, so I'm confused why case Fixed with binary
is read with Fixed Size Binary, also I don't understand the difference between
fixed size and width
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]