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 2021/04/27 16:08:31 UTC

[GitHub] [iceberg] cccs-jc commented on issue #2527: Spark Dynamic Partition Pruning

cccs-jc commented on issue #2527:
URL: https://github.com/apache/iceberg/issues/2527#issuecomment-827729244


   Ha okay, I'm now setting the filter ratio
   
   `.config("spark.sql.optimizer.dynamicPartitionPruning.fallbackFilterRatio", 0.001)`
   or
   ` .config("spark.sql.optimizer.dynamicPartitionPruning.fallbackFilterRatio", 100)`
   
   Trying to determine if filters will be pushed down. Should I see them pushed down in the BatchScan for the probing table. My explain plan does not show any pushed down filters
   
   `BatchScan[rrname#293, timeperiod#296] test_table1 [filters=]`


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

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