You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/05/12 05:03:54 UTC

[GitHub] [incubator-pinot] icefury71 commented on issue #4230: NULL value support for all data types

icefury71 commented on issue #4230:
URL: https://github.com/apache/incubator-pinot/issues/4230#issuecomment-839437031


   > I'm trying to plot a timeseries with gaps showing null/missing data.
   > 
   > Trying to avoid doing:
   > 
   > * Caller-side mask on the data and the NULL value vector.
   > * Caller-side mask using some defaultNullValue.
   > 
   > Can this be done in the query?
   
   I'm not sure I understand your question. I'm assuming you want to filter out null values in your query response, does the `column IS NOT NULL` not work for you ? 
   
   Or do you want this to happen automatically without specifying such predicates ?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org