[FEA] Leverage RECOVER_WITH_NULL
when parsing JSON in from_json_to_raw_map
#2553
Labels
RECOVER_WITH_NULL
when parsing JSON in from_json_to_raw_map
#2553
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, withRECOVER_WITH_NULL
supported, the problematic rows can be just ignored so output for the remaining rows can be processed normally. We should adoptRECOVER_WITH_NULL
infrom_json_to_raw_map
accordingly.The text was updated successfully, but these errors were encountered: