Skip to content

Commit 9b48f33

Browse files
HeartSaVioRdongjoon-hyun
authored andcommitted
[SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
### What changes were proposed in this pull request? This patch fixes the build failure in `branch-3.0` due to cherry-picking SPARK-31045 to branch-3.0, as `.version()` is not available in `branch-3.0` yet. ### Why are the changes needed? The build is failing in `branch-3.0`. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins build will verify. Closes #27826 from HeartSaVioR/SPARK-31045-branch-3.0-FOLLOWUP. Authored-by: Jungtaek Lim (HeartSaVioR) <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 7c09c9f commit 9b48f33

File tree

1 file changed

+0
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+0
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ object SQLConf {
382382
.internal()
383383
.doc("Configures the log level for adaptive execution logging of plan changes. The value " +
384384
"can be 'trace', 'debug', 'info', 'warn', or 'error'. The default log level is 'debug'.")
385-
.version("3.0.0")
386385
.stringConf
387386
.transform(_.toUpperCase(Locale.ROOT))
388387
.checkValues(Set("TRACE", "DEBUG", "INFO", "WARN", "ERROR"))

0 commit comments

Comments
 (0)