Class CommitResponse

Object
io.delta.kernel.commit.CommitResponse

@Experimental public class CommitResponse extends Object
Response container for the result of a commit operation.
  • Constructor Details

  • Method Details

    • getCommitLogData

      public ParsedDeltaData 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 the Committer implementation decided to publish after committing to the managing catalog.