kingswanwho edited a comment on pull request #2425: URL: https://github.com/apache/drill/pull/2425#issuecomment-1010708407
Hi @vvysotskyi, when I build drill on my local by using JDK 8, build failed with same issue which reported in gihub CI either: > This is likely due to you adding new dependencies to a java-exec and not updating the excludes in this module. This is important as it minimizes the size of the dependency of Drill application users. /home/parallels/Code/drill/exec/jdbc-all/target/drill-jdbc-all-1.20.0-SNAPSHOT.jar size (46602310) too large. Max. is 46600000/home/parallels/Code/drill/exec/jdbc-all/target/drill-jdbc-all-1.20.0-SNAPSHOT.jar JDK 17 also has this issue, should we increase the max size of dependency, or exclude some dependency like: https://github.com/apache/drill/pull/1486. And I am trying to use JDK 11 to build drill which can pass build in github CI, and use this environment to generate: > contrib/native/client/src/protobuf Thanks! -- 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]
