[
https://issues.apache.org/jira/browse/IGNITE-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Daschinsky updated IGNITE-17599:
-------------------------------------
Fix Version/s: 2.15
> Calcite engine. Support LocalDate/LocalTime types
> -------------------------------------------------
>
> Key: IGNITE-17599
> URL: https://issues.apache.org/jira/browse/IGNITE-17599
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.14
> Reporter: Aleksey Plekhanov
> Assignee: Ivan Daschinsky
> Priority: Major
> Labels: calcite2-required, calcite3-required
> Fix For: 2.15
>
>
> H2-based engine works with LocalData/LocalTime types as
> java.sql.Data/java.sql.Time types. To check if value with LocalDate type can
> be inserted to descriptor with type java.sql.Data some logic from
> \{{IgniteH2Indexing.isConvertibleToColumnType}} is used. If Calcite engine
> used without ignite-indexing this logic is unavailable.
> We should:
> # Provide an ability to work in Calcite-based engine with
> LocalDate/LocalTime type in the same way as java.sql.Data/java.sql.Time types.
> # Move \{{IgniteH2Indexing.isConvertibleToColumnType}} logic to the core
> module (perhaps delegating this call from the core to the QueryEngine
> instance)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)