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

Dongjoon Hyun updated SPARK-23553:
----------------------------------
    Description: Currently, some tests have an assumption that 
`spark.sql.sources.default=parquet`. In fact, that is a correct assumption, but 
that assumption makes it difficult to test new data source format. This issue 
improves test suites more robust and makes it easy to test new data sources. As 
an example, I will change   (was: Currently, some tests have an assumption that 
`spark.sql.sources.default=parquet`. In fact, that is a correct assumption, but 
that assumption makes it difficult to test new data source format. This issue 
improves test suites more robust and makes it easy to test new data sources.)

> Tests should not assume the default value of `spark.sql.sources.default`
> ------------------------------------------------------------------------
>
>                 Key: SPARK-23553
>                 URL: https://issues.apache.org/jira/browse/SPARK-23553
>             Project: Spark
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 2.3.0
>            Reporter: Dongjoon Hyun
>            Priority: Major
>
> Currently, some tests have an assumption that 
> `spark.sql.sources.default=parquet`. In fact, that is a correct assumption, 
> but that assumption makes it difficult to test new data source format. This 
> issue improves test suites more robust and makes it easy to test new data 
> sources. As an example, I will change 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to