amal-v edited a comment on issue #10558: URL: https://github.com/apache/druid/issues/10558#issuecomment-722083823
I am facing this issue with `.20`.   This can be understood from the part of query ``` ( SUM("size") FILTER (WHERE (is_published = 1 AND is_overshadowed = 0)) / SUM("num_rows") FILTER (WHERE (is_published = 1 AND is_overshadowed = 0)) ) AS avg_row_size ``` some cases the `num_rows` are zero untill fully loaded. _Note: In our case we are deploying new boxes while upgrading resulting in Historical to pull all the segments._ ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
