suxiaogang223 commented on code in PR #45881: URL: https://github.com/apache/doris/pull/45881#discussion_r1928035957
########## be/src/vec/exec/format/json/new_json_reader.h: ########## @@ -230,10 +222,10 @@ class NewJsonReader : public GenericReader { bool _skip_first_line; std::string _line_delimiter; - int _line_delimiter_length; + size_t _line_delimiter_length; - int _next_row; - int _total_rows; + uint32_t _next_row; Review Comment: Is required by `(*_json_doc)[_next_row]` and the argument of operator [] is `uint32` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org