nsivabalan commented on issue #17028: URL: https://github.com/apache/hudi/issues/17028#issuecomment-4800732746
This appears resolved on master. Cross-compatibility validation between Hudi's native HFile writer and HBase's HFile reader is now covered by `TestHFileCompatibility` and `TestHFileReadCompatibility` in `hudi-io/src/test/java/org/apache/hudi/io/hfile/`, which parameterize over `hudi-generated.hfile` and `hbase-generated.hfile` fixtures and read each with the opposite reader. Added in commit `9ca72f9d932b` ([HUDI-9791], PR #13873) along with the underlying writer fixes; a follow-up checksum-encoding fix landed in `c50f5604e8b8` (PR #13897). Closing as fixed seems appropriate — please reopen if a specific scenario (e.g., HBase 0.x reader, additional codecs) is still uncovered. -- 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]
