Skip to content

Commit a17539a

Browse files
Updating !current_version in yamsql files to 4.5.5.0
1 parent be0326e commit a17539a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

yaml-tests/src/test/resources/disabled-planner-rewrites/uuid.yamsql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# limitations under the License.
1919
---
2020
options:
21-
supported_version: !current_version
21+
supported_version: 4.5.5.0
2222
---
2323
schema_template:
2424
create table ta(a bigint, b uuid, primary key(a))
@@ -59,7 +59,7 @@ setup:
5959
(6, '99e8e8b1-ac34-4f4d-9f01-1f4a7debf4d6', 1)
6060
---
6161
test_block:
62-
supported_version: !current_version
62+
supported_version: 4.5.5.0
6363
name: insertion-tests
6464
preset: single_repetition_ordered
6565
connection_options:

yaml-tests/src/test/resources/uuid.yamsql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# limitations under the License.
1919
---
2020
options:
21-
supported_version: !current_version
21+
supported_version: 4.5.5.0
2222
---
2323
schema_template:
2424
create table ta(a bigint, b uuid, primary key(a))
@@ -59,7 +59,7 @@ setup:
5959
(6, '99e8e8b1-ac34-4f4d-9f01-1f4a7debf4d6', 1)
6060
---
6161
test_block:
62-
supported_version: !current_version
62+
supported_version: 4.5.5.0
6363
name: insertion-tests
6464
preset: single_repetition_ordered
6565
tests:

0 commit comments

Comments
 (0)