github-actions[bot] commented on code in PR #17369:
URL: https://github.com/apache/doris/pull/17369#discussion_r1133288686


##########
be/src/vec/exec/format/csv/csv_reader.cpp:
##########
@@ -457,6 +460,8 @@ void CsvReader::_split_line_for_single_char_delimiter(const 
Slice& line) {
         size_t cur_pos = 0;
         size_t start_field = 0;
         const size_t size = line.size;
+        bool quoted = false;

Review Comment:
   warning: unused variable 'quoted' [clang-diagnostic-unused-variable]
   ```cpp
           bool quoted = false;
                ^
   ```
   



-- 
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]

Reply via email to