buraksenn opened a new pull request, #21999: URL: https://github.com/apache/datafusion/pull/21999
## Which issue does this PR close? - Closes #. ## Rationale for this change While reading code around column statistics I've realized that we send column byte_size when there are no rows. In this case I think it is better to set it to 0 ## What changes are included in this PR? Set `byte_size` to zero when there are no rows in filter column statistics ## Are these changes tested? Yes existing unit tests ## Are there any user-facing changes? no api changes and minimal propagated statistics change -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
