david1437 commented on PR #46536: URL: https://github.com/apache/arrow/pull/46536#issuecomment-2930600141
No particular reason other then that it sounded a bit more clear to me what it's meaning was. On Mon, Jun 2, 2025, 1:42 PM Antoine Pitrou ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In python/pyarrow/array.pxi > <https://github.com/apache/arrow/pull/46536#discussion_r2121036960>: > > > @@ -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): > > I'm curious, is there a reason not to name this element_size_limit like > in C++? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/arrow/pull/46536#pullrequestreview-2888227623>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AGD5HPNYSXFOF3HE4HPVC2D3BRBBRAVCNFSM6AAAAAB5UGEU5WVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQOBYGIZDONRSGM> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
