[ 
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).



  was:
Our code can go through SessionState.catalog rather than introducing 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).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to