vibhatha commented on code in PR #43053:
URL: https://github.com/apache/arrow/pull/43053#discussion_r1694919910
##########
java/c/src/test/python/integration_tests.py:
##########
@@ -190,6 +190,17 @@ def round_trip_reader(self, schema, batches):
def test_string_array(self):
self.round_trip_array(lambda: pa.array([None, "a", "bb", "ccc"]))
+ def test_string_slice_array(self):
+ data = pa.array(["foo", "bar", "baz1", "baz223", "baz23445",
"baz2121", "12312baz"])
Review Comment:
Sure, let me add those cases.
--
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]