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:
[email protected]