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

Xiaonan Yang updated SPARK-40667:
---------------------------------
    Description: 
Currently for each data source, all options are placed sparsely in the options 
class and there is no clear list of all options supported. We want to refactor 
the codes so that
 # we can easily get a list of supported options for each data source
 # enforce the best practice for adding new options going forwards.

  was:Refactor data source options like `CSVOptions`, `JsonOptions` for better 
code maintenance and future features.


> Refactor Data Source Options
> ----------------------------
>
>                 Key: SPARK-40667
>                 URL: https://issues.apache.org/jira/browse/SPARK-40667
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Xiaonan Yang
>            Priority: Major
>
> Currently for each data source, all options are placed sparsely in the 
> options class and there is no clear list of all options supported. We want to 
> refactor the codes so that
>  # we can easily get a list of supported options for each data source
>  # enforce the best practice for adding new options going forwards.



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