wuchong commented on code in PR #2079:
URL: https://github.com/apache/fluss/pull/2079#discussion_r2643759246
##########
fluss-common/pom.xml:
##########
@@ -62,7 +62,14 @@
<artifactId>fluss-shaded-arrow</artifactId>
</dependency>
- <!-- TODO: these two dependencies need to be shaded. -->
+ <!-- TODO: these three dependencies need to be shaded. -->
+ <!-- Use the Arrow compatible version -->
+ <dependency>
+ <groupId>org.eclipse.collections</groupId>
+ <artifactId>eclipse-collections</artifactId>
+ <version>11.1.0</version>
Review Comment:
@XuQianJin-Stars , sorry, I didn't find where Arrow uses
`eclipse-collections`. I tried to remove all the license files and pom changes.
If the CI passes, I will merge the PR.
--
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]