File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -907,7 +907,6 @@ object SparkSession extends Logging {
907907 if ((session ne null ) && ! session.sparkContext.isStopped) {
908908 for ((k, v) <- options if ! SQLConf .staticConfKeys.contains(k)) {
909909 session.sessionState.conf.setConfString(k, v)
910-
911910 }
912911 if (options.nonEmpty) {
913912 logWarning(" Using an existing SparkSession; some configuration may not take effect." )
@@ -922,7 +921,6 @@ object SparkSession extends Logging {
922921 if ((session ne null ) && ! session.sparkContext.isStopped) {
923922 for ((k, v) <- options if ! SQLConf .staticConfKeys.contains(k)) {
924923 session.sessionState.conf.setConfString(k, v)
925-
926924 }
927925 if (options.nonEmpty) {
928926 logWarning(" Using an existing SparkSession; some configuration may not take effect." )
You can’t perform that action at this time.
0 commit comments