Apache Hudi · Schema

CommitMetadata

Metadata for a completed Hudi commit operation

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Properties

Name Type Description
commitTime string Commit timestamp
totalWriteBytes integer Total bytes written
totalRecordsWritten integer Total records written
totalUpdateRecordsWritten integer Records updated
totalInsertRecordsWritten integer Records inserted
totalBytesWritten integer Bytes written to storage
View JSON Schema on GitHub