blackfox1983 opened a new issue #3287: sql result is wrong when column type in doris is inconsistent with es URL: https://github.com/apache/incubator-doris/issues/3287 e.g. columnA in ES is 'keyword' (value is "0") but in doris, it's bigint select columnA from table; ==> return 48 we want 0 instead of 48. refer @blackfox1983 p.s. Root cause has been found, and further design is discussing offline. I'll sync up later
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org