RussellSpitzer commented on code in PR #4720:
URL: https://github.com/apache/iceberg/pull/4720#discussion_r867345949
##########
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java:
##########
@@ -171,6 +171,13 @@ public void testPartitionedTable() throws Exception {
Assert.assertEquals("Metadata table should return one data file", 1,
actualDataFiles.size());
TestHelpers.assertEqualsSafe(filesTableSchema.asStruct(),
expectedDataFiles.get(0), actualDataFiles.get(0));
+ List<Row> actualPartitionsWithProjection =
Review Comment:
While I like this test I believe we should also add one to
https://github.com/apache/iceberg/blob/4ae2002bd46bf8e1c20db03cffc6319237e4d74a/core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java
To make sure we have one in the core module.
--
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]