ad1happy2go commented on PR #19305: URL: https://github.com/apache/hudi/pull/19305#issuecomment-5660760272
Closing in favor of #19304, which is now the single PR for HUDI-9666. The approach changed after review of the version-9 behavior: rather than deducing the encoding on every write and caching it in a `.aux` file (limited by design to table version 8 and below), the encoding is now deduced once during the 8 -> 9 upgrade and persisted as a table property, `hoodie.table.complex.keygen.encoding`. That closes the upgrade crossing this PR could not reach, and removes the side cache entirely. #19304 targets master and carries the full change including Flink, reader-side RLI pruning, and the upgrade/downgrade handling. -- 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]
