Skip to content

Commit 3e1ccf4

Browse files
Fix test
1 parent b4186bc commit 3e1ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/02052_last_granula_adjust_logical_error.sql.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ as select number, repeat(toString(number), 5) from numbers({{ rows_in_table }});
1212

1313
-- avoid any optimizations with ignore(*)
1414
select * apply max from data_02052_{{ rows_in_table }}_wide{{ wide }} settings max_read_buffer_size=1, max_threads=1;
15-
select * apply max from data_02052_{{ rows_in_table }}_wide{{ wide }} settings max_read_buffer_size=0, max_threads=1; -- { serverError BAD_ARGUMENTS }
15+
select * apply max from data_02052_{{ rows_in_table }}_wide{{ wide }} settings max_read_buffer_size=0, max_threads=1; -- { clientError BAD_ARGUMENTS }
1616

1717
drop table data_02052_{{ rows_in_table }}_wide{{ wide }};
1818
{% endfor %}

0 commit comments

Comments
 (0)