snazy opened a new issue, #1571: URL: https://github.com/apache/polaris/issues/1571
### Describe the bug `HadoopFileIO`, as the name implies` relies a lot on Hadoop dependencies. Hadoop in turn relies a lot on the Java Security Manager, which is [permanently disabled in Java 24](https://inside.java/2024/12/11/quality-heads-up/). This means that starting with Java 24 `HadoopFileIO` can no longer work. `HadoopFileIO` security model is also different (Java security manager) and quite more complex than the security model of object stores and not that tightly integrated w/ Polaris anyway. On top, `HadoopFileIO` is not recommended for Polaris production use. Considering how long it takes Hadoop to catch up w/ Java releases, it is safer to remove all dependencies, mostly test code requirements, to HadoopFileIO. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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]
