You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2016/03/15 08:19:33 UTC

[jira] [Updated] (SPARK-13893) Remove SQLContext.catalog (internal method)

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org