Skip to content

Commit 922b87c

Browse files
committed
fix
Signed-off-by: gengjun-git <[email protected]>
1 parent c64d222 commit 922b87c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/sql/test_recovery/R/test_recovery

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- name: test_set_partition_version
1+
-- name: test_set_partition_version @native
22
CREATE TABLE t (a int);
33
-- result:
44
-- !result
@@ -18,4 +18,4 @@ select * from t;
1818
-- name: test_show_recovery_info
1919
show proc '/meta_recovery';
2020
-- result:
21-
-- !result
21+
-- !result

test/sql/test_recovery/T/test_recovery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- name: test_set_partition_version
1+
-- name: test_set_partition_version @native
22

33
CREATE TABLE t (a int);
44

0 commit comments

Comments
 (0)