Skip to content
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

[FEA] Leverage RECOVER_WITH_NULL when parsing JSON in from_json_to_raw_map #2553

Open
ttnghia opened this issue Oct 31, 2024 · 0 comments · May be fixed by #2562
Open

[FEA] Leverage RECOVER_WITH_NULL when parsing JSON in from_json_to_raw_map #2553

ttnghia opened this issue Oct 31, 2024 · 0 comments · May be fixed by #2562
Assignees

Comments

@ttnghia
Copy link
Collaborator

ttnghia commented Oct 31, 2024

When from_json_to_raw_map was implemented, recovery with null was not possible thus the function always throws exception when the input is invalid. Now, with RECOVER_WITH_NULL supported, the problematic rows can be just ignored so output for the remaining rows can be processed normally. We should adopt RECOVER_WITH_NULL in from_json_to_raw_map accordingly.

@ttnghia ttnghia self-assigned this Oct 31, 2024
@ttnghia ttnghia linked a pull request Nov 1, 2024 that will close this issue
@ttnghia ttnghia linked a pull request Nov 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants