kszucs commented on a change in pull request #8349:
URL: https://github.com/apache/arrow/pull/8349#discussion_r500986644
##########
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:
Updated according to my previous comment.
----------------------------------------------------------------
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:
[email protected]