mihailotim-db commented on code in PR #52189: URL: https://github.com/apache/spark/pull/52189#discussion_r2315557230
########## sql/connect/server/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectPlannerSuite.scala: ########## @@ -962,6 +962,69 @@ class SparkConnectPlannerSuite extends SparkFunSuite with SparkConnectPlanTest { !aggregateExpression.containsPattern(TreePattern.UNRESOLVED_ORDINAL))) } + test("SPARK-51820 Literals in SortOrder should only be replaced under Sort node") { Review Comment: To force Spark Connect, otherwise it goes through `Dataset.scala` API -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org