-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Connector-V2][JDBC] Support database: greenplum #2429
Conversation
Support connect greenplum drivers: * postgresql driver: org.postgresql.Driver * greenplum driver: com.pivotal.jdbc.GreenplumDriver
...v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/FakeSourceToJdbcGreenplumIT.java
Outdated
Show resolved
Hide resolved
.../seatunnel/connectors/seatunnel/jdbc/internal/dialect/greenplum/GreenplumDialectFactory.java
Show resolved
Hide resolved
Please add the |
updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add tests for Stream mode and tests for XA transaction(two-phase commit)
...k-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcGreenplumIT.java
Outdated
Show resolved
Hide resolved
@ic4y updated |
@hailin0 JDBC Sink supports Stream mode. Can it be covered in tests? |
Stream mode only dedicated to source? |
No. Stream mode only dedicated to Sink |
Not support exactly-once semantics (XA transaction is not yet supported in Greenplum database). |
@CalvinKirs please review |
@hailin0 Thanks |
* [Connector-V2][JDBC] Support database: Greenplum Support connect greenplum drivers: * postgresql driver: org.postgresql.Driver * greenplum driver: com.pivotal.jdbc.GreenplumDriver Co-authored-by: wanghailin <hailin@fiture.com>
Support connect greenplum drivers:
Purpose of this pull request
Support jdbc connect greenplum #1946
Check list
New License Guide