GitHub user clockfly opened a pull request:
https://github.com/apache/spark/pull/13073
fix spark-15253
## What changes were proposed in this pull request?
Originally, we used spark.sql.sources.schema to store the schema of a data
source table.
After SPARK-6024, we removed this flag. Although we are not using
spark.sql.sources.schema any more, we need to still support it, so that the new
spark version is compatible with old config file.
## How was this patch tested?
Existing unit test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clockfly/spark spark-15253
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13073.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13073
----
commit 306e89265ae72c837a913c96fef3c1e2cbf834f5
Author: Sean Zhong <[email protected]>
Date: 2016-05-12T08:43:00Z
fix spark-15253
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]