yjshen commented on code in PR #2197: URL: https://github.com/apache/arrow-datafusion/pull/2197#discussion_r846932443
########## datafusion/physical-expr/src/expressions/case.rs: ########## @@ -24,7 +24,7 @@ use arrow::compute::kernels::zip::zip; use arrow::compute::{and, eq_dyn, is_null, not, or, or_kleene}; use arrow::datatypes::{DataType, Schema}; use arrow::record_batch::RecordBatch; -use datafusion_common::{DataFusionError, Result}; +use datafusion_common::{DataFusionError, Result, ScalarValue}; Review Comment: ```suggestion use datafusion_common::{DataFusionError, 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org