(ignite-3) branch main updated: IGNITE-21676 Sql. Move system view definitions to a separate package of a catalog module (#3766)

2024-05-24 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 7286d7acb8 IGNITE-21676 Sql. Move system view

(ignite-3) branch main updated: IGNITE-22148 Sql. Improved test coverage for the RAND_UUID functional default (#3814)

2024-05-24 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 95fe95bae4 IGNITE-22148 Sql. Improved test coverage

(ignite-3) branch main updated: IGNITE-22164 Sql. Fixed conversion from SqlMerge AST to relational expression when columns defined in different order.

2024-05-23 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 6afc371a05 IGNITE-22164 Sql. Fixed conversion from

(ignite-3) branch main updated: IGNITE-21872 Sql. Implement IgniteSql#executeBatchAsync() accepting Statement (#3801)

2024-05-23 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 9191e2233f IGNITE-21872 Sql. Implement IgniteSql

(ignite-3) branch main updated: IGNITE-19103 Sql. Change implicit primary key column's type to UUID (#3786)

2024-05-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 16caf8f396 IGNITE-19103 Sql. Change implicit primary

(ignite-3) branch main updated: IGNITE-20294 Sql. Using UDF as a place for system_range function (#3729)

2024-05-15 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 3cb6be93ca IGNITE-20294 Sql. Using UDF as a place

(ignite-3) branch main updated: IGNITE-21167 Sql. Jdbc. Raise a clearer error message when the tx control statement is used in non-autocommit mode (#3700)

2024-05-08 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 49e0cc5aa5 IGNITE-21167 Sql. Jdbc. Raise a clearer

(ignite-3) branch main updated (21f940de18 -> a3b26ac688)

2024-04-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 21f940de18 IGNITE-21939 Sql. Cover SQL F302-02(INTERSECT [ALL] table operator) feature by tests (#3636) add

(ignite-3) branch main updated (aa22af743d -> 21f940de18)

2024-04-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from aa22af743d IGNITE-21940 Sql. Cover SQL F304 (EXCEPT ALL table operator) feature by tests (#3635) add 21f940de18

(ignite-3) branch main updated: IGNITE-21940 Sql. Cover SQL F304 (EXCEPT ALL table operator) feature by tests (#3635)

2024-04-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new aa22af743d IGNITE-21940 Sql. Cover SQL F304 (EXCEPT

(ignite-3) branch main updated: IGNITE-22083 Sql. Invalidate fragment mapping cache when the mapped node has left the cluster (#3637)

2024-04-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 15a4383367 IGNITE-22083 Sql. Invalidate fragment

(ignite-3) branch main updated (5a419c5dd9 -> b43e81f171)

2024-04-19 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 5a419c5dd9 IGNITE-21935: Cover SQL E153(Updatable queries with subqueries) feature by tests (#3630) add b43e81f171

(ignite-3) branch main updated (ea454d40b4 -> 1bee9be9f8)

2024-04-15 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from ea454d40b4 IGNITE-22045 Fix ItComputeApiThreadingTest (#3607) add 1bee9be9f8 IGNITE-21976 Sql. Amend TREE keyword

(ignite-3) branch main updated (058e5c9c4d -> 95a9a44859)

2024-04-12 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 058e5c9c4d IGNITE-22021 Set null into IndexStorage#getNextRowIdToBuild for the primary index (#3589) add

(ignite-3) branch main updated (90b4e2418d -> 97ccd370e8)

2024-04-10 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 90b4e2418d IGNITE-21917: Cover SQL T434 (GROUP BY DISTINCT) feature by tests (#3580) add 97ccd370e8 IGNITE-21916

(ignite-3) branch main updated: IGNITE-19274 Sql. Jdbc client time zone propagation (#3558)

2024-04-10 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new c47c746b69 IGNITE-19274 Sql. Jdbc client time zone

(ignite-3) branch main updated: IGNITE-20606 Sql. Add syntax to support setting the default distribution zone (#3567)

2024-04-09 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 266fdc6fa6 IGNITE-20606 Sql. Add syntax to support

(ignite-3) branch main updated: IGNITE-21094 Sql. Combine single/script query execution methods into a single one (#3536)

2024-04-03 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 4de0999022 IGNITE-21094 Sql. Combine single/script

(ignite-3) branch main updated: IGNITE-21567 Sql. Fixed precision when converting from TIME/TIMESTAMP to VARCHAR (#3513)

2024-04-03 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new d9480d7e38 IGNITE-21567 Sql. Fixed precision when

(ignite-3) branch main updated: IGNITE-21722 Sql. Fix NPE in correlated nested loop join (#3504)

2024-03-29 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 8a848cb24e IGNITE-21722 Sql. Fix NPE in correlated

(ignite-3) branch main updated: IGNITE-21330 Sql. Support index scan for OR operator with dynamic parameters (#3407)

2024-03-28 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new b8e9c98465 IGNITE-21330 Sql. Support index scan

(ignite-3) branch main updated: IGNITE-20649 Sql. Added casting to the required type for EXCEPT/INTERSECT operations (#3479)

2024-03-27 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 53f1f5cedd IGNITE-20649 Sql. Added casting

(ignite-3) branch main updated (c52bbfb6bd -> aa5de0893c)

2024-03-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from c52bbfb6bd IGNITE-21381 ActiveActorTest#testChangeLeaderForce is flaky (#3150) add aa5de0893c IGNITE-21353 Sql

(ignite-3) branch main updated (1fd9027cd1 -> 3225241bb7)

2024-03-13 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 1fd9027cd1 Bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0 (#3396) add 3225241bb7 IGNITE-21552 Sql. Add hybrid

(ignite-3) branch main updated: IGNITE-21373 Sql. Get rid of the Ignite prefix in SQL operators (#3336)

2024-03-06 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 2b85cdb332 IGNITE-21373 Sql. Get rid of the Ignite

(ignite-3) branch main updated: IGNITE-21551 Sql. Enable TIMESTAMP_WITH_LOCAL_TIME_ZONE type (#3229)

2024-02-26 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 71b24675d2 IGNITE-21551 Sql. Enable

(ignite-3) branch main updated: IGNITE-21504 Sql. Fixed PlanningCacheMetricsTest.plannerCacheStatisticsTest flakiness (#3203)

2024-02-13 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 3f2abab425 IGNITE-21504 Sql. Fixed

(ignite-3) branch main updated: IGNITE-21166 Sql. Provide internal API to get a columns metadata for non-executed query (#3037)

2024-01-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a9d4ae29e6 IGNITE-21166 Sql. Provide internal API

(ignite-3) branch main updated (461b637faa -> 4c26ef52a6)

2024-01-09 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 461b637faa IGNITE-21214 Add Catalog API to get a schema by ID (#3023) add 4c26ef52a6 IGNITE-21018 Sql. Introduce

(ignite-3) branch main updated: IGNITE-21052 Sql. Improved measurement of first query planning time (#2960)

2023-12-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new fef53d9d21 IGNITE-21052 Sql. Improved measurement

(ignite-3) branch main updated: IGNITE-20662 Sql. Added a microbenchmark to measure script execution performance (#2955)

2023-12-20 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new c2ac585097 IGNITE-20662 Sql. Added a microbenchmark

(ignite-3) branch main updated: IGNITE-20997 Sql. Improve the error message when attempting to divide by zero (#2951)

2023-12-13 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 5370b3b85b IGNITE-20997 Sql. Improve the error

(ignite-3) branch main updated: IGNITE-20463 Sql. Support for transaction control statements (#2846)

2023-12-12 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 8ed13261f5 IGNITE-20463 Sql. Support for transaction

(ignite-3) branch main updated: IGNITE-21030 Sql. Dump debug info if the ExecutionService couldn't be stopped within a timeout (#2925)

2023-12-11 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 4a17d1404e IGNITE-21030 Sql. Dump debug info

(ignite-3) branch main updated: IGNITE-20976 Sql. Fixed clone method for DDL/DML abstract syntax tree nodes (#2915)

2023-12-07 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 171fa1220c IGNITE-20976 Sql. Fixed clone method

(ignite-3) branch main updated: IGNITE-20937 Extract JDBC tests from runner module to ignite-jdbc (#2922)

2023-12-05 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new c5fd4b1a9a IGNITE-20937 Extract JDBC tests from

(ignite-3) branch main updated: IGNITE-20725 Sql. Fix TRUNCATE function (#2887)

2023-12-04 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new fbe35cc641 IGNITE-20725 Sql. Fix TRUNCATE function

(ignite-3) branch main updated: IGNITE-16960 Sql. Support script execution using native public Java API (#2884)

2023-11-29 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 2e5f05220d IGNITE-16960 Sql. Support script

(ignite-3) branch main updated: IGNITE-20443 Sql. Implement script processing logic (#2789)

2023-11-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 8d6264af0e IGNITE-20443 Sql. Implement script

(ignite-3) branch main updated: IGNITE-20356 Sql. Remove "set" method from RowHandler (#2800)

2023-11-10 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new d05574d75e IGNITE-20356 Sql. Remove "set&qu

(ignite-3) branch main updated: IGNITE-20764 Sql. Rework script parsing to return correct number of dynamic parameters for each statement (#2774)

2023-11-02 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new b033be5061 IGNITE-20764 Sql. Rework script parsing

(ignite-3) branch main updated: IGNITE-20724 Fixed incorrect schema column mapping when deleting a column (#2748)

2023-10-27 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 27d63dadb1 IGNITE-20724 Fixed incorrect schema

[ignite-3] branch main updated: IGNITE-20304 Sql. Documentation for system views module (#2726)

2023-10-24 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 2c1f39a670 IGNITE-20304 Sql. Documentation

[ignite-3] branch main updated: IGNITE-20454 Sql. Added a callback that is notified when data prefetching is complete (#2674)

2023-10-19 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 87792091f1 IGNITE-20454 Sql. Added a callback

[ignite-3] branch main updated: IGNITE-20677 Sql. Improve error reporting in assertThrowsSqlException (#2707)

2023-10-18 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 7953fabb2f IGNITE-20677 Sql. Improve error reporting

[ignite-3] branch main updated: IGNITE-20671 Sql. Fixed ItSqlApiTest#ddl test (#2708)

2023-10-18 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new ea9133d0aa IGNITE-20671 Sql. Fixed ItSqlApiTest#ddl

[ignite-3] branch main updated: IGNITE-20385 Sql. Fixed handling of NodeLeftException (#2622)

2023-10-17 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 9fcd100d82 IGNITE-20385 Sql. Fixed handling

[ignite-3] branch main updated: IGNITE-20388 Sql. Migrate ClusterPerClassIntegrationTest to run queries via public API (#2618)

2023-09-28 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a983b2cff7 IGNITE-20388 Sql. Migrate

[ignite-3] branch main updated (56214b3d1c -> 31c31532bc)

2023-09-28 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 56214b3d1c IGNITE-20476 Sql. Improved SQL exceptions checking in tests (#2616) add 31c31532bc IGNITE-20019 Sql

[ignite-3] branch main updated: IGNITE-20476 Sql. Improved SQL exceptions checking in tests (#2616)

2023-09-28 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 56214b3d1c IGNITE-20476 Sql. Improved SQL exceptions

[ignite-3] branch catalog-feature updated (3c50bdb535 -> a86b56bc83)

2023-09-13 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch catalog-feature in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 3c50bdb535 IGNITE-20332 Fixed DistributionZoneManager.onUpdateFilter handling. (#2574) add a86b56bc83

[ignite-3] branch main updated: IGNITE-20149 Sql. Revise the use of the INTERNAL_ERR code in the sql module (#2549)

2023-09-08 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 673a0a99a7 IGNITE-20149 Sql. Revise the use

[ignite-3] branch main updated: IGNITE-20181: KV/Binary view public API should only throw public exceptions (#2523)

2023-09-08 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a1fe0da528 IGNITE-20181: KV/Binary view public API

[ignite-3] branch main updated: IGNITE-19791 Sql. Introduce SqlRowHandler that supports binary tuple rows (#2512)

2023-09-07 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 6df2cc270a IGNITE-19791 Sql. Introduce SqlRowHandler

[ignite-3] branch main updated: IGNITE-19898 Sql. Added ability to use different transaction facades to start an implicit transaction (#2449)

2023-08-25 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 4fd6b984d5 IGNITE-19898 Sql. Added ability to use

[ignite-3] branch main updated (4a646a7cd7 -> f6214ae730)

2023-08-14 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 4a646a7cd7 IGNITE-19836 .NET: Reject Tuples and POCOs with unmapped fields (#2444) add f6214ae730 IGNITE-20035 Sql

[ignite-3] branch main updated: IGNITE-20030 Sql. Delete operation fails if PK is set on arbitrary columns (#2397)

2023-08-12 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a5a7bac093 IGNITE-20030 Sql. Delete operation fails

[ignite-3] branch main updated: IGNITE-19919 Sql. ResultSet#close should close implicit transaction if any (#2423)

2023-08-11 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 3efece8245 IGNITE-19919 Sql. ResultSet#close should

[ignite-3] branch main updated: IGNITE-14865 Sql. Public SQL API should only throw public exceptions (#2345)

2023-08-09 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new f4c33ff66f IGNITE-14865 Sql. Public SQL API should

[ignite-3] branch main updated: IGNITE-19862 Sql. Revise error codes for SQL module (#2271)

2023-07-21 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new abe20cb4ee IGNITE-19862 Sql. Revise error codes

[ignite-3] branch main updated (473b54814c -> f00c524494)

2023-07-14 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 473b54814c IGNITE-19979 Table start might fail due to an outdated causality token (#2316) add f00c524494 IGNITE

[ignite-3] branch main updated: IGNITE-19407 Sql. Introduce DDL command for ALTER COLUMN TYPE (#2105)

2023-06-07 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 703d6c4cac IGNITE-19407 Sql. Introduce DDL command

[ignite-3] branch main updated: IGNITE-19278 Multiple partition scan requests may return more rows than requested (#2079)

2023-05-19 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 144ffc4f92 IGNITE-19278 Multiple partition scan

[ignite-3] branch main updated (3d2b36504d -> dfb8695127)

2023-05-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 3d2b36504d IGNITE-19315 Validate node configuration on node start (#2058) add dfb8695127 IGNITE-19345 Sql. Wrong

[ignite-3] branch main updated: IGNITE-19176 Sql. Partition scanning should not skip rows without a value (#1933)

2023-05-08 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 7abeb9beb2 IGNITE-19176 Sql. Partition scanning

[ignite-3] branch main updated: IGNITE-19371 Sql. Prevent the user from using the TIME(STAMP)_WITH_LOCAL_TIME_ZONE types (#1990)

2023-05-02 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new d11c50bc48 IGNITE-19371 Sql. Prevent the user from

[ignite-3] branch main updated: IGNITE-19116 Sql. Fixed NPE when a DML statement fails on a non-existing table (#1917)

2023-04-12 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new d7a6037705 IGNITE-19116 Sql. Fixed NPE when a DML

[ignite-3] branch main updated: IGNITE-19187 Sql. Handle StorageRebalanceException during rowsCount estimation (#1915)

2023-04-10 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new b9a25a0b18 IGNITE-19187 Sql. Handle

[ignite-3] branch main updated: IGNITE-18984 Sql. Migrate JDBC batched methods on new internal API (#1866)

2023-03-31 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 39bc0f37d5 IGNITE-18984 Sql. Migrate JDBC batched

[ignite-3] branch main updated (6936b4c978 -> c3ff9fea01)

2023-03-30 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 6936b4c978 IGNITE-19129 Remove parallel Watch processing (#1863) add c3ff9fea01 IGNITE-18655: Sql. Code cleanup

[ignite-3] branch main updated: IGNITE-17951 Sql. Enlist partitions in transaction before executing a query (#1501)

2023-02-03 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 5cfd89174d IGNITE-17951 Sql. Enlist partitions

[ignite-3] branch main updated (569fe7f075 -> f8d16bc4b3)

2023-01-31 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 569fe7f075 IGNITE-18680: Fix ClientArchTest source location provider (#1608) add f8d16bc4b3 IGNITE-18521 Sql

[ignite-3] branch main updated (f37a442d0f -> 9731365856)

2023-01-17 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from f37a442d0f IGNITE-18215 .NET: LINQ: Fix GroupBy with complex expression (#1533) add 9731365856 IGNITE-18510: Sql

[ignite-3] branch main updated: IGNITE-18211 Sql. Adjust affinity distribution to the new colocation rules (#1434)

2022-12-23 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 44baaddc07 IGNITE-18211 Sql. Adjust affinity

[ignite-3] branch main updated: IGNITE-18224 Sql. Allow hash output distribution for SET relations (#1416)

2022-12-12 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a5b885e84f IGNITE-18224 Sql. Allow hash output

[ignite-3] branch main updated: IGNITE-18157 Sql. Provide commands and handlers for distribution zones related operations (#1385)

2022-12-05 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 085ebed682 IGNITE-18157 Sql. Provide commands

[ignite-3] branch main updated: IGNITE-18156 Sql. Extend SQL grammar with CREATE/DROP ZONE statement (#1372)

2022-11-25 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new b9880a28a0 IGNITE-18156 Sql. Extend SQL grammar

[ignite-3] 01/01: IGNITE-18156 Create/Drop Zone grammar.

2022-11-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch ignite-18156 in repository https://gitbox.apache.org/repos/asf/ignite-3.git commit 462907b61f1260029fc89218257b4c9f47138828 Author: Pavel Pereslegin AuthorDate: Tue Nov 22 20:54:17 2022 +0300

[ignite-3] branch ignite-18156 created (now 462907b61f)

2022-11-22 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch ignite-18156 in repository https://gitbox.apache.org/repos/asf/ignite-3.git at 462907b61f IGNITE-18156 Create/Drop Zone grammar. This branch includes the following new commits: new

[ignite-3] branch main updated: IGNITE-17998 Sql. Close the cursor synchronously when the session is closed (#1330)

2022-11-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 43859a1f7e IGNITE-17998 Sql. Close the cursor

[ignite-3] branch main updated (653715e03d -> 6deba44bf4)

2022-11-15 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from 653715e03d IGNITE-18138 .NET: LINQ: Avoid overfetching, select only mapped columns (#1341) add 6deba44bf4 IGNITE

[ignite-3] branch main updated: IGNITE-17729 Forbid a table and an index with the same name (#1318)

2022-11-09 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new e38a01a301 IGNITE-17729 Forbid a table and an index

[ignite-3] branch ignite-3.0.0-beta1 updated: IGNITE-17813 Sql. Introduce sorted reducer for IndexScanNode (#1237)

2022-11-03 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch ignite-3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/ignite-3.0.0-beta1 by this push: new a7ddaf796f IGNITE-17813

[ignite-3] branch main updated (f5ea8b7753 -> ef72d58efb)

2022-11-03 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git from f5ea8b7753 IGNITE-18017 Add C++ tests for binary tuple (#1289) add ef72d58efb IGNITE-17813 Sql. Introduce sorted

[ignite] branch master updated: IGNITE-15245 Fixed JDBC connection leak with cache.invoke() over write-behind enabled cache (#10302)

2022-10-17 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new f3792036b7c IGNITE-15245 Fixed JDBC connection

[ignite-3] branch main updated: IGNITE-17687 Get rid of using deprecated exception constructors in the sql-engine module (#1114)

2022-09-26 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new 16c407504e IGNITE-17687 Get rid of using deprecated

[ignite-3] branch main updated: IGNITE-17709 Sql. Table hints support (#1101)

2022-09-23 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git The following commit(s) were added to refs/heads/main by this push: new a4642da0d3 IGNITE-17709 Sql. Table hints support

[ignite] branch master updated: IGNITE-17442 Added highlighting of log4j2 console output (#10229)

2022-09-14 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new b6efbea6895 IGNITE-17442 Added highlighting

[ignite] branch master updated: IGNITE-17610 Added unified syntax for starting and canceling snapshot operations using control script (#10236)

2022-09-09 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 52121c2e4d4 IGNITE-17610 Added unified syntax

[ignite] branch master updated: IGNITE-17499 Fixed propagation of service call exception stacktrace to the client side (#10186)

2022-08-31 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 076ef80617a IGNITE-17499 Fixed propagation

[ignite] branch ignite-2.14 updated (bdd7cfb2843 -> a8f536b26c5)

2022-08-31 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch ignite-2.14 in repository https://gitbox.apache.org/repos/asf/ignite.git from bdd7cfb2843 IGNITE-13726 Add system view for count of hot/cold pages in page-memory - Fixes #8474. add

[ignite] branch master updated: IGNITE-17552 Fixed an issue where the snapshot error was not propagated to the initiating node (#10221)

2022-08-30 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 593319d1204 IGNITE-17552 Fixed an issue where

[ignite-extensions] branch master updated: IGNITE-17512 Remove redundant duplication of log4j2-test.xml and tests.properties files (#172)

2022-08-18 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git The following commit(s) were added to refs/heads/master by this push: new ceb6093 IGNITE-17512 Remove redundant

[ignite] branch master updated: IGNITE-17512 Ability to load test logger configuration and test properties from the classpath (#10193)

2022-08-18 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new b000d591d71 IGNITE-17512 Ability to load test

[ignite] branch master updated: IGNITE-17456 Fixed initialization of already compressed segments (#10183)

2022-08-18 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 026ac0d76bc IGNITE-17456 Fixed initialization

[ignite] branch ignite-17512 updated (2d14f2c663b -> 66b8e8479b8)

2022-08-17 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch ignite-17512 in repository https://gitbox.apache.org/repos/asf/ignite.git discard 2d14f2c663b IGNITE-17512 Disable log output to file by default. discard 3d054513898 IGNITE-17512 Hide log4j

[ignite] branch ignite-17512 updated (3d054513898 -> 2d14f2c663b)

2022-08-16 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch ignite-17512 in repository https://gitbox.apache.org/repos/asf/ignite.git from 3d054513898 IGNITE-17512 Hide log4j config in classpath. add 2d14f2c663b IGNITE-17512 Disable log output

[ignite-extensions] branch master updated: IGNITE-17051 Fixed execution of queries containing IN and NOT IN clauses (#170)

2022-08-15 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git The following commit(s) were added to refs/heads/master by this push: new b2f0cda IGNITE-17051 Fixed execution

[ignite] branch ignite-17512 created (now 3d054513898)

2022-08-15 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a change to branch ignite-17512 in repository https://gitbox.apache.org/repos/asf/ignite.git at 3d054513898 IGNITE-17512 Hide log4j config in classpath. No new revisions were added by this update.

[ignite] branch master updated: IGNITE-17407 Improved rate limiter accuracy (#10167)

2022-07-29 Thread ppa
This is an automated email from the ASF dual-hosted git repository. ppa pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 31e29cffa80 IGNITE-17407 Improved rate limiter

  1   2   >