davidyuan1223 commented on code in PR #6974:
URL: https://github.com/apache/kyuubi/pull/6974#discussion_r1988230693
##########
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.
you are right, i found paimon-spark profile has some questions, it only
support spark3 with scala2.12, then the spark4 with scala2.13, i will jump the
test case when scala version is 2.13, then i will submit an issue in paimon
community
--
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]