File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
main/scala/org/apache/spark/rdd
test/scala/org/apache/spark
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ private[spark] class PipedRDD[T: ClassTag](
6363
6464 /**
6565 * A FilenameFilter that accepts anything that isn't equal to the name passed in.
66- * @param name of file or directory to leave out
66+ * @param filterName of file or directory to leave out
6767 */
6868 class NotEqualsFileNameFilter (filterName : String ) extends FilenameFilter {
6969 def accept (dir : File , name : String ): Boolean = {
Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ object ShuffleSuite {
270270
271271 def mergeCombineException (x : Int , y : Int ): Int = {
272272 throw new SparkException (" Exception for map-side combine." )
273- x + y
274273 }
275274
276275 class NonJavaSerializableClass (val value : Int ) extends Comparable [NonJavaSerializableClass ] {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import org.apache.spark.sql.hive._
3838 * :: DeveloperApi ::
3939 * The Hive table scan operator. Column and partition pruning are both handled.
4040 *
41- * @param attributes Attributes to be fetched from the Hive table.
41+ * @param requestedAttributes Attributes to be fetched from the Hive table.
4242 * @param relation The Hive table be be scanned.
4343 * @param partitionPruningPred An optional partition pruning predicate for partitioned table.
4444 */
You can’t perform that action at this time.
0 commit comments