chrevanthreddy commented on PR #19317:
URL: https://github.com/apache/hudi/pull/19317#issuecomment-5183085985

   Rebased this PR onto current `master` and aligned the persisted vector-index 
schema with the RFC-109 consistency/freshness contract.
   
   Key corrections:
   - remove persisted centroid epochs from manifests, centroid chunks, and 
cluster stats;
   - add the singleton active-generation pointer;
   - add generation bootstrap baseline and verified contiguous frontier;
   - add source-instant marker payload/key support with marker-key validation;
   - add cluster routing version, shard count, and file-group routing fields;
   - retain generation-scoped keys and additive cluster-stat update behavior.
   
   Validation on Java 17:
   - reactor dependency rebuild: passed;
   - focused vector metadata tests: 14 passed;
   - complete `hudi-common` suite: 2,205 passed, 0 failures/errors/skips;
   - Checkstyle and `git diff --check`: passed.
   
   The earlier UTF-8 comparator compilation failure was caused by a stale 
locally installed shaded `hudi-io` artifact. Rebuilding reactor dependencies 
from current `master` resolved it without unrelated source changes.
   


-- 
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]

Reply via email to