kbendick commented on issue #4997:
URL: https://github.com/apache/iceberg/issues/4997#issuecomment-1150349886

   This relates to https://github.com/apache/iceberg/pull/3400
   
   You have to disable broadcast joins for dynamic partition filtering to work, 
as broadcast joins are generally still considered faster.
   
   Can you set `spark.sql.autoBroadcastJoinThreshold = -1` in your spark config 
and then try running the explain again?


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