AliRana30 commented on PR #49086: URL: https://github.com/apache/arrow/pull/49086#issuecomment-3841753693
@pitrou, I've searched through the codebase for Table::Make call sites. Most production code looks safe - they pass columns from existing Tables or arrays built with proper error checking. The original issue mentioned crashes "in some tests". Rather than add API validation, should I: 1.Identify which specific tests are passing null and fix those test cases? 2.Or is this a non-issue if it's only test code doing incorrect things? If you can point me to the specific test failures or crash reports, I can create a targeted fix for those call sites. -- 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]
