Jibing-Li commented on code in PR #11691: URL: https://github.com/apache/doris/pull/11691#discussion_r943654430
########## be/src/exec/arrow/arrow_reader.h: ########## @@ -100,6 +100,7 @@ class ArrowReaderWrap { int get_cloumn_index(std::string column_name); void prefetch_batch(); + bool is_case_sensitive() {return _caseSensitive; } Review Comment: I'll fix it. -- 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