pan3793 commented on code in PR #7198:
URL: https://github.com/apache/kyuubi/pull/7198#discussion_r2340014803


##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/HudiCatalogRangerSparkExtensionSuite.scala:
##########
@@ -549,9 +546,7 @@ class HudiCatalogRangerSparkExtensionSuite extends 
RangerSparkExtensionSuite {
   }
 
   test("IndexBasedCommand") {
-    assume(
-      !isSparkV33OrGreater,
-      "Hudi index creation not supported on Spark 3.3 or greater currently")
+    assume(false, "Hudi index creation not supported on Spark 3.3 or greater 
currently")

Review Comment:
   this does not look like a permanent issue, it should be fixed in the future. 
I don't touch it because I'm not familiar with Hudi



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