fix: clippy warning (#1669)

* fix: clippy warning

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* restore the removed common sqlness cases

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-05-30 08:55:24 +08:00
committed by GitHub
parent b27c569ae0
commit 9e21632f23
2 changed files with 3 additions and 0 deletions

View File

@@ -629,6 +629,8 @@ impl WindowedReaderTester {
sequence: None,
projection: None,
filters: vec![],
limit: None,
output_ordering: None,
},
windows,
)

View File

@@ -0,0 +1 @@
../standalone/common