rangareddy commented on issue #17291: URL: https://github.com/apache/hudi/issues/17291#issuecomment-5365815760
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-8384). **Findings: still open as a coverage task; JIRA is In Progress so there may be work not reflected here.** The checklist in the description is precise and worth preserving as-is - insert/update/repeat-update validation with compaction for MOR, all log block types (data, delete and rollback blocks), clustering both before and after compaction with no stats for replaced file groups, and deleting subsets of records. Two neighbouring facts that should shape the matrix, since both are live traps for a "cover all the types" test: - #17367 (HUDI-8909) - the `c7` column in `ColumnStatIndexTestBase.scala:69` is currently typed `StringType` specifically to avoid a Byte-type min/max merge bug. New tests should not re-encode that workaround. - #17314 (HUDI-8585) - `BYTES` and `FIXED` are unsupported for the SPARK record type on column-stats index version V1, so a type-coverage test needs to be explicit about index version. Keeping this open. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
