github-actions[bot] commented on code in PR #41684: URL: https://github.com/apache/doris/pull/41684#discussion_r1796322480
########## be/src/vec/exec/format/csv/csv_reader.cpp: ########## @@ -174,6 +174,23 @@ void PlainCsvTextFieldSplitter::do_split(const Slice& line, std::vector<Slice>* } } +void HiveCsvTextFieldSplitter::do_split(const Slice& line, std::vector<Slice>* splitted_values) { Review Comment: warning: method 'do_split' can be made const [readability-make-member-function-const] be/src/vec/exec/format/csv/csv_reader.cpp:177: ```diff - values) { + values) const { ``` -- 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