-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[improve] EasySearch support schema_save_mode/data_save_mode #9310
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
Conversation
| } | ||
| ``` | ||
|
|
||
| SAVE_MODE (Add saveMode function) |
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.
| SAVE_MODE (Add saveMode function) | |
| SAVE_MODE |
| } | ||
| ``` | ||
|
|
||
| 配置表生成策略 (schema_save_mode) |
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.
| 配置表生成策略 (schema_save_mode) | |
| 配置表生成策略 |
| // If any exception occurs, we return empty to indicate that save mode is not supported | ||
| // This allows the connector to continue working without save mode functionality | ||
| return Optional.empty(); |
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.
Let's we should throw exception directly. Because the job not execute as expect.
| @DisabledOnContainer( | ||
| value = {}, | ||
| type = {EngineType.SPARK, EngineType.FLINK}, | ||
| disabledReason = "Test only one engine for first change") |
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.
Let's drop index before execute job. Then we can execute it more than once.
EasySearch support schema_save_mode/data_save_mode
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide