imay commented on issue #2115: bitmap_union_int cause 'be' node hang URL: https://github.com/apache/incubator-doris/issues/2115#issuecomment-548698073 > @kangkaisen I just insert into `table2` 10 rows from `table1`, the structure of `table2` is the > same to `table1`. When use `bitmap_union_int` function, it made BE down. Then I tried the other three bitmap functions, `TO_BITMAP` and `BITMAP_COUNT` functions worked well, but `BITMAP_UNION` function also made BE down. @XShun I have tried your case, and be works fine. Can you give more detail about your test? Your Query? And you can create a table with only one column `id`, then you retry your query on it to see if BE will crash
---------------------------------------------------------------- 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]
