chrevanthreddy commented on PR #19317: URL: https://github.com/apache/hudi/pull/19317#issuecomment-5184102961
Follow-up schema finalization is now pushed as `09327bdacd`: - persist generation-scoped `factorVersion`, `kappa`, `gMin`, `eps1Max`, and `epsNRel`; - persist posting `blockFormatVersion`, immutable MDT `fileGroupCount`, and centroid chunk count/checksum; - clarify that readers use the singleton active-generation pointer rather than selecting the maximum `ACTIVE` row; - remove unused manifest-builder overloads that silently created placeholder `ACTIVE` generations while ignoring quantizer arguments. Java 17 validation after this change: - Avro generation: passed; - focused vector metadata tests: 14 passed; - complete `hudi-common` suite: 2,205 passed, 0 failures/errors/skips; - Checkstyle and `git diff --check`: passed. -- 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]
