MisterRaindrop opened a new pull request, #127: URL: https://github.com/apache/cloudberry-pxf/pull/127
## Summary - Pin the Rocky 9 PXF service and regression shell to UTC. - Persist the PXF JVM timezone option and restart PXF after its CI configuration is written. ## Root cause Parquet INT96 conversion uses the PXF JVM default timezone. Rocky 9 could start PXF with a non-UTC default, while the regression expectations use UTC. Some test groups did not restart PXF after configuration, so writing the environment file alone had no effect on the active JVM. ## Validation - `bash -n ci/docker/pxf-cbdb-dev/common/script/entrypoint.sh` - `bash -n ci/docker/pxf-cbdb-dev/common/script/run_tests.sh` - `git diff --check` The focused Gradle test could not start locally because the environment proxy could not download the project's Gradle wrapper. This PR triggers the full Rocky 9 integration matrix. -- 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]
