flink-connector-jdbc
flink-connector-jdbc copied to clipboard
[FLINK-37737] Add support for GaussDB database type
Add support for GaussDB database type, So you can use Flink jdbc to write to the gaussdb database now。
Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)
@Tyhoning
[ERROR] Could not execute SQL statement. Reason:
java.lang.UnsupportedOperationException: Doesn't support Gaussdb type 'int1' yet
@Tyhoning
[ERROR] Could not execute SQL statement. Reason: java.lang.UnsupportedOperationException: Doesn't support Gaussdb type 'int1' yet
Pls check you files type , used 'int4' instead of 'int1'
Click here to join Jira discuss。
https://issues.apache.org/jira/browse/FLINK-37737
Some minor comments left..
Is GaussDD a postgres syntax compatible? if yes please use CrateDB as reference.
@1996fanrui can you run CI/CD please
GaussDB was developed from PostgreSQL but now is not compatible with PostgreSQL and will not in the future.
This PR is being marked as stale since it has not had any activity in the last 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the PR has merge conflicts, update it with the latest from the base branch.
If you are having difficulty finding a reviewer, please reach out to the community, contact details can be found here: https://flink.apache.org/what-is-flink/community/
If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.