jorisvandenbossche commented on code in PR #35504:
URL: https://github.com/apache/arrow/pull/35504#discussion_r1189429317


##########
python/pyarrow/tests/interchange/test_conversion.py:
##########
@@ -194,18 +194,19 @@ def test_roundtrip_pandas_string():
     if Version(pd.__version__) < Version("1.6"):
         pytest.skip(" Column.size() called as a method in pandas 2.0.0")
 
-    # large string is not supported by pandas implementation
-    table = pa.table({"a": pa.array(["a", "", "c"])})
+    arr = ["a", "", "c"]

Review Comment:
   One more thing: we can maybe add a `None` here to also test missing values 
support?



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