empcl commented on code in PR #9297:
URL: https://github.com/apache/hudi/pull/9297#discussion_r1280149897
##########
hudi-sync/hudi-hive-sync/pom.xml:
##########
@@ -200,6 +200,9 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
Review Comment:
I'm also surprised that theoretically, this problem is inevitable. When
compiling, the hudi cli module references the hudi utilities test jar, which is
configured through the skip tag.My Compilation Command: mvn clean package
-Dmaven.test.skip=true -Dcheckstyle.skip=true -Drat.skip=true
--
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]