AlenkaF commented on code in PR #35933:
URL: https://github.com/apache/arrow/pull/35933#discussion_r1219317177


##########
python/pyarrow/types.pxi:
##########
@@ -1586,6 +1586,10 @@ cdef class FixedShapeTensorType(BaseExtensionType):
     def __arrow_ext_class__(self):
         return FixedShapeTensorArray
 
+    def __reduce__(self):

Review Comment:
   I have started with implementing the `__reduce__` method for 
`FixedShapeTensorType`. I have to think about how to/if it is possible to use 
the extension type parameters when defining the method on the 
`BaseExtensionType`.



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