kszucs commented on a change in pull request #8349:
URL: https://github.com/apache/arrow/pull/8349#discussion_r500967626



##########
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:
       I think we can simply remove this initialization since pandas should be 
already imported to have pandas objects in the input data.




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


Reply via email to