[ https://issues.apache.org/jira/browse/SPARK-13893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Reynold Xin resolved SPARK-13893. --------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 > 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 > Fix For: 2.0.0 > > > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org