-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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][OceanBase] Support database: OceanBase #2617
Comments
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
open this issue, associate with the issue #3018 |
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
sorry,the past three months I have encountered some problems with my work, so I am busy looking for a job. I have finished the code of this part , and I am trying the e2e test. Please give me some more time, thank you. |
Are you ready to commit the code? |
sorry, just read this message today, my code is ready, but I encountered some problem about deploy and test. Can I get help from any body? |
Hi @silenceland, how is it going now? |
ok, I will complete it immediately and make a pull request recently. |
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
Hi @silenceland, is everything going well? |
I try e2e case in my local with testcontainer, but run the create table sql throws exception org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: ErrorCode:[JDBC-IT-02], ErrorDescription:[Fail to create table.] - java.sql.SQLException: Not supported, deprecated MySQL feature
2023-04-17 07:51:29,804 INFO 🐳 [oceanbase/oceanbase-ce] - STDOUT: boot success! org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: ErrorCode:[JDBC-IT-02], ErrorDescription:[Fail to create table.] - java.sql.SQLException: Not supported, deprecated MySQL feature
|
My Config like this: my create table sql: sink: |
The oceanbase DDL sql is from the document of oceanbase website : |
I try to change the column type col9 float(10,2) DEFAULT NULL COMMENT '第九列'、col10 double(10,2) DEFAULT NULL COMMENT '第十列' into varchar(10),and it works! The ob community 3.4.1 version dose not support float or double type? |
I did not reproduce your problem with mysql cli on OceanBase CE 3.1.4, but got the same response on OceanBase CE 4.0.0.0. It seems that there is a limit at precision config in 4.0.0.0 and later versions and can be skipped with |
Hi @silenceland, how is the test going? I am wondering if we can use IM (such as WeChat and DingTalk) to discuss about the patch, I think we make forward the process quickly in that way. Please contact me at chuanfen.wh@antgroup.com if you are convenient. |
sorry,i saw it just now,i've send an email to your mailbox, i think we can contact with dingding |
Search before asking
Description
OceanBase
https://www.oceanbase.com/
Support connect OceanBase #1946
Add OceanBase source & sink code
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: