joellubi commented on code in PR #43488:
URL: https://github.com/apache/arrow/pull/43488#discussion_r1723372531
##########
python/pyarrow/types.pxi:
##########
@@ -5333,7 +5334,7 @@ def bool8():
pyarrow.Table
unknown_col: extension<arrow.bool8>
----
- unknown_col: [[True, False, True, True, null]]
+ unknown_col: [[-1,0,1,2,null]]
Review Comment:
This is a great point and certainly something I would have liked to have
when going through this implementation. I'll open an issue for it.
--
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]