Skip to content

Commit

Permalink
sql: fix flaky udf_delete
Browse files Browse the repository at this point in the history
Epic: none

Release note: None
  • Loading branch information
rharding6373 committed May 23, 2023
1 parent f397cf9 commit f530049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/udf_delete
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ $$
DELETE FROM u_a USING u_a u_a2 WHERE u_a.a = u_a2.c RETURNING *
$$ LANGUAGE SQL;

query T
query T rowsort
SELECT f_using_self_join();
----
(5,d,5,5,d,5)
Expand Down

0 comments on commit f530049

Please sign in to comment.