rdblue commented on a change in pull request #365: test cases for
parquetMetrics with multiple rowgroup
URL: https://github.com/apache/incubator-iceberg/pull/365#discussion_r313089097
##########
File path: core/src/test/java/org/apache/iceberg/TestMetrics.java
##########
@@ -270,6 +289,97 @@ public void testMetricsForNullColumns() throws
IOException {
assertBounds(1, IntegerType.get(), null, null, metrics);
}
+ @Test
+ public void testMetricsForTopLevelWithMultipleRG() throws Exception {
Review comment:
"RG" should be expanded to `RowGroup`. We don't want to abbreviate unless
the meaning is clear.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]