From 9e21632f232347238bb994bd94755f82b04f15cd Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Tue, 30 May 2023 08:55:24 +0800 Subject: [PATCH] fix: clippy warning (#1669) * fix: clippy warning Signed-off-by: Ruihang Xia * restore the removed common sqlness cases Signed-off-by: Ruihang Xia --------- Signed-off-by: Ruihang Xia --- src/storage/src/region/tests.rs | 2 ++ tests/cases/distributed/common | 1 + 2 files changed, 3 insertions(+) create mode 120000 tests/cases/distributed/common diff --git a/src/storage/src/region/tests.rs b/src/storage/src/region/tests.rs index e0fa79d973..ae24775f29 100644 --- a/src/storage/src/region/tests.rs +++ b/src/storage/src/region/tests.rs @@ -629,6 +629,8 @@ impl WindowedReaderTester { sequence: None, projection: None, filters: vec![], + limit: None, + output_ordering: None, }, windows, ) diff --git a/tests/cases/distributed/common b/tests/cases/distributed/common new file mode 120000 index 0000000000..2b0920287d --- /dev/null +++ b/tests/cases/distributed/common @@ -0,0 +1 @@ +../standalone/common \ No newline at end of file