bowenliang123 commented on code in PR #5448:
URL: https://github.com/apache/kyuubi/pull/5448#discussion_r1363227338


##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/HudiCatalogRangerSparkExtensionSuite.scala:
##########
@@ -206,4 +207,56 @@ class HudiCatalogRangerSparkExtensionSuite extends 
RangerSparkExtensionSuite {
                |""".stripMargin)))(s"does not have [select] privilege on 
[$namespace1/$table1]")
     }
   }
+
+  test("IndexBasedCommand") {
+    assume(!isSparkV33OrGreater, "Create index have compatible for spark 3.3 
and greater version")

Review Comment:
   Fine to me for skipping this test on Spark 3.3 or greater this time. But the 
clue message shows the opposite meaning. Or just "Hudi index creation not 
supported on Spark 3.3 or greater currently".



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