nastra commented on a change in pull request #2746:
URL: https://github.com/apache/iceberg/pull/2746#discussion_r667733315
##########
File path:
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.java
##########
@@ -40,7 +40,8 @@
public VectorizedColumnIterator(ColumnDescriptor desc, String writerVersion,
boolean setArrowValidityVector) {
super(desc);
- Preconditions.checkArgument(desc.getMaxRepetitionLevel() == 0,
+ Preconditions.checkArgument(
+ desc.getMaxRepetitionLevel() == 0,
Review comment:
that was the result of auto code formatting. Fixed to how it was before.
--
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]