jinkachy opened a new pull request, #8985: URL: https://github.com/apache/seatunnel/pull/8985
# PR Description for Adding Apache Cloudberry Support ## Purpose of this pull request This PR adds documentation and testing support for Apache Cloudberry, which is an open-source derivative of Greenplum Database built on a newer PostgreSQL kernel. Since Cloudberry uses PostgreSQL's JDBC driver, this implementation references the existing Greenplum connector while adding Cloudberry-specific documentation and E2E test cases. ## Does this PR introduce _any_ user-facing change? Yes, this PR adds documentation for using SeaTunnel with Apache Cloudberry as both source and sink. Users migrating from Greenplum to Cloudberry will now have clear documentation on how to configure SeaTunnel to work with Cloudberry databases. ## How was this patch tested? - Added E2E test cases for Cloudberry connector based on the Greenplum connector test structure - Tested locally with a Cloudberry instance to verify connectivity and data transfer functionality - The tests confirm that SeaTunnel can successfully read from and write to Cloudberry using the PostgreSQL JDBC driver ## Check list - [x] Updated documentation to describe the Cloudberry connector support - [x] Added E2E test cases in seatunnel-e2e - [x] Updated md to mention the new Cloudberry support Note: Since Cloudberry uses the PostgreSQL JDBC driver and the implementation leverages existing code, no new binary packages or driver dependencies were added. -- 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]
