Skip to content
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

Merged
merged 9 commits into from
Aug 24, 2022

Conversation

hailin0
Copy link
Member

@hailin0 hailin0 commented Aug 16, 2022

Support connect greenplum drivers:

  • postgresql driver: org.postgresql.Driver
  • greenplum driver: com.pivotal.jdbc.GreenplumDriver

Purpose of this pull request

Support jdbc connect greenplum #1946

Check list

wanghailin added 4 commits August 16, 2022 18:15
Support connect greenplum drivers:
* postgresql driver: org.postgresql.Driver
* greenplum driver: com.pivotal.jdbc.GreenplumDriver
@EricJoy2048
Copy link
Member

Please add the document of this connector.

@hailin0
Copy link
Member Author

hailin0 commented Aug 18, 2022

Please add the document of this connector.

updated

Copy link
Contributor

@ic4y ic4y left a 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)

wanghailin added 2 commits August 22, 2022 15:30
@hailin0
Copy link
Member Author

hailin0 commented Aug 22, 2022

Can we also add tests for Stream mode and tests for XA transaction(two-phase commit)

@ic4y updated

@ic4y
Copy link
Contributor

ic4y commented Aug 22, 2022

@hailin0 JDBC Sink supports Stream mode. Can it be covered in tests?

@hailin0
Copy link
Member Author

hailin0 commented Aug 23, 2022

@hailin0 JDBC Sink supports Stream mode. Can it be covered in tests?

Stream mode only dedicated to source?

@ic4y
Copy link
Contributor

ic4y commented Aug 23, 2022

@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

@hailin0
Copy link
Member Author

hailin0 commented Aug 23, 2022

@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).

@hailin0
Copy link
Member Author

hailin0 commented Aug 23, 2022

@CalvinKirs please review

@ic4y
Copy link
Contributor

ic4y commented Aug 23, 2022

@hailin0 Thanks
+1

@CalvinKirs CalvinKirs merged commit 3561d38 into apache:dev Aug 24, 2022
TyrantLucifer pushed a commit to TyrantLucifer/incubator-seatunnel that referenced this pull request Sep 18, 2022
* [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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants