Execute a Hudi incremental query to fetch only records changed since a given commit timestamp

domain: hudi.apache.org · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Identify the begin instant time (e.g., a prior commit timestamp) from the Hudi timeline by listing instants in the .hoodie/ directory or querying the active timeline.
  2. Set the query type to incremental and specify the begin instant: spark.read.format('hudi').option('hoodie.datasource.query.type', 'incremental').option('hoodie.datasource.read.begin.instanttime', '20240315120000').load('/path/to/hudi/events').
  3. Optionally set hoodie.datasource.read.end.instanttime to bound the incremental window to a specific end commit.
  4. The result contains only records inserted or updated in the specified instant range, including the _hoodie_commit_time metadata column for filtering.
  5. Use the incremental DataFrame as a source for downstream pipelines — write it to another table, push it to a Kafka topic, or use it to drive incremental dbt runs.

Known gotchas

Related routes

Execute a Hudi incremental query to fetch only changed records since a given commit timestamp
hudi.apache.org · 5 steps · unrated
Configure a Hudi Record-Level Index (RLI) to accelerate upsert lookup performance on large tables
hudi.apache.org · 5 steps · unrated
Incrementally sync changed Employee Central records using lastModifiedDateTime queries against effective-dated entities
help.sap.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans