Reranko05 commented on PR #50234: URL: https://github.com/apache/arrow/pull/50234#issuecomment-4774515368
@kou Thanks for the review. Addressed all review comments. * Switched memory view initialization to `memset(view_, 0, sizeof(memory_view))`. * Added regression tests for uninitialized `rb_memory_view_t` handling under a dedicated `sub_test_case`. * Updated the Fiddle bindings to use `TYPE_BOOL`. * Used `Fiddle::Pointer.malloc(..., Fiddle::RUBY_FREE)` for automatic cleanup. * Replaced `assert_nothing_raised` with explicit return value checks. -- 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]
