Package io.delta.kernel.commit
Class CommitResponse
Object
io.delta.kernel.commit.CommitResponse
Response container for the result of a commit operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe parsed log data resulting from the commit operation.
-
Constructor Details
-
CommitResponse
-
-
Method Details
-
getCommitLogData
The parsed log data resulting from the commit operation. Note that for catalog-managed tables, this may be the ratified staged commit, the ratified inline commit, or even a published Delta file that theCommitterimplementation decided to publish after committing to the managing catalog.
-