You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We saw data pipelines where the transaction was reported as successfully but the Presto query logs show that the COMMIT statement failed with an ABANDONED_QUERY error.
The text was updated successfully, but these errors were encountered:
…LLBACK (fixprestodb#45)
Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
…LLBACK (fixprestodb#45)
Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
ggreg
pushed a commit
to ggreg/presto-python-client
that referenced
this issue
Oct 30, 2017
…LLBACK (fixprestodb#45)
Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
…LLBACK (fix#45)
Rather than duplicating the code in `transaction.py`, `commit()` and `rollback()` use `prestodb.client.PrestoQuery` to execute the query. It ensures that the client pulls result until there is nothing more to pull.
We saw data pipelines where the transaction was reported as successfully but the Presto query logs show that the
COMMIT
statement failed with anABANDONED_QUERY
error.The text was updated successfully, but these errors were encountered: