Skip to content

Commit

Permalink
fix: flaky sqllogic test (#14848)
Browse files Browse the repository at this point in the history
fix sqllogic test
  • Loading branch information
zhyass authored Mar 6, 2024
1 parent 4f2e1d0 commit 134eb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ statement ok
replace into t7 on(a, b) delete when a = 3 select * from t8

query IITB
select a, b, change$action, change$is_update from s7 order by a, b
select a, b, change$action, change$is_update from s7 order by a, change$action
----
2 2 DELETE 0
2 2 INSERT 0
Expand Down

0 comments on commit 134eb9c

Please sign in to comment.