aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-03-15 10:12:32 -0700
committerReynold Xin <rxin@databricks.com>2016-03-15 10:12:32 -0700
commit5e6f2f45639f727cba43967858eb95b865ed81fa (patch)
tree07d6c86cbe877110adb5f88500e43fb64218519a /yarn
parent48978abfa4d8f2cf79a4b053cc8bc7254cc2d61b (diff)
downloadspark-5e6f2f45639f727cba43967858eb95b865ed81fa.tar.gz
spark-5e6f2f45639f727cba43967858eb95b865ed81fa.tar.bz2
spark-5e6f2f45639f727cba43967858eb95b865ed81fa.zip
[SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)
## What changes were proposed in this pull request? Our internal code can go through SessionState.catalog and SessionState.analyzer. This brings two small benefits: 1. Reduces internal dependency on SQLContext. 2. Removes 2 public methods 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. ## How was this patch tested? Existing unit/integration test code. Author: Reynold Xin <rxin@databricks.com> Closes #11716 from rxin/SPARK-13893.
Diffstat (limited to 'yarn')
0 files changed, 0 insertions, 0 deletions