Skip to content

Commit 6b8342a

Browse files
mergify[bot]srlch
andauthored
[UT] Fix Wrong R file for sql-test (backport #67882) (#67907)
Signed-off-by: srlch <linzichao@starrocks.com> Co-authored-by: srlch <111035020+srlch@users.noreply.github.com>
1 parent d4e78d5 commit 6b8342a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/sql/test_column_rename/R/test_column_rename

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ SELECT a, e FROM t_rename_column_unused_output_column_name WHERE t_rename_column
339339
-- !result
340340
drop table t_rename_column_unused_output_column_name force;
341341
-- result:
342+
-- !result
342343
-- name: test_wrong_access_path_after_column_rename
343344
CREATE TABLE `t_wrong_access_path_after_column_rename` (
344345
`k` STRING NOT NULL COMMENT "",
@@ -367,7 +368,7 @@ alter table t_wrong_access_path_after_column_rename rename column JOB_NAME_NEW t
367368
-- !result
368369
select * from t_wrong_access_path_after_column_rename;
369370
-- result:
370-
1 2 ["aa","bb"] null
371+
1 2 ["aa","bb"] None
371372
-- !result
372373
select JOB_NAME_OLD from t_wrong_access_path_after_column_rename where JOB_NAME is NULL;
373374
-- result:

0 commit comments

Comments
 (0)