Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Aug 27, 2024
1 parent ff62741 commit e364298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testAnalyzeStorageProperties() throws Exception {
+ "'prefix' = 'tmp_prefix', "
+ "'provider' = 'abc', "
+ "'ak'='tmp_ak', 'sk'='tmp_sk', 'access_type'='aksk');";
parseAndAnalyzeWithException(sql, "Property provider with invalid value abc");
parseAndAnalyzeWithException(sql, "Property provider with invalid value ABC");

// test getObjectInfoPB
sql = "create stage if not exists ex_stage_1 " + OBJ_INFO + ")";
Expand Down

0 comments on commit e364298

Please sign in to comment.