[
https://issues.apache.org/jira/browse/IGNITE-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178980#comment-16178980
]
Alexandr Fedotov commented on IGNITE-4172:
------------------------------------------
[~vozerov],
1) I've added a capability to have a Java 8 folder in each subproject of the
parent.pom.
Due to the nontrivial rules of the effective POM composing, the order of
statements in Karaf's POM led
to the {{ignite-osgi-karaf-licenses.txt}} being missed during a build.
2) OK. Will remove them for now.
> SQL: Add support for Java 8 Time API classes in date\time functions
> -------------------------------------------------------------------
>
> Key: IGNITE-4172
> URL: https://issues.apache.org/jira/browse/IGNITE-4172
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.0
> Reporter: Andrew Mashenkov
> Assignee: Alexandr Fedotov
> Labels: usability
> Fix For: 2.3
>
>
> We have is issue with querying LocalDateTime objects with our SQL engine.
> Next query can fails with error, if one of row localDateTimeField value has
> zero-time:
> select DATEDIFF('DAY', localDateTimeField, CURRENT_DATE ()) from t;
> Startpoint is IgniteH2Indexing.wrap() method.
> We need add support to these classes: LocalDate, LocalTime, LocalDateTime.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)