Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn committed Feb 7, 2024
1 parent ce44ca7 commit 3b801d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ydb/library/yql/tests/sql/sql2yql/canondata/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -32467,9 +32467,9 @@
],
"test_sql_negative.test[action-parallel_for_values-default.txt]": [
{
"checksum": "82522d29f3441633dfd821a58fd07b89",
"checksum": "f48404eb765933fed89361161cbc98d4",
"size": 163,
"uri": "https://{canondata_backend}/1942415/2241aee432ab474d9b77948c0a7cbceef22aba8f/resource.tar.gz#test_sql_negative.test_action-parallel_for_values-default.txt_/err_file.out"
"uri": "https://{canondata_backend}/1880306/be6453f88a12657a68a8a9ae9235933060c45e5a/resource.tar.gz#test_sql_negative.test_action-parallel_for_values-default.txt_/err_file.out"
}
],
"test_sql_negative.test[aggregate-fail_group_by_struct_member-default.txt]": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
evaluate parallel for $i in [1,2,3] do begin
select $i;
values ($i);
end do;

0 comments on commit 3b801d1

Please sign in to comment.