kangpinghuang opened a new issue #1169: invalid position seek when key is varchar type URL: https://github.com/apache/incubator-doris/issues/1169 When tablet's short key type is varchar, the Segment Position seek is invalid. There is a bug in Field::index_cmp for key length is less than compare_size(eg: empty string is 0), the compare range is out of range.
---------------------------------------------------------------- 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: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org