Skip to content

Commit

Permalink
Remove out-of-dated doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 10, 2020
1 parent df4e8dc commit e2311fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Expand Up @@ -2035,9 +2035,6 @@ class Dataset[T] private[sql](
/**
* Returns a new Dataset containing union of rows in this Dataset and another Dataset.
*
* This is different from both `UNION ALL` and `UNION DISTINCT` in SQL. To do a SQL-style set
* union (that does deduplication of elements), use this function followed by a [[distinct]].
*
* The difference between this function and [[union]] is that this function
* resolves columns by name (not by position).
*
Expand Down

0 comments on commit e2311fa

Please sign in to comment.