pan3793 commented on code in PR #5287:
URL: https://github.com/apache/kyuubi/pull/5287#discussion_r1355083500
##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -336,6 +336,18 @@
</build>
<profiles>
+ <profile>
+ <id>hudi</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hudi</groupId>
+
<artifactId>hudi-spark${hudi.spark.binary.version}-bundle_2.12</artifactId>
+ <version>${hudi.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </profile>
Review Comment:
does Hudi community have a JIRA ticket to track the progress of support for
Scala 2.13? let's leave some comments here with a brief explanation of the
background
--
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]