aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
diff options
context:
space:
mode:
authorXiao Li <gatorsmile@gmail.com>2017-04-01 00:56:18 +0800
committerWenchen Fan <wenchen@databricks.com>2017-04-01 00:56:18 +0800
commitb2349e6a00d569851f0ca91a60e9299306208e92 (patch)
treeca7de87f56ab0baf9ef715ae6b5921a189afbb3b /sql/core/src/main
parentc4c03eed67c05a78dc8944f6119ea708d6b955be (diff)
downloadspark-b2349e6a00d569851f0ca91a60e9299306208e92.tar.gz
spark-b2349e6a00d569851f0ca91a60e9299306208e92.tar.bz2
spark-b2349e6a00d569851f0ca91a60e9299306208e92.zip
[SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSessionCatalog
### What changes were proposed in this pull request? `ParquetConversions` and `OrcConversions` should be treated as regular `Analyzer` rules. It is not reasonable to be part of `HiveSessionCatalog`. This PR also combines two rules `ParquetConversions` and `OrcConversions` to build a new rule `RelationConversions `. After moving these two rules out of HiveSessionCatalog, the next step is to clean up, rename and move `HiveMetastoreCatalog` because it is not related to the hive package any more. ### How was this patch tested? The existing test cases Author: Xiao Li <gatorsmile@gmail.com> Closes #17484 from gatorsmile/cleanup.
Diffstat (limited to 'sql/core/src/main')
0 files changed, 0 insertions, 0 deletions