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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to