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/09/27 15:58:52 UTC

[GitHub] [incubator-doris] imay opened a new pull request #1908: Make HLL be able to handle invalid data

imay opened a new pull request #1908: Make HLL be able to handle invalid data
URL: https://github.com/apache/incubator-doris/pull/1908
 
 
   In this change list
   1. validate HLL column when loading data, if data is invalid, this row
   will be filtered.
   2. seems as empty HLL when serializing invalid type of HLL data, with
   this change, all ingested data will be valid.
   3. seems as empty HLL when deserializing nullptr or invalid type of HLL data.
   With this change, dirty data can be handled normally.
   4. rename function empty_hll to hll_empty.
   5. disable memtable_flush_execute_test because this will fails
   sometimes. When tearing down, some thread is not joined, and they will
   visit destroyed resource, which is invalid.

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