You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/08 23:59:03 UTC

[GitHub] [iceberg] kbendick commented on issue #4997: Spark 3.2 query's partition filter with UDF inside did not get pushed to BatchScan operator

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

   Also, thinking out loud here, but what plan gets generated if you use `INTERVAL`?  For example `explain select * from db.tbl where dt between '2022-01-01' - interval 1 days` (or something equivalent).
   
   If that worked, that would be my suggestion solution as disabling broadcast joins is not exactly the best resolution.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org