@Public public interface TableCommit extends AutoCloseable
Table
. Snapshots are produced from CommitMessage
s, which themselves are generated by TableWrite
.
Commit may fail and throw an exception. Before committing, it will first check for conflicts by checking if all files to be removed currently exists.
Modifier and Type | Method and Description |
---|---|
void |
abort(List<CommitMessage> commitMessages)
Abort an unsuccessful commit.
|
close
void abort(List<CommitMessage> commitMessages)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.