Skip to content

Commit

Permalink
Fix spark write example inside README (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHendla authored and morazow committed Nov 27, 2019
1 parent f4d7171 commit 5d86bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ val df = sparkSession
Saving a Spark dataframe as an Exasol table:

```scala
val df = sparkSession
df
.write
.mode("append")
.option("host", "10.0.0.11")
Expand Down

0 comments on commit 5d86bdb

Please sign in to comment.