rok commented on code in PR #44070:
URL: https://github.com/apache/arrow/pull/44070#discussion_r1773277668
##########
python/pyarrow/types.pxi:
##########
@@ -1774,6 +1774,43 @@ cdef class ExtensionType(BaseExtensionType):
return ExtensionScalar
+cdef class JsonType(BaseExtensionType):
+ """
+ Concrete class for Arrow arrays of JSON data type.
Review Comment:
Changed to reflect that.
--
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]