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