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

Herman van Hövell updated SPARK-44284:
--------------------------------------
    Description: 
Create a simple conf system for classes in sql/api. This is needed for a number 
of classes that are moved from sql/catalyst to sql/api that require 
configuration access (e.g. timeZone, parsing behavior, ...).

The change will add a small common interface that allows you to read the needed 
configurations, this interface is implemented by SQLConf and SQLConf will be 
used when we are executing on the driver, and there will be an implementation 
using the default values for when we are in Connect mode.

  was:Create a simple conf system for classes in sql/api


> Introduce simpe conf system for sql/api
> ---------------------------------------
>
>                 Key: SPARK-44284
>                 URL: https://issues.apache.org/jira/browse/SPARK-44284
>             Project: Spark
>          Issue Type: New Feature
>          Components: Connect
>    Affects Versions: 3.4.1
>            Reporter: Herman van Hövell
>            Assignee: Herman van Hövell
>            Priority: Major
>             Fix For: 3.5.0
>
>
> Create a simple conf system for classes in sql/api. This is needed for a 
> number of classes that are moved from sql/catalyst to sql/api that require 
> configuration access (e.g. timeZone, parsing behavior, ...).
> The change will add a small common interface that allows you to read the 
> needed configurations, this interface is implemented by SQLConf and SQLConf 
> will be used when we are executing on the driver, and there will be an 
> implementation using the default values for when we are in Connect mode.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to