AlenkaF commented on code in PR #45818: URL: https://github.com/apache/arrow/pull/45818#discussion_r2092590285
########## python/pyarrow/scalar.pxi: ########## @@ -1118,6 +1170,16 @@ cdef class MapScalar(ListScalar): result_dict[key] = value return result_dict + def keys(self): Review Comment: Oh yes, of course. Maybe we will get back to this after https://github.com/apache/arrow/pull/45818#discussion_r2090475778 is resolved. Thanks for trying! -- 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