-
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][Core] Enable the SPI factory classes to improve the entire process. #2490
Comments
@ashulin hi, is it possible to identify the source of meta data in the schema definition and treat it as a normal field,Load when it needs to be processed |
@Carl-Zhou-CN That's how it's designed right now. |
To support cdc, we also need to support RowKind(delete/update) based on primary key define in sink |
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. |
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. |
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. |
Search before asking
Description
Currently, the way we parse
RowType
is inconsistent.These factories should be enabled to allow users to configure more easily and support more features;
Below I briefly explain the factory:
Usage Scenario
Related requirement
unified schema:
#2469
create table automaticly:
#3271
metadata columns:
#2915
#2960
visualization of options:
#3273
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: