[ 
https://issues.apache.org/jira/browse/SPARK-34613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294975#comment-17294975
 ] 

Apache Spark commented on SPARK-34613:
--------------------------------------

User 'ulysses-you' has created a pull request for this issue:
https://github.com/apache/spark/pull/31732

> 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.2.0, 3.1.1
>            Reporter: ulysses you
>            Priority: Minor
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to