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



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

Reply via email to