cbb330 commented on code in PR #16692:
URL: https://github.com/apache/iceberg/pull/16692#discussion_r3605285583


##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/sql/TestFilterPushDown.java:
##########
@@ -647,6 +648,47 @@ public void testVariantExtractFiltering() {
         });
   }
 
+  @TestTemplate
+  public void testFilterPushdownOnInitialDefaultColumnAbsentFromFile() {

Review Comment:
   thanks @amogh-jahagirdar, sounds like a good plan.
   
   I made a small commit that directly addresses @stevenzwu request to create a 
spark e2e test covering nested fields. It intentionally doesn't expose the new 
gap you also found. 
   
   https://github.com/cbb330/iceberg-apache/pull/4/changes  do you plan to 
merge that gap-exposing test here with "@Disabled" or discard and push into the 
follow-up?



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