cfmcgrady commented on a change in pull request #1071:
URL: https://github.com/apache/incubator-kyuubi/pull/1071#discussion_r705410184



##########
File path: 
dev/kyuubi-extension-spark-3-1/src/main/scala/org/apache/kyuubi/sql/KyuubiSparkSQLExtension.scala
##########
@@ -36,6 +35,13 @@ class KyuubiSparkSQLExtension extends 
(SparkSessionExtensions => Unit) {
     extensions.injectParser{ case (_, parser) => new 
ZorderSparkSqlExtensionsParser(parser) }
     extensions.injectResolutionRule(ResolveZorder)
 
+    // Note that:

Review comment:
       Seems we can add a unit test for this check.




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


Reply via email to