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 2020/02/06 08:23:41 UTC

[GitHub] [incubator-doris] kangkaisen opened a new issue #2849: intersect_count function doesn't support subquery

kangkaisen opened a new issue #2849: intersect_count function doesn't support subquery
URL: https://github.com/apache/incubator-doris/issues/2849
 
 
   **Describe the bug**
   ```
   select
      intersect_count(a.rider_id, a.dim_col, 'base', 'base1') as retention
   from (
           select rider_id as rider_id,'base' as dim_col
           from app_rider_resident_bitmap3
           union all
   
           select rider_id as rider_id,'base1' as dim_col
           from app_rider_resident_bitmap3
       ) a
   ```
   
   ```
   [2020-02-06 16:16:11] [42000][1064] intersect_count function first arg must be bitmap column
   ```

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


[GitHub] [incubator-doris] kangkaisen closed issue #2849: intersect_count function doesn't support subquery

Posted by GitBox <gi...@apache.org>.
kangkaisen closed issue #2849: intersect_count function doesn't support subquery
URL: https://github.com/apache/incubator-doris/issues/2849
 
 
   

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