slfan1989 commented on PR #15897: URL: https://github.com/apache/iceberg/pull/15897#issuecomment-4233388879
@nastra @huaxingao Could you help review this PR? Thank you very much! This change is mainly to support the newly released Hadoop version(`hadoop-3.5.0`), which is the first version with full JDK 17 support. Compared with `hadoop-3.4.3`, it upgrades Jersey to `2.46` and introduces related Jakarta dependency changes, including the switch to `jakarta.servlet.jsp-api`. Therefore, we need to explicitly add the `javax.servlet:javax.servlet-api:4.0.1` dependency in `Spark 3.4` and `Spark 3.5`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
