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