JOBIN-SABU commented on PR #45443: URL: https://github.com/apache/arrow/pull/45443#issuecomment-2692015391
Hi @mapleFU, I haven’t provided specific inputs in the test cases yet, but I can describe the scenario and the expected behavior: Test Case: Single Line JSON Without Newline Description: This test case is meant to handle a JSON file containing a single line without a newline character. Expected Behavior: The JSON object should be correctly parsed, and the values should be loaded. Actual Behavior: The test fails to parse the JSON object and load the values correctly. Additionally, I’ve encountered challenges related to the mixing of Release and Debug builds, which is causing build errors. Specifically, the mismatches in _ITERATOR_DEBUG_LEVEL and RuntimeLibrary settings are leading to issues during the build process. I’ve made changes to address the core issue, but I’m encountering challenges with running the tests due to hardware and internet limitations. The tests are still not passing, and I suspect the issue might be upstream. I’d appreciate any guidance or assistance you can provide to help finalize these changes and get the tests passing. Thank you for your help! -- 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]
