jorisvandenbossche commented on code in PR #436:
URL: https://github.com/apache/arrow-nanoarrow/pull/436#discussion_r1575103422


##########
python/src/nanoarrow/array.py:
##########
@@ -490,3 +490,7 @@ def to_string(self, width_hint=80, items_hint=10) -> str:
 
     def __repr__(self) -> str:
         return self.to_string()
+
+    def inspect(self): # or dump?

Review Comment:
   > This could probably fairly easily be extended to multiple chunks (by 
printing out in a loop?)
   
   That's indeed true, that shouldn't be that hard. We don't need it right now, 
so would prefer to do it later



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