kszucs commented on a change in pull request #8349: URL: https://github.com/apache/arrow/pull/8349#discussion_r500970961
########## File path: cpp/src/arrow/python/python_to_arrow.cc ########## @@ -1004,6 +991,9 @@ Result<std::shared_ptr<ChunkedArray>> ConvertPySequence(PyObject* obj, PyObject* PyObject* seq; OwnedRef tmp_seq_nanny; + // FIXME(kszucs): shouldn't import pandas unconditionally Review comment: Perhaps only initialize pandas static data if pandas has been already imported (in sys.modules)? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org