hyangminj commented on PR #48719: URL: https://github.com/apache/arrow/pull/48719#issuecomment-3712670676
## Build and Test Results **Build Status:** ✅ Success - C++ library built successfully - Python bindings built successfully **Local Testing:** ✅ All tests passed (8/8) - Basic functionality tests: All passed - `max_rows` parameter working correctly across different values (1, 10, 50, 99, 100, 150) - `max_rows=-1` (unlimited) working as expected - `max_rows=0` correctly rejected with appropriate error message - Type inference working correctly with limited rows - Header handling verified (headers not counted in max_rows limit) **Test Environment:** - Platform: macOS (Darwin 25.2.0, ARM64) - Python: 3.14.2 - Arrow: 23.0.0-SNAPSHOT - Build Type: Release The implementation is working as expected in local testing. -- 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]
