rok commented on code in PR #44070:
URL: https://github.com/apache/arrow/pull/44070#discussion_r1773276461
##########
python/pyarrow/types.pxi:
##########
@@ -5236,6 +5273,43 @@ def run_end_encoded(run_end_type, value_type):
return pyarrow_wrap_data_type(ree_type)
+def json_(DataType storage_type=utf8()):
+ """
+ Create instance of JSON extension type.
+
+ Parameters
+ ----------
+ storage_type : DataType
+ The underlying data type.
Review Comment:
Added a comment, an error is now raised by c++ and is checked by a Python
test.
--
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]