singhpk234 commented on code in PR #4720:
URL: https://github.com/apache/iceberg/pull/4720#discussion_r867348816


##########
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:
   +1 added a UT for the same, thanks @RussellSpitzer !!!



-- 
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]

Reply via email to