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 Java 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` And Java 17 also has this issue, should we increase the max size of dependency, some exclude some dependency like: https://github.com/apache/drill/pull/1486 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]
