You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2019/05/07 15:21:49 UTC

[ignite] 41/41: Merge remote-tracking branch 'gg-ce/master'

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a commit to branch gg-18540
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 3361ee8173704b43a9b7ac0a0c2c77839e7a27c3
Merge: 6d1322e ac0a3a7
Author: Andrey V. Mashenkov <an...@gmail.com>
AuthorDate: Tue May 7 13:38:51 2019 +0300

    Merge remote-tracking branch 'gg-ce/master'

 .../jdbc/thin/JdbcThinConnectionSelfTest.java      |  33 +-
 .../apache/ignite/cache/query/SqlFieldsQuery.java  |  35 ++
 .../internal/jdbc/thin/ConnectionProperties.java   |  15 +
 .../jdbc/thin/ConnectionPropertiesImpl.java        |  29 +-
 .../ignite/internal/jdbc/thin/JdbcThinTcpIo.java   |   8 +-
 .../cache/CacheAffinitySharedManager.java          |   2 +-
 .../processors/cache/GridCacheProcessor.java       |  22 +-
 .../odbc/jdbc/JdbcConnectionContext.java           |  11 +-
 .../processors/odbc/jdbc/JdbcRequestHandler.java   |   9 +-
 .../internal/processors/odbc/jdbc/JdbcUtils.java   |  24 ++
 .../processors/odbc/odbc/OdbcRequestHandler.java   |   1 +
 .../processors/query/SqlClientContext.java         |  17 +-
 .../apache/ignite/internal/util/IgniteUtils.java   |   2 +-
 .../PartitionsExchangeCoordinatorFailoverTest.java | 147 ++++++--
 .../processors/query/h2/H2TableDescriptor.java     |   4 +-
 .../processors/query/h2/IgniteH2Indexing.java      |   6 +-
 .../processors/query/h2/QueryParameters.java       |  27 +-
 .../query/h2/database/H2TreeClientIndex.java       |   2 -
 .../internal/processors/query/h2/dml/DmlUtils.java |   1 -
 .../processors/query/h2/opt/GridH2ProxyIndex.java  |   3 -
 .../processors/query/h2/opt/GridH2Table.java       |   1 -
 .../query/h2/sql/GridSqlQueryParser.java           |   1 -
 .../query/h2/twostep/ReduceIndexUnsorted.java      |   4 +-
 .../H2DynamicColumnsAbstractBasicSelfTest.java     |   1 -
 .../cache/index/H2DynamicTableSelfTest.java        |   1 -
 .../processors/query/DmlBatchSizeDeadlockTest.java | 178 +++++++++
 .../query/IgniteSqlNotNullConstraintTest.java      |  40 +-
 .../IgniteBinaryCacheQueryTestSuite2.java          |   2 +
 .../java/org/apache/ignite/ml/genetic/GAGrid.java  |  26 +-
 .../web-console/frontend/app/store/reduxDebug.ts   |   4 +-
 modules/web-console/frontend/app/types/index.ts    |   8 +
 modules/web-console/frontend/app/utils/test.ts     |  18 +
 modules/web-console/frontend/package-lock.json     | 419 +++++++++++----------
 33 files changed, 786 insertions(+), 315 deletions(-)