yurmix opened a new issue #6472: Add support for SQL-compatible null handling 
to movingAverage query
URL: https://github.com/apache/incubator-druid/issues/6472
 
 
   This issue is for implementing #4349-compliant null-handling in 
movingAverage query.
   
   Background:
   movingAverage query (#6430) doesn't currently support the 
`druid.generic.useDefaultValueForNull=false` (This is noted in documentation). 
An exception will be raised by the query if this flag is set.
   
   movingAverge query has null-handling built into it, which mostly based on 
the original "replace with default" convention but is a bit more flexible 
(Allows the user to choose null-aware Averager).

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