Skip to content

Commit

Permalink
remove err
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed May 15, 2021
1 parent ee4d524 commit a3c7acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/src/physical_plan/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,6 @@ impl fmt::Display for ScalarFunctionExpr {
type NullColumnarValue = ColumnarValue;

impl From<&RecordBatch> for NullColumnarValue {
type Error = DataFusionError;
fn from(batch: &RecordBatch) -> Self {
let num_rows = batch.num_rows();
ColumnarValue::Array(Arc::new(NullArray::new(num_rows)))
Expand Down

0 comments on commit a3c7acc

Please sign in to comment.