lidavidm commented on a change in pull request #11650:
URL: https://github.com/apache/arrow/pull/11650#discussion_r745658125



##########
File path: python/pyarrow/tests/test_extension_type.py
##########
@@ -76,6 +76,19 @@ def __reduce__(self):
         return MyListType, (self.storage_type,)
 
 
+class AnnotatedType(pa.PyExtensionType):
+    """
+    Generic extension type that can store any storate type.

Review comment:
       ```suggestion
       Generic extension type that can store any storage type.
   ```




-- 
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]


Reply via email to