pitrou commented on code in PR #44341: URL: https://github.com/apache/arrow/pull/44341#discussion_r1793045442
########## c_glib/test/test-stream-decoder.rb: ########## @@ -79,8 +79,15 @@ def test_consume_bytes end def test_consume_buffer + # We need to keep data that aren't processed yet. Review Comment: Why doesn't the `Buffer` object keep the Ruby object alive? PyArrow wouldn't have this problem AFAIR. -- 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]
