hiroyuki-sato commented on PR #51015:
URL: https://github.com/apache/arrow/pull/51015#issuecomment-5450026183

   It looks like CI crashed `table = generator.page_view_table` part.
   
   
https://github.com/apache/arrow/actions/runs/33147696880/job/98772287348?pr=51015#step:12:128
   
   ```
   Loaded suite test
   Started
   TestCallOptions: 
     test_add_header:                                   .: (0.000245)
     test_set_headers:                                  .: (0.000084)
     .try_convert: 
       test_headers:                                    .: (0.000107)
   TestClient: 
   [BUG] Bus Error at 0x000000082cc00018
     test_do_get:                                               
/Users/runner/work/arrow/arrow/ruby/red-arrow-flight/test/helper/server.rb:35
   ruby 3.4.10 (2026-06-30 revision 2b0b7728dc) +PRISM [arm64-darwin25]
   /Users/runner/work/arrow/arrow/ruby/red-arrow-flight/test/helper/server.rb:37
   
   /Users/runner/work/arrow/arrow/ruby/red-arrow-flight/test/helper/server.rb:41
   ```
   
   
https://github.com/apache/arrow/pull/51015/changes#diff-1300ccdf7369ff8b5e58971808899fa3384eb73bee95c0b2b6add254540a90d3R42
   
   
   ```ruby
       def virtual_do_do_get(context, ticket)
         generator = InfoGenerator.new
         if ticket.data.to_s != generator.page_view_ticket
           raise Arrow::Error::Invalid.new("invalid ticket")
         end
         table = generator.page_view_table # <-- HERE
         ArrowFlight::RecordBatchStream.new(table)
       end
   ```
   


-- 
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]

Reply via email to