[jira] [Commented] (IGNITE-5284) Split IgniteH2Indexing into multiple classes if possible

2017-05-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5284:


Github user devozerov closed the pull request at:

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


> Split IgniteH2Indexing into multiple classes if possible
> 
>
> Key: IGNITE-5284
> URL: https://issues.apache.org/jira/browse/IGNITE-5284
> Project: Ignite
>  Issue Type: Task
>  Components: sql
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
> Fix For: 2.1
>
>
> {{IgniteH2Indexing}} is overly complex. Let's move inner classes out of it 
> where applicable.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5284) Split IgniteH2Indexing into multiple classes if possible

2017-05-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5284:


GitHub user devozerov opened a pull request:

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

IGNITE-5284



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

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

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

https://github.com/apache/ignite/pull/1999.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 #1999


commit 99d2299d0964c163396c9335b9de098f5c533b8a
Author: devozerov 
Date:   2017-05-23T11:44:56Z

WIP.

commit 56a6bf342f3b213ec2a6ffb37657605b39a5e8fc
Author: devozerov 
Date:   2017-05-23T11:47:08Z

WIP.

commit ea983d7a5fe1bbe6aa34baed2600df61f018484f
Author: devozerov 
Date:   2017-05-23T12:01:46Z

WIP.

commit f046fe04952e78a94af97a9e361012409b6b1a7c
Author: devozerov 
Date:   2017-05-23T12:02:41Z

Done.

commit 21f94a2a2460b8b2a17bfa989f94735c6661211f
Author: devozerov 
Date:   2017-05-23T12:45:44Z

Done.

commit 650c6f537567e1008360e25b348bd5e53baed5e8
Author: devozerov 
Date:   2017-05-23T17:45:03Z

Merge branch 'master' into ignite-5282

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryIndexing.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/DmlStatementsProcessor.java
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java

commit e126c89792259e88ead379607f7ae3c7efb6f681
Author: devozerov 
Date:   2017-05-23T18:03:04Z

WIP.

commit adc79f578e211fdeca5908ecc400d90103f63b76
Author: devozerov 
Date:   2017-05-23T18:10:52Z

WIP on removing cache name.

commit eb2b21a630e5ff25fb01da01ba848b789d00e9b8
Author: devozerov 
Date:   2017-05-23T18:24:52Z

Splitting H2 indexing.

commit 546e82d055db1e1bbd3c08945bdea916b64d0dd8
Author: devozerov 
Date:   2017-05-23T19:33:37Z

FIxed DML.

commit 607bfc25892d6dc447d6db6482aa8697972e7624
Author: devozerov 
Date:   2017-05-23T19:39:09Z

Merge branch 'ignite-5282' into ignite-5282-1

# Conflicts:
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/DmlStatementsProcessor.java
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java

commit 8c44cec3c691f4f1b2789df319e1d5e0dcc333f1
Author: devozerov 
Date:   2017-05-23T20:33:19Z

WIP.

commit 2faca3facb56ec20cff3cb7d607939c48e18c616
Author: devozerov 
Date:   2017-05-23T20:35:37Z

Removed unused methods.

commit 2acde63c558943dd9f3dd624649b4a1469d3b105
Author: devozerov 
Date:   2017-05-23T20:36:50Z

Dangerous commit: removed cacheNameForSchemaAndTable.

commit bc5dc7880115e19b3d828d415d27e0b09a6d670b
Author: devozerov 
Date:   2017-05-23T20:37:37Z

Revert dangerous commit.

commit a0a1c4a3de4d3b2eb94fab12f04b7916df2f0fbb
Author: devozerov 
Date:   2017-05-23T20:48:22Z

Finished.

commit b7863c9c9abe846fdc84c12a563096ce2ced0d37
Author: devozerov 
Date:   2017-05-23T21:05:20Z

Merge branch 'master' into ignite-5284

# Conflicts:
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/DmlStatementsProcessor.java
#   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java




> Split IgniteH2Indexing into multiple classes if possible
> 
>
> Key: IGNITE-5284
> URL: https://issues.apache.org/jira/browse/IGNITE-5284
> Project: Ignite
>  Issue Type: Task
>  Components: sql
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
> Fix For: 2.1
>
>
> {{IgniteH2Indexing}} is overly complex. Let's move inner classes out of it 
> where applicable.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)