vibhatha commented on code in PR #12590: URL: https://github.com/apache/arrow/pull/12590#discussion_r854115186
########## python/pyarrow/_compute.pyx: ########## @@ -26,9 +26,14 @@ from collections import namedtuple from pyarrow.lib import frombytes, tobytes, ordered_dict from pyarrow.lib cimport * +from pyarrow.includes.common cimport * from pyarrow.includes.libarrow cimport * import pyarrow.lib as lib +from libc.stdlib cimport free Review Comment: Yes, will remove -- 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