aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-05-30 19:50:52 -0700
committerReynold Xin <rxin@databricks.com>2015-05-30 19:50:52 -0700
commit14b314dc2cad7bbf23976347217c676d338e0a2d (patch)
tree9506f7f2fcc5c7bc57a1799717c4f1fa081a71e3 /sql/hive
parent2b258e1c0784c8ca958bf94cd9e75fa17f104448 (diff)
downloadspark-14b314dc2cad7bbf23976347217c676d338e0a2d.tar.gz
spark-14b314dc2cad7bbf23976347217c676d338e0a2d.tar.bz2
spark-14b314dc2cad7bbf23976347217c676d338e0a2d.zip
[SQL] Tighten up visibility for JavaDoc.
I went through all the JavaDocs and tightened up visibility. Author: Reynold Xin <rxin@databricks.com> Closes #6526 from rxin/sql-1.4-visibility-for-docs and squashes the following commits: bc37d1e [Reynold Xin] Tighten up visibility for JavaDoc.
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala2
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ReflectionMagic.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
index 3915ee8356..253bf11252 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
@@ -57,7 +57,7 @@ private[hive] case object NativePlaceholder extends LogicalPlan {
override def output: Seq[Attribute] = Seq.empty
}
-case class CreateTableAsSelect(
+private[hive] case class CreateTableAsSelect(
tableDesc: HiveTable,
child: LogicalPlan,
allowExisting: Boolean) extends UnaryNode with Command {
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ReflectionMagic.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ReflectionMagic.scala
index c600b158c5..4d053ae42c 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ReflectionMagic.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ReflectionMagic.scala
@@ -30,7 +30,7 @@ private[client] object ReflectionException {
/**
* Provides implicit functions on any object for calling methods reflectively.
*/
-protected trait ReflectionMagic {
+private[client] trait ReflectionMagic {
/** code for InstanceMagic
println(
(1 to 22).map { n =>