CalvinKirs opened a new pull request, #64677: URL: https://github.com/apache/doris/pull/64677
## Proposed changes Align the regression-test framework's dependency versions with fe-core (`fe/pom.xml`): - `arrow.version`: `17.0.0` -> `19.0.0` - `netty-all`: `4.1.104.Final` -> `4.2.15.Final` - `maven.compiler.source/target`: `1.8` -> `17` (Arrow 18+ requires JDK 17, and the regression build already runs on JDK 17) This is a **dependency-alignment / JDK17-target change only**. It keeps the framework's Arrow Flight SQL JDBC driver and netty in lockstep with fe-core instead of drifting on older versions. ### Scope / risk - Only `regression-test/framework/pom.xml` is touched. - Raising `maven.compiler.target` to 17 affects the compiled output of the whole regression framework, so this needs full regression CI to validate, not just a local build. - It does **not** fix the intermittent `arrow_flight_sql_p0` close-time buffer leak — that has a separate root cause and will be handled in a follow-up. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
