wanqiang2046 commented on issue #16596: URL: https://github.com/apache/doris/issues/16596#issuecomment-1425204486
最后定位到是cod decimalv3(15, 2) NOT NULL DEFAULT "0.00" COMMENT '代收货款', 这个字段导致的,当用cod != 0 查询的时候直接全部挂掉。。。 把decimalv3改成decimal就不挂了 -- 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]
