Apache Hudi · Schema

TimelineInstant

A single instant on the Hudi timeline representing a completed action

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Properties

Name Type Description
timestamp string Instant timestamp (yyyyMMddHHmmssSSS format)
action string Action type (commit, deltacommit, compaction, clean, rollback)
state string Instant state (COMPLETED, INFLIGHT, REQUESTED)
View JSON Schema on GitHub