You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/22 16:31:31 UTC

[GitHub] [incubator-doris] kangpinghuang edited a comment on issue #2278: is not null query failed

kangpinghuang edited a comment 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 when the column is not null column and predicate is not null, 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org