Skip to content

Commit

Permalink
Remove a line
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 13, 2018
1 parent 14498fb commit a443054
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ final class DataFrameWriter[T] private[sql](ds: Dataset[T]) {
df.sparkSession.sessionState.conf)
val options = sessionOptions ++ extraOptions


val relation = DataSourceV2Relation.create(source, options)
if (mode == SaveMode.Append) {
runCommand(df.sparkSession, "save") {
Expand Down

0 comments on commit a443054

Please sign in to comment.