Track `elapsed_compute` for `AsyncFuncExec`
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Is your feature request related to a problem or challenge?
This is a follow on work for https://github.com/apache/datafusion/pull/19626
The above PR implemented `BaselineMetrics` tracking for `AsyncFuncExec`, except `elapsed_compute`, the reason is we have found it requires some additional change to make it work as expected, see the original discussion for details: https://github.com/apache/datafusion/pull/19626#discussion_r2660989272
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Contributor guide
Research direction
Start with PR 19626 and its linked discussion, then trace the AsyncFuncExec and BaselineMetrics changes described there. Determine the additional change needed for elapsed_compute to behave as expected; the work is done when AsyncFuncExec reports that metric correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-engineering, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100