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/03/04 03:39:00 UTC

[jira] [Created] (SPARK-34613) Fix view does not capture disable hint config

ulysses you created SPARK-34613:
-----------------------------------

             Summary: Fix view does not capture disable hint config
                 Key: SPARK-34613
                 URL: https://issues.apache.org/jira/browse/SPARK-34613
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.1.1, 3.2.0
            Reporter: ulysses you


Spark use origin text sql to store view then capture and store sql config into view metadata.

Capture config will skip some config with some prefix, e.g. `spark.sql.optimizer.` but unfortunately `spark.sql.optimizer.disableHints` is start with `spark.sql.optimizer.`.

 

We need a allow list to help capture the config.



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