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


##########
be/src/vec/exec/scan/vfile_scanner.cpp:
##########
@@ -641,10 +648,8 @@ Status VFileScanner::_init_expr_ctxes() {
         }
         if (slot_info.is_file_slot) {
             _file_slot_descs.emplace_back(it->second);
-            auto iti = full_src_index_map.find(slot_id);
-            _file_slot_index_map.emplace(slot_id, iti->second);
-            _file_slot_name_map.emplace(it->second->col_name(), iti->second);
             _file_col_names.push_back(it->second->col_name());

Review Comment:
   warning: unused variable 'iti' [clang-diagnostic-unused-variable]
   ```cpp
               auto iti = full_src_index_map.find(slot_id);
                    ^
   ```
   



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

Reply via email to