pitrou commented on code in PR #46536:
URL: https://github.com/apache/arrow/pull/46536#discussion_r2121036960
##########
python/pyarrow/array.pxi:
##########
@@ -1357,7 +1357,8 @@ cdef class Array(_PandasConvertible):
return f'{type_format}\n{self}'
def to_string(self, *, int indent=2, int top_level_indent=0, int window=10,
- int container_window=2, c_bool skip_new_lines=False):
+ int container_window=2, c_bool skip_new_lines=False,
+ int max_element_length=100):
Review Comment:
I'm curious, is there a reason not to name this `element_size_limit` like in
C++?
--
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]