You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/10/29 01:22:02 UTC

[GitHub] [hudi] wangxianghu commented on a change in pull request #2200: [HUDI-912]Refactor and relocate KeyGenerator to support more engines

wangxianghu commented on a change in pull request #2200:
URL: https://github.com/apache/hudi/pull/2200#discussion_r513856075



##########
File path: hudi-client/hudi-spark-client/pom.xml
##########
@@ -31,6 +31,13 @@
   <packaging>jar</packaging>
 
   <dependencies>
+    <!-- Scala -->
+    <dependency>
+      <groupId>org.scala-lang</groupId>
+      <artifactId>scala-library</artifactId>
+      <version>${scala.version}</version>
+    </dependency>
+

Review comment:
       > does it exist before?
   no, I moved some utils(`AvroConversionHelper`,`AvroConversionUtils`) from `hudi-spark`, they are implemented in scala.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org