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 2022/11/15 11:30:24 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #4208: Add try_optimize method

alamb commented on code in PR #4208:
URL: https://github.com/apache/arrow-datafusion/pull/4208#discussion_r1022675520


##########
datafusion/optimizer/src/decorrelate_where_exists.rs:
##########
@@ -20,7 +20,7 @@ use crate::utils::{
     verify_not_disjunction,
 };
 use crate::{utils, OptimizerConfig, OptimizerRule};
-use datafusion_common::{context, plan_err, DataFusionError};
+use datafusion_common::context;

Review Comment:
   Or maybe we could just do `use datafusion_common::Result`



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