Skip to content

Commit e70411a

Browse files
committed
fix cargo check
1 parent 7636b06 commit e70411a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/proto/src/logical_plan/from_proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ use datafusion_expr::{
6666
WindowFrameUnits,
6767
};
6868
use datafusion_expr::{
69-
array_empty, array_pop_back,
69+
array_empty, array_pop_back, array_pop_front,
7070
expr::{Alias, Placeholder},
7171
};
7272
use std::sync::Arc;

0 commit comments

Comments
 (0)