Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo: hash -> range
  • Loading branch information
adrian-ionescu committed Nov 29, 2017
commit 60ec0e39f04ce4f3a1d5e539ead8ed408f443430
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ class Dataset[T] private[sql](
}

/**
* Returns a new Dataset that is hash partitioned by the given expressions into `numPartitions`.
* Returns a new Dataset that is range partitioned by the given expressions into `numPartitions`.
* If no expressions are specified, round robin partitioning is used.
*
* @group typedrel
Expand Down