Skip to content

Commit a3c7acc

Browse files
author
Jiayu Liu
committed
remove err
1 parent ee4d524 commit a3c7acc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/src/physical_plan/functions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,6 @@ impl fmt::Display for ScalarFunctionExpr {
13711371
type NullColumnarValue = ColumnarValue;
13721372

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

0 commit comments

Comments
 (0)