nextdreamblue commented on issue #15301:
URL: https://github.com/apache/doris/issues/15301#issuecomment-1362865444

   其实这个问题大概有两种解法,
   一种是把所有特殊的mysql类型都转为text类型,即获取schema的时候不抛出来异常
   还有一种是走COM_FIELD_LIST这个协议类型的时候,不把异常抛到最外层,不去执行mysqlChannel.close(),关闭连接
   
   目前采用的第二种方法


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