[
https://issues.apache.org/jira/browse/IGNITE-16713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolay Izhikov updated IGNITE-16713:
-------------------------------------
Description:
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.
was:
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.
> 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.1#820001)