raulcd commented on code in PR #14926:
URL: https://github.com/apache/arrow/pull/14926#discussion_r1047417514
##########
python/pyarrow/types.pxi:
##########
@@ -3271,9 +3271,11 @@ def schema(fields, metadata=None):
>>> pa.schema([
... ('some_int', pa.int32()),
... ('some_string', pa.string())
Review Comment:
I am not entirely sure if this will fix the CI error as I have not tested
but the trailing comma is missing and might be the causing issue:
https://github.com/apache/arrow/actions/runs/3683826993/jobs/6240509816#step:6:6016
```suggestion
... ('some_string', pa.string()),
```
--
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]