pitrou commented on a change in pull request #8312:
URL: https://github.com/apache/arrow/pull/8312#discussion_r499646258



##########
File path: python/pyarrow/types.pxi
##########
@@ -697,6 +697,9 @@ cdef class ExtensionType(BaseExtensionType):
         else:
             return NotImplemented
 
+    def __str__(self):

Review comment:
       The `str` looks fine, the `repr` looks a bit unfortunate (though not 
terrible). It seems the `repr` could be just the same as `str`.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to