AliRana30 commented on PR #49086: URL: https://github.com/apache/arrow/pull/49086#issuecomment-3831279779
Hi @WillAyd, I've added the requested tests in `cpp/src/arrow/table_test.cc` to verify the fix. **Specifically, I added:** - `TestTable.MakeInvalidInputs`: Verifies that `Table::Make` properly returns `Status::Invalid` (instead of crashing) when passed vectors containing `nullptr`. - Additional assertions in the `AddColumn` and `SetColumn` tests to ensure they also reject null inputs with `Status::Invalid`. -- 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]
