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


   No I want to include null values but as null and not as defaultNullValue so 
I can distinguish the two cases.
   
   If defaultNullValue is zero and nullHandling is enabled and some points are 
actually zero.
   
   t: 1 v: 110
   t: 2 v: 0     <- actually zero
   t: 3 v: 114
   t: 4 v: null  <- null
   t: 5 v: 113
   
   So I can make a plot with gaps:
   https://codepen.io/curriedfloat/pen/WNprwWP


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