For Presto, fetchall needs to be called even on non-result-returning queries
Open
bug
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
This is because execution is asynchronous in Presto. Failing to call fetchall results in ABANDONED_QUERY.
See also #123
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.