xushiyan commented on code in PR #8445:
URL: https://github.com/apache/hudi/pull/8445#discussion_r1205766323
##########
pom.xml:
##########
@@ -1961,27 +1965,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
Review Comment:
this step from jacoco plugin under integration-tests profile caused mystic
class loading issue in flink 1.17. need to be cautious with seemingly innocuous
plugin! cc @danny0405
```
[ERROR]
testMergeOnReadInputFormatLogFileOnlyIteratorGetUnMergedLogFileIterator Time
elapsed: 0.006 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.calcite.rel.metadata.DefaultRelMetadataProvider
at
org.apache.hudi.table.ITTestSchemaEvolution.setUp(ITTestSchemaEvolution.java:81)
```
--
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]