MaxGekk commented on code in PR #43585:
URL: https://github.com/apache/spark/pull/43585#discussion_r1429962711
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -4639,7 +4631,9 @@ object SQLConf {
"returns null when getting a map value with a non-existing key. See
SPARK-40066 " +
"for more details."),
RemovedConfig("spark.sql.hive.verifyPartitionPath", "4.0.0", "false",
- s"This config was replaced by '${IGNORE_MISSING_FILES.key}'.")
+ s"This config was replaced by '${IGNORE_MISSING_FILES.key}'."),
+
RemovedConfig("spark.sql.optimizer.runtimeFilter.semiJoinReduction.enabled",
"false", "4.0",
Review Comment:
The version parameter must come first, see the entries above. Here is the
follow up PR https://github.com/apache/spark/pull/44399
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]