hiroyuki-sato commented on code in PR #45403:
URL: https://github.com/apache/arrow/pull/45403#discussion_r1938384078
##########
c_glib/test/test-chunked-array-datum.rb:
##########
@@ -49,7 +49,14 @@ def test_false
end
def test_to_string
- assert_equal("ChunkedArray([\n" + " [\n" + " true,\n" + " false\n"
+ " ]\n" + "])", @datum.to_s)
+ assert_equal(<<-CHUNKED_ARRAY.chomp, @datum.to_s)
Review Comment:
Thanks! Changed to `DATUM`.
--
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]