kszucs commented on a change in pull request #11185: URL: https://github.com/apache/arrow/pull/11185#discussion_r712106785
########## File path: cpp/src/arrow/python/iterators.h ########## @@ -97,31 +98,53 @@ inline Status VisitSequence(PyObject* obj, int64_t offset, VisitorFunc&& func) { template <class VisitorFunc> inline Status VisitSequenceMasked(PyObject* obj, PyObject* mo, int64_t offset, Review comment: Unrelated to the change, but could we use more descriptive argument names? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org