Pavel Pereslegin

Results 11 issues of Pavel Pereslegin

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

early draft

https://issues.apache.org/jira/browse/IGNITE-19274 1. Added jdbc connection property to set "session" time zone ('connectionTimeZone`) 2. Added client time zone propagation to sql-engine in `JdbcQueryEventHandler#connect(ZoneId)` 3. Fixed the conversion from TIMESTAMP to TIMESTAMP...

https://issues.apache.org/jira/browse/IGNITE-20606

https://issues.apache.org/jira/browse/IGNITE-22000 * `DdlSqlToCommandConverter` now converts AST nodes not to `DDLCommand` but to `CatalogCommand` * Removed `DdlToCatalogCommandConverter` and all related to `DDLCommand` classes. * Reworked related tests and removed `DistributionZoneDdlCommandHandlerTest` because...

https://issues.apache.org/jira/browse/IGNITE-21167 In jdbc handler exception message has changed from `Transaction control statement cannot be executed within an external transaction` to more understandable `Transaction control statements are not supported when autocommit...

https://issues.apache.org/jira/browse/IGNITE-22164 Issue description. Schema with 2 tables. ``` TABLE TEST1(C1 INT, C2 INT) TABLE TEST2(C1 INT, C2 INT) ``` `SqlToRelConverter` for the following insert statement ``` INSERT INTO TEST1 (C1,...

Thank you for submitting the pull request. To streamline the review process of the patch and ensure better code quality we ask both an author and a reviewer to verify...