GitHub user windpiger opened a pull request:
https://github.com/apache/spark/pull/16787
optimize some duplication functions in MetaStoreRelation and process
another TODO
## What changes were proposed in this pull request?
1. MetaStoreRelation' hiveQlTable can be replaced by calling
HiveClientImpl's toHiveTable
2. MetaStoreRelation's toHiveColumn can be replaced by calling
HiveClientImpl's toHiveColumn
3. process another TODO
https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/MetastoreRelation.scala#L234
## How was this patch tested?
N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/windpiger/spark todoInMetaStoreRelation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16787.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 #16787
----
commit cb2d1b920885e8eeba6551d55c68f0b972b9942c
Author: windpiger <[email protected]>
Date: 2017-02-03T13:12:49Z
[SPARK-19448][SQL]optimize some duplication functions in MetaStoreRelation
and process another TODO
----
---
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]