mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-08 06:50:39 +00:00
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:
@@ -629,6 +629,8 @@ impl WindowedReaderTester {
|
||||
sequence: None,
|
||||
projection: None,
|
||||
filters: vec![],
|
||||
limit: None,
|
||||
output_ordering: None,
|
||||
},
|
||||
windows,
|
||||
)
|
||||
|
||||
1
tests/cases/distributed/common
Symbolic link
1
tests/cases/distributed/common
Symbolic link
@@ -0,0 +1 @@
|
||||
../standalone/common
|
||||
Reference in New Issue
Block a user