Re: [PR] perf: Optimize avg decimal accumulator [datafusion-comet]

2025-06-17 Thread via GitHub
codecov-commenter commented on PR #1893: URL: https://github.com/apache/datafusion-comet/pull/1893#issuecomment-2980705399 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1893?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

[PR] perf: Optimize avg decimal accumulator [datafusion-comet]

2025-06-17 Thread via GitHub
leung-ming opened a new pull request, #1893: URL: https://github.com/apache/datafusion-comet/pull/1893 ## Which issue does this PR close? Parts of #951 ## Rationale for this change 1. The information from `is_empty` could be derived from `counts`. 2. Re