Skip to content

Commit

Permalink
test: revert changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Aug 29, 2024
1 parent cb88312 commit 7ceddd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/cases/standalone/common/insert/merge_mode.result
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ DROP TABLE last_row_table;

Affected Rows: 0

-- SQLNESS REPLACE (line\s\d+\scolumn\s\d+) PLACE
create table if not exists invalid_merge_mode(
host string,
ts timestamp,
Expand All @@ -104,7 +103,7 @@ create table if not exists invalid_merge_mode(
engine=mito
with('merge_mode'='first_row');

Error: 1004(InvalidArguments), Invalid options: Matching variant not found at PLACE
Error: 1004(InvalidArguments), Invalid options: Matching variant not found at line 1 column 25

create table if not exists invalid_merge_mode(
host string,
Expand Down
1 change: 0 additions & 1 deletion tests/cases/standalone/common/insert/merge_mode.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ SELECT * from last_row_table ORDER BY host, ts;

DROP TABLE last_row_table;

-- SQLNESS REPLACE (line\s\d+\scolumn\s\d+) PLACE
create table if not exists invalid_merge_mode(
host string,
ts timestamp,
Expand Down

0 comments on commit 7ceddd0

Please sign in to comment.