aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-07-31 16:31:06 +0800
committerWenchen Fan <wenchen@databricks.com>2016-07-31 16:31:06 +0800
commit064d91ff7342002414d3274694a8e2e37f154986 (patch)
treef1c8d1dc5455188edf81b7ca30103015bd8bae06 /sql/hive
parent7c27d075c39ebaf3e762284e2536fe7be0e3da87 (diff)
downloadspark-064d91ff7342002414d3274694a8e2e37f154986.tar.gz
spark-064d91ff7342002414d3274694a8e2e37f154986.tar.bz2
spark-064d91ff7342002414d3274694a8e2e37f154986.zip
[SPARK-16813][SQL] Remove private[sql] and private[spark] from catalyst package
## What changes were proposed in this pull request? The catalyst package is meant to be internal, and as a result it does not make sense to mark things as private[sql] or private[spark]. It simply makes debugging harder when Spark developers need to inspect the plans at runtime. This patch removes all private[sql] and private[spark] visibility modifiers in org.apache.spark.sql.catalyst. ## How was this patch tested? N/A - just visibility changes. Author: Reynold Xin <rxin@databricks.com> Closes #14418 from rxin/SPARK-16813.
Diffstat (limited to 'sql/hive')
0 files changed, 0 insertions, 0 deletions