-
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
[Feature][Connector-V2[Doris]Support sink ddl #8250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refer to starrocks
# Conflicts: # docs/en/concept/schema-evolution.md # docs/zh/concept/schema-evolution.md
i have fix some bug, please CR again |
Please check ci error |
...ctor-v2-e2e/connector-doris-e2e/src/test/resources/mysqlcdc_to_doris_with_schema_change.conf
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: hailin0 <[email protected]>
Co-authored-by: hailin0 <[email protected]>
import org.apache.seatunnel.common.exception.SeaTunnelErrorCode; | ||
import org.apache.seatunnel.common.exception.SeaTunnelRuntimeException; | ||
|
||
public class DorisSchemaChangeException extends SeaTunnelRuntimeException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no need to add a new class, suggestion rename DorisConnectorException
to DorisException
case STRING: | ||
case BIGINT: | ||
case INT: | ||
case TIMESTAMP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it still supported TIMESTAMP
in the case of oracle-cdc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is doris sink , nothing to do with oracle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mysql is compatible with doris , your case source is mysql-cdc, bug source is oracle-cdc, will it still work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the default type supported by doris, if oracle unsupported ,it will not Include 'TIMESTAMP'
Purpose of this pull request
close #8115
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.