You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ulysses you (Jira)" <ji...@apache.org> on 2021/04/25 10:31:00 UTC

[jira] [Updated] (SPARK-35221) Add join hint build side check

     [ https://issues.apache.org/jira/browse/SPARK-35221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ulysses you updated SPARK-35221:
--------------------------------
    Description: 
Currently we support specify the join implementation with hint, but Spark did not promised it.

For example broadcast outer join and hash outer join we need to check if its build side was supported. And at least we should print some warning log instead of changing to other join implementation silently.

 

 

 

 

  was:
Currently we support specify the join implementation with hint, but Spark did not promised it.

For broadcast outer join and hash outer join we need to check if its build side was supported. And at least we should print some warning log instead of changing to other join implementation silently.

 

 

 

 


> Add join hint build side check
> ------------------------------
>
>                 Key: SPARK-35221
>                 URL: https://issues.apache.org/jira/browse/SPARK-35221
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: ulysses you
>            Priority: Major
>
> Currently we support specify the join implementation with hint, but Spark did not promised it.
> For example broadcast outer join and hash outer join we need to check if its build side was supported. And at least we should print some warning log instead of changing to other join implementation silently.
>  
>  
>  
>  



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