morningman commented on PR #14417:
URL: https://github.com/apache/doris/pull/14417#issuecomment-1321154838

   > why the fix just fix the case ?
   
   I discuss it with @zhangstar333 , this is because currently, we have to make 
sure that the column type in Doris
    is identical to the type in source table, or it will cause BE crash.
   In this case, the `delete` column is with `boolean` type in source table, so 
the external table in Doris has to be `boolean` too.
   
   @zhangstar333 will find some other way to prevent BE from crash when type is 
different, maybe in next PR.
   So I will merge it now to make regression test happy.


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