Skip to content

Conversation

Tyhoning
Copy link

Add support for GaussDB database type, So you can use Flink jdbc to write to the gaussdb database now。

Copy link

boring-cyborg bot commented Apr 18, 2025

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

@macdoor
Copy link

macdoor commented Apr 25, 2025

@Tyhoning

[ERROR] Could not execute SQL statement. Reason:
java.lang.UnsupportedOperationException: Doesn't support Gaussdb type 'int1' yet

@Tyhoning
Copy link
Author

@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'

@Tyhoning
Copy link
Author

Click here to join Jira discuss。
https://issues.apache.org/jira/browse/FLINK-37737

@Tyhoning Tyhoning changed the title Add support for GaussDB database type [FLINK-37737] Add support for GaussDB database type Apr 27, 2025
@Tyhoning Tyhoning requested a review from eskabetxe May 13, 2025 03:10
Copy link
Member

@eskabetxe eskabetxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments left..

Is GaussDD a postgres syntax compatible? if yes please use CrateDB as reference.

@1996fanrui can you run CI/CD please

@liubao68
Copy link

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.

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.

4 participants