flyrain commented on code in PR #4683:
URL: https://github.com/apache/iceberg/pull/4683#discussion_r875378319
##########
spark/v2.4/spark/src/test/java/org/apache/iceberg/spark/data/TestSparkParquetReadMetadataColumns.java:
##########
@@ -104,7 +103,6 @@ public class TestSparkParquetReadMetadataColumns {
}
row.update(1, UTF8String.fromString("str" + i));
row.update(2, i);
- row.update(3, false);
Review Comment:
They are broken by the vectorized changes. I added back them since we are
going to handle the vectorized version in another PR.
--
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]