hudi-bot opened a new issue, #17431:
URL: https://github.com/apache/hudi/issues/17431

   It means that:
   
   The hfile written through our native writer from 1.1 release can be read by 
hbase reader from 0.x and 1.0.2 release.
   
   Therefore, we need to generate the hfile, and validates if they can be read 
successfully by different readers.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-9449
   - Type: Sub-task
   - Parent: https://issues.apache.org/jira/browse/HUDI-8222
   - Fix version(s):
     - 1.1.0
   
   
   ---
   
   
   ## Comments
   
   24/May/25 22:55;yihua;An alternative approach is to make sure the bytes 
written in the HFile are identical between HBase and native HFile writer.  We 
should a test for such a storage byte validation.;;;
   
   ---
   
   09/Sep/25 20:14;linliu;Generally we could attempt this byte by byte 
approach; we may face some issues like encoding / compression difference, index 
level setting difference, MVCC byte, etc; but generally we can certify majority 
of a file should be identical.;;;


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