aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2014-12-01 00:35:01 -0800
committerReynold Xin <rxin@databricks.com>2014-12-01 00:35:01 -0800
commit30a86acdefd5428af6d6264f59a037e0eefd74b4 (patch)
treedc286a627d21a82cf4d49ddf3def8baac39069ee /sql/hive
parent1d238f221c3e13c525b3af0c78eda95059ce9fc6 (diff)
downloadspark-30a86acdefd5428af6d6264f59a037e0eefd74b4.tar.gz
spark-30a86acdefd5428af6d6264f59a037e0eefd74b4.tar.bz2
spark-30a86acdefd5428af6d6264f59a037e0eefd74b4.zip
[SPARK-4661][Core] Minor code and docs cleanup
Author: zsxwing <zsxwing@gmail.com> Closes #3521 from zsxwing/SPARK-4661 and squashes the following commits: 03cbe3f [zsxwing] Minor code and docs cleanup
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScan.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScan.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScan.scala
index d39413a44a..8bbcd6fec1 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScan.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScan.scala
@@ -38,7 +38,7 @@ import org.apache.spark.sql.hive._
* :: DeveloperApi ::
* The Hive table scan operator. Column and partition pruning are both handled.
*
- * @param attributes Attributes to be fetched from the Hive table.
+ * @param requestedAttributes Attributes to be fetched from the Hive table.
* @param relation The Hive table be be scanned.
* @param partitionPruningPred An optional partition pruning predicate for partitioned table.
*/