[FLINK-37737] Add support for GaussDB database type#162
[FLINK-37737] Add support for GaussDB database type#162Tyhoning wants to merge 14 commits intoapache:mainfrom
Conversation
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) |
...aussdb/src/test/java/org/apache/flink/connector/jdbc/gaussdb/testutils/GaussDBContainer.java
Show resolved
Hide resolved
|
Pls check you files type , used 'int4' instead of 'int1' |
|
Click here to join Jira discuss。 |
There was a problem hiding this comment.
Some minor comments left..
Is GaussDD a postgres syntax compatible? if yes please use CrateDB as reference.
@1996fanrui can you run CI/CD please
.../java/org/apache/flink/connector/jdbc/gaussdb/database/dialect/CompatibleGaussdbDialect.java
Outdated
Show resolved
Hide resolved
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 are having difficulty finding a reviewer, please reach out to the If this PR is no longer valid or desired, please feel free to close it. |
|
This PR has been closed since it has not had any activity in 120 days. |
Add support for GaussDB database type, So you can use Flink jdbc to write to the gaussdb database now。