peter-toth commented on code in PR #52493:
URL: https://github.com/apache/spark/pull/52493#discussion_r2393818267
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleIdCollection.scala:
##########
@@ -175,6 +175,7 @@ object RuleIdCollection {
"org.apache.spark.sql.catalyst.optimizer.RewriteAsOfJoin" ::
"org.apache.spark.sql.catalyst.optimizer.SimplifyBinaryComparison" ::
"org.apache.spark.sql.catalyst.optimizer.SimplifyCaseConversionExpressions" ::
+ "org.apache.spark.sql.catalyst.optimizer.SimplifyDateTimeConversions" ::
Review Comment:
Let's merge your https://github.com/apache/spark/pull/52495 first then I
will rebase this PR and move the rule.
--
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]