[
https://issues.apache.org/jira/browse/SPARK-13893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin updated SPARK-13893:
--------------------------------
Description:
Our code can go through SessionState.catalog. This brings two small benefits:
1. Reduces internal dependency on SQLContext.
2. Removes another public method in Java (Java does not obey package private
visibility).
More importantly, according to the design in SPARK-13485, we'd need to claim
this catalog function for the user-facing public functions, rather than having
an internal field.
was:
Our code can go through SessionState.catalog. This brings two small benefits:
1. Reduces internal dependency on SQLContext.
2. Removes another public method in Java (Java does not obey package private
visibility).
> Remove SQLContext.catalog (internal method)
> -------------------------------------------
>
> Key: SPARK-13893
> URL: https://issues.apache.org/jira/browse/SPARK-13893
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Reynold Xin
>
> Our code can go through SessionState.catalog. This brings two small benefits:
> 1. Reduces internal dependency on SQLContext.
> 2. Removes another public method in Java (Java does not obey package private
> visibility).
> More importantly, according to the design in SPARK-13485, we'd need to claim
> this catalog function for the user-facing public functions, rather than
> having an internal field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]