We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700f886 commit cad7ce8Copy full SHA for cad7ce8
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
@@ -2182,7 +2182,7 @@ class Dataset[T] private[sql](
2182
/**
2183
* Returns a new [[Dataset]] partitioned by the given partitioning expressions, using
2184
* `spark.sql.shuffle.partitions` as number of partitions.
2185
- * The resulting Datasetis hash partitioned.
+ * The resulting Dataset is hash partitioned.
2186
*
2187
* This is the same operation as "DISTRIBUTE BY" in SQL (Hive QL).
2188
0 commit comments