wForget commented on code in PR #7198: URL: https://github.com/apache/kyuubi/pull/7198#discussion_r2339828137
########## 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: Ditto, why keep this? -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org