You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/16 08:26:00 UTC

[jira] [Commented] (IGNITE-6632) SQL: simplify GridH2Row infrastructure

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

ASF GitHub Bot commented on IGNITE-6632:
----------------------------------------

GitHub user devozerov opened a pull request:

    https://github.com/apache/ignite/pull/2856

    IGNITE-6632

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6632

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2856.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2856
    
----
commit b807a7f0ff33de416287b506927188b077744109
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-16T08:02:23Z

    WIP.

commit d40025def33eb46d85abb60457ce0adc110b8ac2
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-16T08:10:31Z

    Key-only row.

commit da96581de2e45fcfb8fea7215f84ddb1610b327a
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-16T08:10:40Z

    Key-only row.

commit 4732faa5c4ad0a636a494fcf6a5da7bdef57f7d3
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-16T08:14:05Z

    It compiles.

commit fe602efca5b873397cd956fad0b9e73ef4e0d603
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-16T08:21:23Z

    Hidden public fields.

----


> SQL: simplify GridH2Row infrastructure
> --------------------------------------
>
>                 Key: IGNITE-6632
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6632
>             Project: Ignite
>          Issue Type: Task
>      Security Level: Public(Viewable by anyone) 
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>             Fix For: 2.4
>
>
> Currently we have a lot of {{GridH2Row}} implementations. But in reality we need only two - for normal row and for deleted row. 
> Need to refactor the rest rows so that they do not extend {{GridH2Row}}. Without it we will not be able to decouple H2 index from H2 infrastructure.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)