GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/14506
[SPARK-16916][SQL] serde/storage properties should not have limitations
## What changes were proposed in this pull request?
`CatalogStorageFormat.properties` can be used in 2 ways:
1. for hive tables, it stores the serde properties.
2. for data source tables, it stores the data source options, e.g. `path`,
`skipHiveMetadata`, etc.
however, both of them have nothing to do with data source properties, e.g.
`spark.sql.sources.provider`, so they should not have limitations about data
source properties.
## How was this patch tested?
existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloud-fan/spark table-prop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14506.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 #14506
----
commit 3042af2f0e9ae82e40d14e950a1036b9e417dbc9
Author: Wenchen Fan <[email protected]>
Date: 2016-08-05T13:22:18Z
serde/storage properties should not have limitations
----
---
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]