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

Hyukjin Kwon resolved SPARK-23168.
----------------------------------
    Resolution: Incomplete

> Hints for fact tables and unique columns
> ----------------------------------------
>
>                 Key: SPARK-23168
>                 URL: https://issues.apache.org/jira/browse/SPARK-23168
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.2.1
>            Reporter: Takeshi Yamamuro
>            Priority: Minor
>              Labels: bulk-closed
>
> We already have fact table and unique column inferences in 
> StarSchemaDetection for decision making queries. IMHO, in most cases, users 
> could know which is a fact table and which columns are unique. So, fact table 
> and unique column hint might help for these users.
>  For example,
> {code:java}
> scala> factTable.hint("factTable").hint("uid").join(dimTable)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to