Skip to content

Commit

Permalink
Update c_glib/test/test-record-batch.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
hiroyuki-sato and kou authored Jan 30, 2025
1 parent 987d0fb commit cf6e441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c_glib/test/test-record-batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ def setup
data = "\u3042\u3044".b[0..-2]
value_offsets = Arrow::Buffer.new([0,data.size].pack("l*"))
@invalid_name_value = Arrow::StringArray.new(1,
value_offsets,
Arrow::Buffer.new(data),
nil,
-1)
value_offsets,
Arrow::Buffer.new(data),
nil,
-1)
end

def test_valid
Expand Down

0 comments on commit cf6e441

Please sign in to comment.