szehon-ho commented on PR #15079:
URL: https://github.com/apache/iceberg/pull/15079#issuecomment-3813599446

   Yea I think this code is suggested by @aokolnychyi , to be honest I am not 
sure what happens when we have a filter on a nested column.  I am wondering, 
what happens when we have a filter like `where map_col = map('a', 1)', was it 
passed before 
https://github.com/apache/iceberg/commit/9fb80b7167e58a2daef80f4a1a09f223b870c030
  as a residual filter to the file, or not?  This will help me understand if we 
should do another approach like bypass the PartitionSpec check here
   
   We could potentially test this at the lower level TestPositionDeletesReader.


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