[
https://issues.apache.org/jira/browse/IGNITE-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158543#comment-16158543
]
Alexandr Fedotov commented on IGNITE-4172:
------------------------------------------
[~vozerov],
1 and 2. Changes to {{pom.xml}} were initially reviewed by [~avinogradov].
{{osgi-karaf/pom.xml}} changes were caused by issue reported in
https://issues.apache.org/jira/browse/IGNITE-6150
3. These methods could be useful for further JSR-310 support implementation.
Let's keep them for this time. I believe once H2 switches to Java 8 it will be
possible to remove this altogether
4. Will fix that
5. Will adjust to wrapper classes where possible
6. Yes, it's included in "JSR-310 Java 8 Date and Time API Queries" build
configuration which included in RunAll.
> 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)