Apache Hudi · Example Payload

Hudi Huditable Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Top-level fields

tableNamebasePathtableTypeschemapreCombineFieldrecordKeyFieldpartitionPathField

Example Payload

Raw ↑
{
  "tableName": "orders",
  "basePath": "s3://my-bucket/hudi/orders",
  "tableType": "COPY_ON_WRITE",
  "schema": "{}",
  "preCombineField": "ts",
  "recordKeyField": "order_id",
  "partitionPathField": "order_date"
}