andygrove commented on code in PR #2711:
URL: https://github.com/apache/arrow-rs/pull/2711#discussion_r973611730
##########
arrow-pyarrow-integration-testing/src/lib.rs:
##########
@@ -28,9 +28,13 @@ use arrow::compute::kernels;
use arrow::datatypes::{DataType, Field, Schema};
use arrow::error::ArrowError;
use arrow::ffi_stream::ArrowArrayStreamReader;
-use arrow::pyarrow::PyArrowConvert;
+use arrow::pyarrow::{PyArrowConvert, PyArrowException, PyArrowType};
Review Comment:
I think we need to wait until
https://github.com/apache/arrow-datafusion/pull/3483 is passing, and then we
can create a PR in https://github.com/apache/arrow-datafusion-python/ to use
that version and make sure the tests pass
--
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]