Apache Hudi · Example Payload

Hudi Queryconfig Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Top-level fields

queryTypebeginInstantTimeendInstantTimemaxCommits

Example Payload

Raw ↑
{
  "queryType": "SNAPSHOT",
  "beginInstantTime": "20240101000000000",
  "endInstantTime": "20240101120000000",
  "maxCommits": 10
}