dxe4 commented on issue #18431: URL: https://github.com/apache/arrow/issues/18431#issuecomment-1423087497
hi, i was profiling this and i spotted that in `pyarrow/array.pxi` deduplicate_objects has a default value set to true but the docs say its false. so what is the expected default? https://github.com/apache/arrow/blob/fc1f9ebbc4c3ae77d5cfc2f9322f4373d3d19b8a/python/pyarrow/array.pxi#L724 https://github.com/apache/arrow/blob/fc1f9ebbc4c3ae77d5cfc2f9322f4373d3d19b8a/python/pyarrow/array.pxi#L690 the memory goes down when its false.   -- 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]
