NobiGo commented on a change in pull request #2672:
URL: https://github.com/apache/calcite/pull/2672#discussion_r778621610
##########
File path: file/src/main/java/org/apache/calcite/adapter/file/CsvEnumerator.java
##########
@@ -68,18 +69,16 @@
private final RowConverter<E> rowConverter;
private @Nullable E current;
- private static final FastDateFormat TIME_FORMAT_DATE;
- private static final FastDateFormat TIME_FORMAT_TIME;
- private static final FastDateFormat TIME_FORMAT_TIMESTAMP;
+ private static final DateTimeFormatter TIME_FORMAT_DATE;
+ private static final DateTimeFormatter TIME_FORMAT_TIME;
+ private static final DateTimeFormatter TIME_FORMAT_TIMESTAMP;
Review comment:
We claimed support 8+ jdk in
https://github.com/apache/calcite/blob/master/site/_docs/howto.md . So I think
we can use 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]