-
Notifications
You must be signed in to change notification settings - Fork 363
feat: Implement error handling #13
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
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
JanKaul
left a comment
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, Thanks!
| } | ||
| } | ||
|
|
||
| impl From<std::str::Utf8Error> for Error { |
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.
When I'm implementing icelake, this is not quite convenient. Maybe we should implement a macro to reduce duplicates like this. I'll try it later.
liurenjie1024
left a comment
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, thanks!
|
Thanks @Xuanwo for working on this, and @JanKaul & @liurenjie1024 for the reviews 🙏🏻 |
refactor: refactor incremental scan
This PR introduces error handling for iceberg.