morningman commented on code in PR #49209:
URL: https://github.com/apache/doris/pull/49209#discussion_r2003640251
##########
be/src/vec/exec/format/json/new_json_reader.h:
##########
@@ -306,6 +306,9 @@ class NewJsonReader : public GenericReader {
// the same name but different capitalization.We refer to the behavior of
hive, convert all column names
// in the data to lowercase,and use the last one as the insertion value
+ bool _openx_json_ignore_malformed = false;
+ // hive : org.openx.data.jsonserde.JsonSerDe, `ignore.malformed.json` prop.
Review Comment:
move comment before the field
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]