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 2021/08/03 11:51:40 UTC

[GitHub] [incubator-doris] weizuo93 opened a new issue #6366: [Bug][Bloom Filter] Bloom filter null value flag not be reset

weizuo93 opened a new issue #6366:
URL: https://github.com/apache/incubator-doris/issues/6366


   There is a bloom filter for each data page in a column which has bloom filter index. `_has_null` flag can help to judge whether `null` exists in a data page. If `null` value is added to a data page, `_has_null` will be set `true`. After bloom filter for a data page finished, `_has_null`should be reset to `false` to prepare for next data page.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-doris] morningman closed issue #6366: [Bug][Bloom Filter] Bloom filter null value flag not be reset

Posted by GitBox <gi...@apache.org>.
morningman closed issue #6366:
URL: https://github.com/apache/incubator-doris/issues/6366


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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