We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7636b06 commit e70411aCopy full SHA for e70411a
datafusion/proto/src/logical_plan/from_proto.rs
@@ -66,7 +66,7 @@ use datafusion_expr::{
66
WindowFrameUnits,
67
};
68
use datafusion_expr::{
69
- array_empty, array_pop_back,
+ array_empty, array_pop_back, array_pop_front,
70
expr::{Alias, Placeholder},
71
72
use std::sync::Arc;
0 commit comments