lokeshj1703 commented on PR #12935:
URL: https://github.com/apache/hudi/pull/12935#issuecomment-2722274432

   @linliu-code Tests which are failing with long and int conversion:-
   `org.apache.hudi.functional.TestMORDataSource#testPayloadDelete`
   `org.apache.hudi.functional.TestMORDataSource#testHoodieIsDeletedMOR`
   
   The ordering logic change regarding choosing previous value is also required 
for this test: org.apache.hudi.functional.TestMORDataSource#testPrunedFiltered
   
   These are the other tests failing with a similar error. 
   
org.apache.hudi.functional.TestMORDataSourceStorage#testAutoDisablingRecordPositionsUnderPendingCompaction
   
org.apache.hudi.functional.TestStructuredStreaming#testStructuredStreamingWithMergeMode
   
org.apache.hudi.functional.TestRecordLevelIndex#testRLIForDeletesWithHoodieIsDeletedColumn
   
   For some of these tests once the conversion issue was fixed. It started 
failing with another issue which required me to fix supportsParquetRowIndex.
   The failures can be reproduced in branch - 
https://github.com/lokeshj1703/hudi/tree/HUDI-9120-reproduced
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to