Skip to content

Commit

Permalink
fix: dummy check on 3 buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jun 9, 2024
1 parent ec5ce3a commit b467b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/c/src/test/python/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def test_string_array(self):
self.round_trip_array(lambda: pa.array([None, "a", "bb", "ccc"]))

def test_stringview_array(self):
self.round_trip_array(lambda: pa.array([None, "a", "bb", "ccc"], type=pa.string_view()))
self.round_trip_array(lambda: pa.array([None, "a", "bb"*10, "c"*13], type=pa.string_view()))

def test_decimal_array(self):
Expand Down

0 comments on commit b467b46

Please sign in to comment.