GitHub user hvanhovell opened a pull request: https://github.com/apache/spark/pull/14652
[SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution package [Backport] ## What changes were proposed in this pull request? This PR backports https://github.com/apache/spark/pull/14554 to branch-2.0. I have also changed the visibility of a few similar Hive classes. ## How was this patch tested? (Only a package visibility change) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hvanhovell/spark SPARK-16964 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/14652.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #14652 ---- commit 3b638d4f6b89fe8f2bd463a99f81a024975ef80d Author: Reynold Xin <r...@databricks.com> Date: 2016-08-09T10:22:14Z [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution package ## What changes were proposed in this pull request? This 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.execution. (cherry picked from commit 511f52f8423e151b0d0133baf040d34a0af3d422) Signed-off-by: Herman van Hovell <hvanhov...@databricks.com> commit 7ba8abbe8f1710e507e5a52e9610a21724de2ec5 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-08-15T21:39:08Z Add Hive and small follow-up ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org