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 0084aeb commit 30fce22Copy full SHA for 30fce22
datafusion/optimizer/src/eliminate_limit.rs
@@ -85,8 +85,6 @@ fn eliminate_limit(
85
if *skip == 0 {
86
// If there is no LIMIT and OFFSET is zero, LIMIT/OFFSET can be removed
87
return Ok(input.as_ref().clone());
88
- } else {
89
- {}
90
}
91
92
0 commit comments