hiroyuki-sato commented on code in PR #45403:
URL: https://github.com/apache/arrow/pull/45403#discussion_r1938295938


##########
c_glib/test/test-array.rb:
##########
@@ -119,7 +119,8 @@ def test_to_s
   sub_test_case("#view") do
     def test_valid
       assert_equal(build_float_array([0.0, 1.5, -2.5, nil]),
-                   build_int32_array([0, 1069547520, -1071644672, 
nil]).view(Arrow::FloatDataType.new))
+                   build_int32_array([0, 1069547520, -1071644672, nil])
+                     .view(Arrow::FloatDataType.new))

Review Comment:
   Thanks! Fixed.



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