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
Reverted changes to savemode
  • Loading branch information
Ilya Ganelin committed Jan 24, 2017
commit ca494ebdf9110b67c96fc1c3df8463a4d63a56da
8 changes: 0 additions & 8 deletions sql/core/src/main/java/org/apache/spark/sql/SaveMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ public enum SaveMode {
* @since 1.3.0
*/
Append,
/**
* Update mode means that when saving a DataFrame to a data source, if data/table already exists,
* contents of the DataFrame are inserted where there is no conflict on an identifying key. In
* the case where a conflict exists, the additional columns associated with that key are updated.
*
* @since 1.3.0
*/
Update,
/**
* Overwrite mode means that when saving a DataFrame to a data source,
* if data/table already exists, existing data is expected to be overwritten by the contents of
Expand Down