Skip to content

Commit 5d0e2ef

Browse files
Dongxiao Songmy-ship-it
authored andcommitted
Fix windows case information mismtach.
Signed-off-by: Dongxiao Song <songdongxiao@hashdata.cn>
1 parent 47c7071 commit 5d0e2ef

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/test/regress/expected/window.out

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
-- TODO: incremental sort is turned off by default, because it may have
22
-- wrong result for some core case. Turn it on to run the existing tests
33
-- and minimize the difference from upstream.
4+
-- start_matchignore
5+
-- m/INFO: GPORCA failed to produce a plan, falling back to Postgres-based planner/
6+
-- m/DETAIL: Falling back to Postgres-based planner because GPORCA does not support the following feature: Non-default collation/
7+
-- end_matchignore
48
set enable_incremental_sort=on;
59
--
610
-- WINDOW FUNCTIONS

src/test/regress/expected/window_optimizer.out

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
-- TODO: incremental sort is turned off by default, because it may have
22
-- wrong result for some core case. Turn it on to run the existing tests
33
-- and minimize the difference from upstream.
4+
-- start_matchignore
5+
-- m/INFO: GPORCA failed to produce a plan, falling back to Postgres-based planner/
6+
-- m/DETAIL: Falling back to Postgres-based planner because GPORCA does not support the following feature: Non-default collation/
7+
-- end_matchignore
48
set enable_incremental_sort=on;
59
--
610
-- WINDOW FUNCTIONS

src/test/regress/sql/window.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
-- TODO: incremental sort is turned off by default, because it may have
22
-- wrong result for some core case. Turn it on to run the existing tests
33
-- and minimize the difference from upstream.
4+
-- start_matchignore
5+
-- m/INFO: GPORCA failed to produce a plan, falling back to Postgres-based planner/
6+
-- m/DETAIL: Falling back to Postgres-based planner because GPORCA does not support the following feature: Non-default collation/
7+
-- end_matchignore
48
set enable_incremental_sort=on;
59

610
--

0 commit comments

Comments
 (0)