Skip to content

Commit af1e50a

Browse files
committed
【opt】opt log
1 parent b0f2cb9 commit af1e50a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ lib/
1515
bin/nohup.out
1616
.DS_Store
1717
bin/sideSql.txt
18-
localTest
18+
localTest/

core/src/main/java/com/dtstack/flink/sql/exec/ExecuteProcessHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public static StreamTableEnvironment getStreamTableEnv(StreamExecutionEnvironmen
377377
private static void timeZoneCheck(String timeZone) {
378378
ArrayList<String> zones = Lists.newArrayList(TimeZone.getAvailableIDs());
379379
if (!zones.contains(timeZone)){
380-
throw new IllegalArgumentException(" timezone is Incorrect!");
380+
throw new IllegalArgumentException(String.format(" timezone of %s is Incorrect!", timeZone));
381381
}
382382
}
383383
}

0 commit comments

Comments
 (0)