eldenmoon commented on code in PR #58711:
URL: https://github.com/apache/doris/pull/58711#discussion_r2621942761


##########
be/src/vec/exec/scan/file_scanner.cpp:
##########
@@ -603,10 +604,6 @@ Status FileScanner::_cast_to_input_block(Block* block) {
             // skip columns which does not exist in file
             continue;
         }
-        if (slot_desc->type()->get_primitive_type() == 
PrimitiveType::TYPE_VARIANT) {

Review Comment:
   no, the logic is wrong and useless here



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