jorisvandenbossche commented on code in PR #36745:
URL: https://github.com/apache/arrow/pull/36745#discussion_r1269102584


##########
python/pyarrow/scalar.pxi:
##########
@@ -793,7 +793,7 @@ cdef class MapScalar(ListScalar):
         """
         arr = self.values
         if array is None:

Review Comment:
   Not related to this PR, but just noticing: this line uses `array` variable, 
but that is not defined in this scope (only `arr` is), so this `array` variable 
is actually referring to the `pyarrow.lib.array(..)` function .. 



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