kangpinghuang opened a new issue #1710: query will failed when where predicate 
has string field
URL: https://github.com/apache/incubator-doris/issues/1710
 
 
   the result of sql
   select * from baseall where k6='true' order by k6;
   
   is different from query:
   select * from baseall  order by k6; 
   for k6='true' records' num.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to