aokolnychyi commented on issue #5224:
URL: https://github.com/apache/iceberg/issues/5224#issuecomment-1179215916

   I see dynamic filtering working correctly:
   
   ```
   RuntimeFilters: [dynamicpruningexpression(_file#736 IN subquery#1051)]
   ```
   
   The only non-broadcast shuffle happens later to cluster records by `_file`.
   You can disable it by setting `write.delete.distribution-mode` to none as 
you are using broadcast joins otherwise.


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