-
Notifications
You must be signed in to change notification settings - Fork 774
refactor: Refine on_error mode #9473
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
1c96e16
to
0f50270
Compare
0f50270
to
566fa11
Compare
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.
Increase the VER:
https://github.com/datafuselabs/databend/blob/78d127257519bea475ad1361ee0359da764a443b/src/meta/proto-conv/src/util.rs#L80-L83
Add another test file to ensure coding/decoding works as expected. Similar to this:
https://github.com/datafuselabs/fuse-query/blob/78d127257519bea475ad1361ee0359da764a443b/src/meta/proto-conv/tests/it/v024_table_meta.rs
566fa11
to
c6b2906
Compare
src/query/pipeline/sources/src/processors/sources/input_formats/impls/input_format_tsv.rs
Show resolved
Hide resolved
2829392
to
3a4d9ee
Compare
dfdf67f
to
67b2e02
Compare
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Refine
on_error
modeabort_n
mode.NOTE:
In future refactoring, we'll return statistics to the user. These changes are related to big refactoring.
Closes #issue