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
The transaction was rolled back, so the INSERT results should not be visible.
Also, concurrent readers shouldn't see INSERT effect until transaction is committed.
Or -- actually preferred -- writing to an ORC ACID or an insert-only Hive transactional table is rejected in an explicit (not autocommit) Trino transaction.
The text was updated successfully, but these errors were encountered:
steps to reproduce
expected
The transaction was rolled back, so the INSERT results should not be visible.
Also, concurrent readers shouldn't see INSERT effect until transaction is committed.
Or -- actually preferred -- writing to an ORC ACID or an insert-only Hive transactional table is rejected in an explicit (not autocommit) Trino transaction.
The text was updated successfully, but these errors were encountered: