Skip to content

Commit

Permalink
[BugFix] Fix test_hive_sink fail (#51365)
Browse files Browse the repository at this point in the history
Signed-off-by: Binglin Chang <[email protected]>
(cherry picked from commit 4af7bf6)
  • Loading branch information
decster authored and mergify[bot] committed Sep 25, 2024
1 parent 0dc58a3 commit dabb55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/test_hive/R/test_hive_sink
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ select * from t1;
-- !result
insert into t1 values( 999,888,'9999-12-03', 3),( 999,888,'9999-12-33', 3);
-- result:
E: (5025, "Partition value can't be null.")
[REGEX].*Partition value can't be null.*
-- !result
select * from t1;
-- result:
Expand Down

0 comments on commit dabb55a

Please sign in to comment.