Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP](test) remove enable_nereids_planner in regression cases (part 3) #34558

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,6 @@
-- !select --
7999

-- !select --
0 999
1 1999
2 2999
3 3999
4 4999
5 5999
6 6999
7 7999

-- !select --
7999

-- !select --
0 999
1 1999
2 2999
3 3999
4 4999
5 5999
6 6999
7 7999
100 \N

-- !select --
7999

-- !select --
0 999
1 1999
Expand Down
3 changes: 0 additions & 3 deletions regression-test/data/datatype_p0/datetimev2/test_exprs.out
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
-- !compare_dt1 --
false

-- !compare_dt2 --
false

-- !sql_milliseconds_add_datetimev2_1 --
2022-01-01T11:11:11.111 2022-01-01T11:11:11.211
2022-01-01T11:11:11.222 2022-01-01T11:11:11.322
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,3 @@
-- !decimalv3_3 --
5.7 5.70 5.70

-- !decimalv3_1 --
5.7 5.70 5.70

-- !decimalv3_2 --
5.7 5.70 5.70

-- !decimalv3_3 --
5.7 5.70 5.70

Loading
Loading