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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to