You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2020/09/10 08:39:00 UTC

[jira] [Created] (SPARK-32842) Support dynamic partition pruning hint

Yuming Wang created SPARK-32842:
-----------------------------------

             Summary: Support dynamic partition pruning hint
                 Key: SPARK-32842
                 URL: https://issues.apache.org/jira/browse/SPARK-32842
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.1.0
            Reporter: Yuming Wang


For some joins, one side is very small but can not broadcast, for example:
 * left join but left side very small
 * right join but the right side very small

At this time, {{PlanDynamicPruningFilters}} may not insert dynamic partition pruning. I'd like to add a hint to support users to force insert a dynamic partition pruning.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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