You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2023/03/14 20:30:00 UTC

[jira] [Assigned] (IGNITE-16713) Native support for LocalDateTime in binary types

     [ https://issues.apache.org/jira/browse/IGNITE-16713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Petrov reassigned IGNITE-16713:
---------------------------------------

    Assignee:     (was: Mikhail Petrov)

> Native support for LocalDateTime in binary types
> ------------------------------------------------
>
>                 Key: IGNITE-16713
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16713
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Nikolay Izhikov
>            Priority: Major
>              Labels: ise
>
> Currently, `LocalDateTime` not supported as built-in binary type.
> This means, it will be serialized as regular java object that leads to huge overhead.
> Ignite should support`LocalDateTime` and other regular java date types from `java.time` package as a built-in binary types.
> Additionally, we should check the following scenario:
> 1. Create SQL table from annotations with `LocalDateTime` field and `Date` SQL type.
> 2. Insert some data to it.
> 3. Type to create index over `Date` column.
> Currently, this scenario leads to the exception during index creation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)