apache / apache/datafusion-python
Investigate creating progress indicator
- Dominant language
- Python
- Stars
- 604
- Forks
- 174
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 4
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
For long running queries it would be helpful to show a status indicator of how much estimated time is left. There is [a PR](https://github.com/apache/datafusion/pull/17867) for the CLI to do this.
**Describe the solution you'd like**
Investigate options to create our own indicator for (a) shell terminals and (b) jupyter notebooks.
Investigate it we should make a python callable object so users could implement their own visualizations.
**Describe alternatives you've considered**
None
**Additional context**
https://github.com/apache/datafusion/pull/17867
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.