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/10/31 09:42:01 UTC

[GitHub] [incubator-doris] XShun opened a new issue #2115: bitmap_union_int cause 'be' node hang

XShun opened a new issue #2115: bitmap_union_int cause 'be' node hang
URL: https://github.com/apache/incubator-doris/issues/2115
 
 
   When I use bitmap_union_int() to replace count(distinct ) for a test, I found that it would cause be nodes hang. So, how can I slove this problem?
   ErrMsg: 
       > 1064 - there is no scanNode Backend
   SQL:
       select bitmap_union_int(id) from table1;
   The type of `id` is int, and rows of table1 is about 70 million, and the model of table is Agg.
   Looking forward to reply! thx!

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