leo65535 commented on a change in pull request #1172:
URL:
https://github.com/apache/incubator-seatunnel/pull/1172#discussion_r793185367
##########
File path:
seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/StringTemplate.java
##########
@@ -37,7 +37,7 @@ public static String substitute(String str, String
timeFormat) {
final SimpleDateFormat sdf = new SimpleDateFormat(timeFormat);
final String formattedDate = sdf.format(new Date());
- final Map<String, String> valuesMap = new HashMap(5);
+ final Map<String, String> valuesMap = new HashMap(3);
Review comment:
hi @asdf2014, it seems not necessary to modify it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]