nastra commented on code in PR #8032:
URL: https://github.com/apache/iceberg/pull/8032#discussion_r1287226860
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -2003,4 +2008,48 @@ public void
multipleDiffsAgainstMultipleTablesLastFails() {
assertThat(schema2.findField("new-column")).isNull();
assertThat(schema2.columns()).hasSize(1);
}
+
+ @Test
+ public void testScanReportingOnSerializableTable() throws IOException,
ClassNotFoundException {
+ Table table = catalog().buildTable(TABLE, SCHEMA).create();
+ table
Review Comment:
correct, we don't send anything if the table doesn't have any files to do
scan planning for
--
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]