Skip to content

Commit

Permalink
0001705: Improve initial load query performance
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 1, 2014
1 parent 5c7460d commit 2d24f7c
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -483,8 +483,6 @@ protected String getDateTimeStringValue(String name, int type, Row row,
if (useVariableDates) {
long diff = date.getTime() - System.currentTimeMillis();
return "${curdate" + diff + "}";
} else if (type == Types.TIME) {
return FormatUtils.TIME_FORMATTER.format(date);
} else {
return FormatUtils.TIMESTAMP_FORMATTER.format(date);
}
Expand Down

0 comments on commit 2d24f7c

Please sign in to comment.