-
- Downloads
[SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilder
## What changes were proposed in this pull request? This patch removes SQLBuilder's dependency on MetastoreRelation. We should be able to move SQLBuilder into the sql/core package after this change. ## How was this patch tested? N/A - covered by existing tests. Author: Reynold Xin <rxin@databricks.com> Closes #12594 from rxin/SPARK-14835.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala 16 additions, 4 deletions...ala/org/apache/spark/sql/catalyst/catalog/interface.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala 6 additions, 4 deletions...src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala
Loading
Please register or sign in to comment