kangpinghuang commented on issue #2278: is not null query failed URL: https://github.com/apache/incubator-doris/issues/2278#issuecomment-557600552 the reason is that predicate k1 = -1 has filtered some data and use the selected flag vector to index the filtered value. but the NullPredicate set selected flags to false and the size of vectorized column to original size which will lead to return invalid data.
---------------------------------------------------------------- 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]
