Apache Hudi · Example Payload

Hudi Timelineinstant Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Top-level fields

timestampactionstate

Example Payload

Raw ↑
{
  "timestamp": "20240101120000000",
  "action": "commit",
  "state": "COMPLETED"
}