ulysses-you commented on code in PR #6563:
URL: https://github.com/apache/kyuubi/pull/6563#discussion_r1690705005


##########
extensions/spark/kyuubi-extension-spark-3-3/src/test/scala/org/apache/spark/sql/ZorderSuiteBase.scala:
##########
@@ -746,14 +746,25 @@ trait ZorderSuiteBase extends KyuubiSparkSQLExtensionTest 
with ExpressionEvalHel
                 UnresolvedFunction("current_date", Seq.empty, false)),
               UnresolvedRelation(TableIdentifier("p")))))))
 
-    // TODO: add following case support
-    intercept[ParseException] {
-      parser.parsePlan("OPTIMIZE p zorder by (c1)")

Review Comment:
   Seems added by @cfmcgrady , I'm fine to just remove the comment



-- 
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]

Reply via email to