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

namelchev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from f96adc857c0 IGNITE-28449 Fix flaky 
IgniteThreadGroupNodeRestartTest#testNodeRestartInsideThreadGroup (#12977)
     add b09fa6d7ef5 IGNITE-28377 Removed lazy flag of SqlFieldsQuery (#12947)

No new revisions were added by this update.

Summary of changes:
 docs/_docs/SQL/JDBC/jdbc-driver.adoc               | 19 -----
 docs/_docs/SQL/sql-tuning.adoc                     | 41 +---------
 .../sql-and-scan-queries.adoc                      |  5 +-
 .../_docs/perf-and-troubleshooting/sql-tuning.adoc | 43 +----------
 docs/_docs/thin-clients/python-thin-client.adoc    |  2 -
 .../query/calcite/QueryRegistryImpl.java           |  2 +-
 .../query/calcite/exec/ExecutionServiceImpl.java   |  2 +-
 .../common/RunningQueryInfoCheckInitiatorTest.java | 10 ++-
 .../internal/jdbc2/JdbcConnectionSelfTest.java     | 12 ---
 .../jdbc/thin/JdbcThinConnectionSelfTest.java      | 67 +++++++----------
 .../jdbc/thin/JdbcThinDataSourceSelfTest.java      |  9 +--
 .../jdbc/thin/JdbcThinLocalQueriesSelfTest.java    |  6 +-
 .../qa/query/WarningOnBigQueryResultsBaseTest.java |  8 +-
 .../qa/query/WarningOnBigQueryResultsTest.java     |  8 --
 .../java/org/apache/ignite/IgniteJdbcDriver.java   | 19 -----
 .../apache/ignite/IgniteJdbcThinDataSource.java    | 18 -----
 .../org/apache/ignite/IgniteSystemProperties.java  |  9 ---
 .../apache/ignite/cache/query/SqlFieldsQuery.java  | 48 ------------
 .../ignite/internal/client/thin/ClientUtils.java   |  2 +-
 .../internal/jdbc/thin/ConnectionProperties.java   | 10 ---
 .../jdbc/thin/ConnectionPropertiesImpl.java        | 18 +----
 .../ignite/internal/jdbc/thin/JdbcThinTcpIo.java   |  2 +-
 .../ignite/internal/jdbc2/JdbcConnection.java      | 13 ----
 .../JdbcQueryMultipleStatementsNotAllowTask.java   |  7 +-
 .../jdbc2/JdbcQueryMultipleStatementsTask.java     | 10 +--
 .../jdbc2/JdbcQueryMultipleStatementsTaskV3.java   |  5 +-
 .../ignite/internal/jdbc2/JdbcQueryTask.java       |  8 --
 .../ignite/internal/jdbc2/JdbcQueryTaskV2.java     | 21 ++----
 .../ignite/internal/jdbc2/JdbcQueryTaskV3.java     | 12 ++-
 .../ignite/internal/jdbc2/JdbcResultSet.java       |  2 +-
 .../ignite/internal/jdbc2/JdbcStatement.java       |  9 +--
 .../internal/processors/cache/QueryCursorImpl.java | 31 +-------
 .../odbc/jdbc/JdbcConnectionContext.java           |  5 +-
 .../processors/odbc/jdbc/JdbcRequestHandler.java   |  4 -
 .../odbc/odbc/OdbcConnectionContext.java           |  6 +-
 .../processors/odbc/odbc/OdbcRequestHandler.java   |  4 -
 .../processors/platform/cache/PlatformCache.java   |  2 -
 .../cache/ClientCacheSqlFieldsQueryRequest.java    |  5 +-
 .../processors/query/GridQueryFinishedInfo.java    | 13 ----
 .../processors/query/GridQueryStartedInfo.java     | 13 ----
 .../processors/query/SqlClientContext.java         | 13 ----
 .../query/running/GridRunningQueryInfo.java        | 13 ----
 .../query/running/RunningQueryManager.java         |  9 +--
 .../internal/processors/query/h2/H2QueryInfo.java  |  5 --
 .../internal/processors/query/h2/H2Utils.java      |  2 +-
 .../processors/query/h2/IgniteH2Indexing.java      | 43 +++++------
 .../internal/processors/query/h2/QueryParser.java  | 29 ++++----
 .../processors/query/h2/RegisteredQueryCursor.java | 14 ++--
 .../processors/query/h2/dml/UpdatePlan.java        |  5 ++
 .../apache/ignite/client/FunctionalQueryTest.java  | 16 ++--
 .../metric/SqlStatisticsUserQueriesFastTest.java   | 13 +---
 ...va => GridCacheQueryPartitionsReleaseTest.java} | 12 +--
 .../cache/index/H2ConnectionLeaksSelfTest.java     |  2 +-
 .../query/CreateIndexOnInvalidDataTypeTest.java    |  1 -
 ...yTableLockAndConnectionPoolLazyModeOffTest.java | 29 --------
 ...ryTableLockAndConnectionPoolLazyModeOnTest.java | 29 --------
 ...teQueryTableLockAndConnectionPoolSelfTest.java} | 47 ++----------
 .../query/IgniteSqlCustomSchemaTest.java           |  2 +-
 .../query/IgniteSqlCustomSchemaWithPdsEnabled.java |  2 +-
 .../query/IgniteSqlDefaultSchemaTest.java          |  2 +-
 .../IgniteSqlSchemasDiffConfigurationsTest.java    |  2 +-
 .../query/KillQueryErrorOnCancelTest.java          |  3 +-
 .../internal/processors/query/KillQueryTest.java   | 87 +---------------------
 .../internal/processors/query/LazyOnDmlTest.java   |  1 -
 ...LocalQueryLazyTest.java => LocalQueryTest.java} | 12 +--
 .../processors/query/LongRunningQueryTest.java     | 76 ++++---------------
 .../processors/query/ReducerRowsBufferTest.java    |  6 +-
 .../processors/query/h2/QueryDataPageScanTest.java |  1 -
 .../processors/query/oom/AbstractQueryOOMTest.java | 38 ++--------
 .../timeout/AbstractDefaultQueryTimeoutTest.java   |  6 +-
 .../timeout/DefaultQueryTimeoutThickJavaTest.java  | 25 ++-----
 .../IgniteBinaryCacheQueryTestSuite.java           | 18 +----
 .../IgniteBinaryCacheQueryTestSuite2.java          |  8 --
 .../IgniteBinaryCacheQueryTestSuite3.java          |  8 --
 .../IgniteBinaryCacheQueryTestSuite4.java          | 12 +--
 .../IgniteBinaryCacheQueryLazyTestSuite.java       | 42 -----------
 .../IgniteBinaryCacheQueryLazyTestSuite2.java      | 42 -----------
 .../IgniteBinaryCacheQueryLazyTestSuite3.java      | 42 -----------
 .../IgniteBinaryCacheQueryLazyTestSuite4.java      | 42 -----------
 .../include/ignite/cache/query/query_sql_fields.h  | 42 -----------
 .../cpp/odbc-test/src/configuration_test.cpp       | 12 ---
 .../include/ignite/odbc/config/configuration.h     | 27 -------
 .../ignite/odbc/config/connection_string_parser.h  |  3 -
 .../odbc/system/ui/dsn_configuration_window.h      |  4 -
 .../win/src/system/ui/dsn_configuration_window.cpp | 16 ----
 .../cpp/odbc/src/config/configuration.cpp          | 18 -----
 .../odbc/src/config/connection_string_parser.cpp   | 18 -----
 modules/platforms/cpp/odbc/src/dsn_config.cpp      |  5 --
 modules/platforms/cpp/odbc/src/message.cpp         |  2 +-
 .../thin-client-test/src/sql_fields_query_test.cpp |  3 -
 .../ignite/thin/cache/query/query_sql_fields.h     | 40 ----------
 .../platforms/cpp/thin-client/src/impl/message.cpp |  2 +-
 .../Cache/Query/CacheQueriesTest.cs                |  7 +-
 .../Query/Linq/CacheLinqTest.Introspection.cs      | 21 ++----
 .../Client/Cache/SqlQueryTest.cs                   |  3 -
 .../Cache/Query/SqlFieldsQuery.cs                  | 27 +------
 .../Impl/Client/Cache/CacheClient.cs               |  4 +-
 .../Impl/CacheFieldsQueryExecutor.cs               |  3 -
 .../dotnet/Apache.Ignite.Linq/QueryOptions.cs      | 17 -----
 99 files changed, 230 insertions(+), 1333 deletions(-)
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/{GridCacheLazyQueryPartitionsReleaseTest.java
 => GridCacheQueryPartitionsReleaseTest.java} (94%)
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteQueryTableLockAndConnectionPoolLazyModeOffTest.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteQueryTableLockAndConnectionPoolLazyModeOnTest.java
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/{AbstractQueryTableLockAndConnectionPoolSelfTest.java
 => IgniteQueryTableLockAndConnectionPoolSelfTest.java} (95%)
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/{LocalQueryLazyTest.java
 => LocalQueryTest.java} (95%)
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite2.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite3.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite4.java

Reply via email to