mapleFU commented on PR #37646:
URL: https://github.com/apache/arrow/pull/37646#issuecomment-1714099124

   ```
   /arrow/c_glib/test/test-table-datum.rb:52:in `test_to_string'
        49:   end
        50: 
        51:   def test_to_string
     => 52:     assert_equal("Table", @datum.to_s)
        53:   end
        54: 
        55:   def test_value
   <"Table"> expected but was
   <"Table(visible: bool\n" +
   "----\n" +
   "visible:\n" +
   "  [\n" +
   "    [\n" +
   "      true,\n" +
   "      false\n" +
   "    ]\n" +
   "  ]\n" +
   ")">
   ```
   
   Seems this should also be fixed lol


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