Partial AggregateMode will generate duplicate field names from state_fields
Open
bug
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Describe the bug
We relax the name check for DF schema construction in this PR because the redundant partial aggregate schema:
https://github.com/apache/datafusion/pull/17706
- But we need to find the root cause about the redundant partial aggregate schema, this ticket will do this.
- re-enable `check_names` check in `impl TryFrom for DFSchema` (disabled in https://github.com/apache/datafusion/pull/17706)
Details:
https://github.com/apache/datafusion/pull/17706#pullrequestreview-3251698007
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.