Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Mar 25, 2016
1 parent 6479eb4 commit 922ec43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,8 @@ class Dataset[T] private[sql](
* by a [[distinct]].
*
* @group typedrel
* @since 2.0.0
*/
* @since 2.0.0
*/
def union(other: Dataset[T]): Dataset[T] = withTypedPlan {
// This breaks caching, but it's usually ok because it addresses a very specific use case:
// using union to union many files or partitions.
Expand Down

0 comments on commit 922ec43

Please sign in to comment.