szlta commented on code in PR #4662:
URL: https://github.com/apache/iceberg/pull/4662#discussion_r875624769
##########
core/src/test/java/org/apache/iceberg/TestDataTableScan.java:
##########
@@ -130,4 +132,63 @@ public void testTableScanWithPlanExecutor() {
Assert.assertEquals(2, Iterables.size(scan.planFiles()));
Assert.assertTrue("Thread should be created in provided pool",
planThreadsIndex.get() > 0);
}
+
+ @Test
+ public void testReaddingPartitionField() throws Exception {
Review Comment:
That was supposed to be re-adding, I made it camelCase now to be less
ambiguous.
--
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]