Skip to content

Commit cad7ce8

Browse files
committed
Minor comment change
1 parent 700f886 commit cad7ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ class Dataset[T] private[sql](
21822182
/**
21832183
* Returns a new [[Dataset]] partitioned by the given partitioning expressions, using
21842184
* `spark.sql.shuffle.partitions` as number of partitions.
2185-
* The resulting Datasetis hash partitioned.
2185+
* The resulting Dataset is hash partitioned.
21862186
*
21872187
* This is the same operation as "DISTRIBUTE BY" in SQL (Hive QL).
21882188
*

0 commit comments

Comments
 (0)