kou commented on PR #48753:
URL: https://github.com/apache/arrow/pull/48753#issuecomment-3717824644
Could you add these debug prints for checking the situation on CI?
```diff
diff --git a/ruby/red-arrow/test/test-ractor.rb
b/ruby/red-arrow/test/test-ractor.rb
index 2aef74d01a..6a0c36dd7d 100644
--- a/ruby/red-arrow/test/test-ractor.rb
+++ b/ruby/red-arrow/test/test-ractor.rb
@@ -23,7 +23,9 @@ class RactorTest < Test::Unit::TestCase
require_ruby(3, 1, 0)
array = Arrow::Array.new([1, 2, 3])
chunked_array = Arrow::ChunkedArray.new([array])
+ p chunked_array.instance_variables
Ractor.make_shareable(chunked_array)
+ p chunked_array.instance_variables
ractor = Ractor.new do
recived_chunked_array = Ractor.receive
recived_chunked_array.chunks
```
--
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]