pan3793 commented on code in PR #6974:
URL: https://github.com/apache/kyuubi/pull/6974#discussion_r1987392076
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala:
##########
@@ -31,6 +31,8 @@ import org.apache.kyuubi.util.AssertionUtils._
@PaimonTest
class PaimonCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite
{
override protected val catalogImpl: String = "hive"
+ override protected val sqlExtensions: String =
+ "org.apache.paimon.spark.extensions.PaimonSparkSessionExtensions"
Review Comment:
I remember this would break the Scala 2.13 UT, if so, you may want to enable
this extension conditionally, or ask the Paimon community to handle Scala 2.13
properly.
--
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]