Apache Hudi · Example Payload

Hudi Commitmetadata Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Hudi Commitmetadata Example is an example object payload from Apache Hudi, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commitTimetotalWriteBytestotalRecordsWrittentotalUpdateRecordsWrittentotalInsertRecordsWrittentotalBytesWritten

Example Payload

Raw ↑
{
  "commitTime": "20240101120000000",
  "totalWriteBytes": 52428800,
  "totalRecordsWritten": 100000,
  "totalUpdateRecordsWritten": 30000,
  "totalInsertRecordsWritten": 70000,
  "totalBytesWritten": 52428800
}