randolf-scholz commented on code in PR #35210:
URL: https://github.com/apache/arrow/pull/35210#discussion_r1170623666
##########
python/pyarrow/tests/test_csv.py:
##########
@@ -952,6 +952,23 @@ def test_decimal_point(self):
'b': [2.5, -3.0, None],
}
+ def test_dictionary(self):
Review Comment:
Btw., reading my own comment I'm wondering whether `dictionary[int32,
string]` with space after the comma makes more sense than
`dictionary[int32,string]`. Alternatively one could consider adding code that
removes all whitespaces from the string and just have both of them work.
--
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]