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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]