GitHub user MaxGekk opened a pull request: https://github.com/apache/spark/pull/22413
Session options shouldn't override extra options ## What changes were proposed in this pull request? In the PR, I propose to change order of options application. Extra options specified via `.option()` should not be overwritten by session options. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MaxGekk/spark-1 session-options Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22413.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22413 ---- commit 13729b5746b8132bdd02d96930ee9eecce7aef75 Author: Maxim Gekk <maxim.gekk@...> Date: 2018-09-13T15:19:12Z Session options shouldn't override extra options ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org