GitHub user prashantwason added a comment to the discussion: Support Selective Metafield Population: Enable only _hoodie_commit_time for Incremental Reads
Created an issue to track this: https://github.com/apache/hudi/issues/18383 The issue includes a detailed design for a new config `hoodie.meta.fields.to.exclude` that allows selective meta field population. Excluded fields are written as null for optimal Parquet storage savings. Implementation covers all 4 write paths (Avro, Spark InternalRow, Spark SQL row-writer, Flink) with a pre-computed `boolean[5]` array for zero-overhead per-row checks. GitHub link: https://github.com/apache/hudi/discussions/17959#discussioncomment-16317306 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
