Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLC…
…onf.scala
  • Loading branch information
cloud-fan authored Jul 25, 2023
commit 8a36db13c932dbbb577fa53f8b1350e2ce2f309b
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,7 @@ object SQLConf {
.doc("If true, always inline the CTE relations for the queries in commands. This is the " +
"legacy behavior which may produce incorrect results because Spark may evaluate a CTE " +
"relation more than once, even if it's nondeterministic.")
.version("4.0.0")
.booleanConf
.createWithDefault(false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need version here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!


Expand Down