You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (JIRA)" <ji...@apache.org> on 2018/01/21 06:07:00 UTC

[jira] [Created] (SPARK-23168) Hints for fact tables and unique columns

Takeshi Yamamuro created SPARK-23168:
----------------------------------------

             Summary: Hints for fact tables and unique columns
                 Key: SPARK-23168
                 URL: https://issues.apache.org/jira/browse/SPARK-23168
             Project: Spark
          Issue Type: New Feature
          Components: SQL
    Affects Versions: 2.2.1
         Environment: 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}
scala> factTable.hint("factTable").hint("uid").join(dimTable)
{code}

            Reporter: Takeshi Yamamuro






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

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