manuzhang opened a new pull request, #3753: URL: https://github.com/apache/datafusion-comet/pull/3753
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes #. ## Rationale for this change jni 0.22.4 introduced breaking changes so that it can't be upgraded to by dependabot in #3745 ## What changes are included in this PR? - bumped jni in core/Cargo.toml and jni-bridge/Cargo.toml, with the lockfile refreshed in Cargo.lock - updated jni-bridge to work with jni 0.22.4, including Env-based call sites, new value/object conversions, exception handling updates, and GlobalRef<T> generics in jni-bridge/src/lib.rs and jni-bridge/src/errors.rs - migrated core JNI call sites to the new signatures and types across execution, planner, scan, parquet, and subquery code, especially in core/src/execution/jni_api.rs, core/src/execution/operators/scan.rs, and core/src/parquet/mod.rs - adjusted parquet encryption wiring to use shared global refs under the new API in core/src/parquet/encryption_support.rs ## How are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --- Co-authored-by: Codex <[email protected]> -- 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]
