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/24 04:57:27 UTC

[GitHub] [incubator-doris] gaodayue commented on issue #2976: [Proposal] Select * support HLL and Bitmap column

gaodayue commented on issue #2976: [Proposal] Select * support HLL and Bitmap column
URL: https://github.com/apache/incubator-doris/issues/2976#issuecomment-590167658
 
 
   Usually it's a mistake to directly select HLL or bitmap column without applying function on it. In order to work around the "select *" queries issued automatically by BI tools, we could return NULL for HLL and bitmap columns by default. For users who want to get the raw binary of HLL and bitmap, we could add a configuration like `return_raw_value_for_complex_type` to support such scenario.

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