You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/12/12 09:10:16 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1650: [CALCITE-3597] The conversion between java.sql.Timestamp and long is …

danny0405 commented on a change in pull request #1650: [CALCITE-3597] The conversion between java.sql.Timestamp and long is …
URL: https://github.com/apache/calcite/pull/1650#discussion_r357029689
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java
 ##########
 @@ -75,6 +77,7 @@
 import java.util.regex.Pattern;
 import javax.annotation.Nonnull;
 
+import static org.apache.calcite.avatica.util.DateTimeUtils.MILLIS_PER_DAY;
 import static org.apache.calcite.util.Static.RESOURCE;
 
 Review comment:
   Can we remove this static import ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services