You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/22 15:38:54 UTC

[GitHub] [arrow-datafusion] Jimexist commented on a change in pull request #763: Impl `ops::Not` for `expr`

Jimexist commented on a change in pull request #763:
URL: https://github.com/apache/arrow-datafusion/pull/763#discussion_r693519729



##########
File path: python/src/functions.rs
##########
@@ -20,7 +20,7 @@ use crate::udf;
 use crate::{expression, types::PyDataType};
 use datafusion::arrow::datatypes::DataType;
 use datafusion::logical_plan;
-use pyo3::{prelude::*, wrap_pyfunction};
+use pyo3::{prelude::*, types::PyTuple, wrap_pyfunction};

Review comment:
       not really, let me rebase.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org