apache / apache/datafusion-benchmarks
Avoid side effects by cached state
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The existing TPCH benchmark script, `tpcbench.py`, retains PySpark's cached tables across different query executions. This can lead to unintended side effects on the benchmark results. Therefore, we should clear the cached tables before each query execution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.