You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2022/05/30 15:00:00 UTC

[jira] [Commented] (IGNITE-16977) Move DATE/TIME/TIMESTAMP indexes processing from ignite-indexing module to core

    [ https://issues.apache.org/jira/browse/IGNITE-16977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17543986#comment-17543986 ] 

Ignite TC Bot commented on IGNITE-16977:
----------------------------------------

{panel:title=Branch: [pull/10046/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10046/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 3 (lazy=true){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6592506]]
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite3: DateIndexKeyTypeTest.testIndexKeyTypes - PASSED{color}

{color:#00008b}Queries 3{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6597157]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite3: DateIndexKeyTypeTest.testIndexKeyTypes - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6592509&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)