vanshaj2023 commented on issue #49311: URL: https://github.com/apache/arrow/issues/49311#issuecomment-3916746103
Hi! I'd like to work on this issue. **Implementation Approach:** 1. Modify the IPC file fuzzer to write the generated data as both IPC file and IPC stream formats 2. Read back both formats and compare the resulting RecordBatches/Tables to ensure they contain identical data 3. Add validation logic to check schema, metadata, and actual data values match between both reads 4. Handle edge cases where format-specific features might cause legitimate differences This would help catch bugs where the file and stream readers behave inconsistently on the same data. Could you please assign this issue to me? Also, does this approach sound correct, or is there anything I'm missing or should do differently? Thanks! -- 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]
