mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 15:04:04 +00:00
parent
56e50dccd4
commit
d8775e2815
3 changed files with 16 additions and 26 deletions
|
@ -2358,8 +2358,7 @@ impl<'a> Parser<'a> {
|
|||
]) // This couldn't possibly be a bad idea
|
||||
})?
|
||||
.into_iter()
|
||||
.filter(|i| i.is_some())
|
||||
.map(|i| i.unwrap())
|
||||
.flatten()
|
||||
.collect();
|
||||
|
||||
lateral_views.push(LateralView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue