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

Maxim Gekk updated SPARK-30485:
-------------------------------
    Description: 
Remove the following SQL configs:
 * spark.sql.variable.substitute.depth
 * spark.sql.execution.pandas.respectSessionTimeZone
 * spark.sql.parquet.int64AsTimestampMillis

Recently all deprecated SQL configs were gathered to the deprecatedSQLConfigs 
map:
 
[https://github.com/apache/spark/blob/1ffa627ffb93dc1027cb4b72f36ec9b7319f48e4/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L2160-L2189]

  was:
Remove the following SQL configs:
* spark.sql.variable.substitute.depth
* spark.sql.execution.pandas.respectSessionTimeZone
* spark.sql.parquet.int64AsTimestampMillis
* Maybe spark.sql.legacy.execution.pandas.groupedMap.assignColumnsByName which 
was deprecated in v2.4

Recently all deprecated SQL configs were gathered to the deprecatedSQLConfigs 
map:
https://github.com/apache/spark/blob/1ffa627ffb93dc1027cb4b72f36ec9b7319f48e4/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L2160-L2189


> Remove SQL configs deprecated before v2.4
> -----------------------------------------
>
>                 Key: SPARK-30485
>                 URL: https://issues.apache.org/jira/browse/SPARK-30485
>             Project: Spark
>          Issue Type: Test
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Maxim Gekk
>            Priority: Minor
>
> Remove the following SQL configs:
>  * spark.sql.variable.substitute.depth
>  * spark.sql.execution.pandas.respectSessionTimeZone
>  * spark.sql.parquet.int64AsTimestampMillis
> Recently all deprecated SQL configs were gathered to the deprecatedSQLConfigs 
> map:
>  
> [https://github.com/apache/spark/blob/1ffa627ffb93dc1027cb4b72f36ec9b7319f48e4/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L2160-L2189]



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