Aleksey Plekhanov created IGNITE-16977:
------------------------------------------
Summary: Move DATE/TIME/TIMESTAMP indexes processing from
ignite-indexing module to core
Key: IGNITE-16977
URL: https://issues.apache.org/jira/browse/IGNITE-16977
Project: Ignite
Issue Type: Improvement
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Currently all types of indexes except DATE, TIME and TIMESTAMP are processed in
core module (see \{{IndexKeyFactory#wrap}}). DATE, TIME and TIMESTAMP types are
processed in ignite-indexing module (see usages of
\{{IndexKeyFactory#register}}).
To get rid of H2 dependency by other query engines (Calcite) we should process
indexes of all types by core module (with PDS backward compatibility).
--
This message was sent by Atlassian Jira
(v8.20.7#820007)