Skip to content

Commit 8af211a

Browse files
committed
Revert error
1 parent d2754ff commit 8af211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/02597_projection_materialize_and_replication.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ALTER TABLE test UPDATE d = d || toString(sleepEachRow(0.1)) where 1;
1616

1717
ALTER TABLE test ADD PROJECTION d_order ( SELECT min(c_id) GROUP BY `d`);
1818
ALTER TABLE test MATERIALIZE PROJECTION d_order;
19-
ALTER TABLE test DROP PROJECTION d_order SETTINGS mutations_sync = 2; --{serverError 36}
19+
ALTER TABLE test DROP PROJECTION d_order SETTINGS mutations_sync = 2; --{serverError BAD_ARGUMENTS}
2020

2121
-- just to wait prev mutation
2222
ALTER TABLE test DELETE where d = 'Hello' SETTINGS mutations_sync = 2;

0 commit comments

Comments
 (0)