tkalkirill opened a new pull request, #5406:
URL: https://github.com/apache/ignite-3/pull/5406
https://issues.apache.org/jira/browse/IGNITE-24785
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
zstan merged PR #5380:
URL: https://github.com/apache/ignite-3/pull/5380
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@ignit
rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993738872
##
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientPrimaryReplicaTracker.java:
##
@@ -247,11 +253,26 @@ private PrimaryReplicasResult primary
asfgit closed pull request #11913: IGNITE-24721 SQL Calcite: Fix distribution
for rehashing to the right…
URL: https://github.com/apache/ignite/pull/11913
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993744954
##
modules/client/src/test/java/org/apache/ignite/client/PartitionAwarenessTest.java:
##
@@ -181,7 +185,7 @@ public void testNonNullTxDisablesPartitionAwareness() {
AMashenkov commented on code in PR #5395:
URL: https://github.com/apache/ignite-3/pull/5395#discussion_r1993500030
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/CorrelatedNestedLoopJoinExecutionTest.java:
##
@@ -0,0 +1,315 @@
+/*
+ * Licensed
korlov42 commented on code in PR #5395:
URL: https://github.com/apache/ignite-3/pull/5395#discussion_r1993462643
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/AbstractNode.java:
##
@@ -31,12 +31,19 @@
* Abstract node of execution tree.
*/
AMashenkov commented on code in PR #5395:
URL: https://github.com/apache/ignite-3/pull/5395#discussion_r1993500030
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/CorrelatedNestedLoopJoinExecutionTest.java:
##
@@ -0,0 +1,315 @@
+/*
+ * Licensed
asfgit closed pull request #11903: IGNITE-24669 Set H2 default SQL plan history
to zero
URL: https://github.com/apache/ignite/pull/11903
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
ygerzhedovich commented on code in PR #5357:
URL: https://github.com/apache/ignite-3/pull/5357#discussion_r1993591998
##
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDataTypesTest.java:
##
@@ -746,9 +746,9 @@ public void charLimitationWithM
Vladsz83 commented on code in PR #11822:
URL: https://github.com/apache/ignite/pull/11822#discussion_r1993525343
##
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/DateTimeTest.java:
##
@@ -202,6 +203,67 @@ public void testDstShift()
rpuch commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1993686745
##
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java:
##
@@ -239,6 +241,7 @@ public void testTableIgnoredOnRecovery(
ygerzhedovich merged PR #5357:
URL: https://github.com/apache/ignite-3/pull/5357
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr.
rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993707946
##
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItInternalTableReadWriteScanTest.java:
##
@@ -38,6 +40,7 @@
/**
* Tests for {@link InternalTab
lowka commented on code in PR #5373:
URL: https://github.com/apache/ignite-3/pull/5373#discussion_r1993491396
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSystemViewDescriptorSerializers.java:
##
@@ -76,4 +77,39 @@ public void writeTo(Ca
lowka commented on code in PR #5373:
URL: https://github.com/apache/ignite-3/pull/5373#discussion_r1993490362
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogStorageProfilesDescriptorSerializers.java:
##
@@ -55,11 +56,34 @@ public CatalogSt
rpuch commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1993687659
##
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java:
##
@@ -206,6 +207,7 @@ void after() throws Exception {
}
asfgit closed pull request #11940: IGNITE-24773. Calcite.
IgniteReduceSortAggregate misses collation.
URL: https://github.com/apache/ignite/pull/11940
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
ibessonov commented on code in PR #5403:
URL: https://github.com/apache/ignite-3/pull/5403#discussion_r1992902653
##
modules/metastorage-cache/src/main/java/org/apache/ignite/internal/metastorage/cache/IdempotentCacheVacuumizer.java:
##
@@ -113,8 +112,10 @@ public CompletableFut
rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993753329
##
modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java:
##
@@ -53,7 +53,7 @@ public FakeCatalogService(int partitions)
Vladsz83 commented on code in PR #11822:
URL: https://github.com/apache/ignite/pull/11822#discussion_r1993565473
##
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/IgniteRexBuilder.java:
##
@@ -62,6 +74,97 @@ public IgniteRexBuilder(Rel
korlov42 commented on code in PR #5357:
URL: https://github.com/apache/ignite-3/pull/5357#discussion_r1993456047
##
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDataTypesTest.java:
##
@@ -746,9 +746,9 @@ public void charLimitationWithMergeU
slukyano commented on PR #5315:
URL: https://github.com/apache/ignite-3/pull/5315#issuecomment-2722782072
@sashapolo Could you please check again? I think I've addressed everything.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
sonarqubecloud[bot] commented on PR #11903:
URL: https://github.com/apache/ignite/pull/11903#issuecomment-2721637439
## [](https://son
rpuch merged PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@ignit
ibessonov opened a new pull request, #5405:
URL: https://github.com/apache/ignite-3/pull/5405
https://issues.apache.org/jira/browse/IGNITE-24790
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
ibessonov commented on code in PR #5403:
URL: https://github.com/apache/ignite-3/pull/5403#discussion_r1992902653
##
modules/metastorage-cache/src/main/java/org/apache/ignite/internal/metastorage/cache/IdempotentCacheVacuumizer.java:
##
@@ -113,8 +112,10 @@ public CompletableFut
ibessonov opened a new pull request, #5404:
URL: https://github.com/apache/ignite-3/pull/5404
https://issues.apache.org/jira/browse/IGNITE-24787
Thank you for submitting the pull request.
To streamline the review process of the patch and ensure better code quality
we ask both
vldpyatkov commented on code in PR #5221:
URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1992946478
##
modules/raft/src/main/java/org/apache/ignite/raft/jraft/NodeManager.java:
##
@@ -14,24 +14,158 @@
* See the License for the specific language governing permiss
ibessonov merged PR #5403:
URL: https://github.com/apache/ignite-3/pull/5403
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@i
ibessonov merged PR #5404:
URL: https://github.com/apache/ignite-3/pull/5404
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@i
sonarqubecloud[bot] commented on PR #11942:
URL: https://github.com/apache/ignite/pull/11942#issuecomment-2720308769
## [](https://son
zstan commented on code in PR #5380:
URL: https://github.com/apache/ignite-3/pull/5380#discussion_r1992954671
##
modules/catalog-dsl/src/main/java/org/apache/ignite/internal/catalog/sql/CreateTableImpl.java:
##
@@ -123,18 +115,6 @@ CreateTableImpl zone(String zone) {
re
tkalkirill commented on code in PR #5405:
URL: https://github.com/apache/ignite-3/pull/5405#discussion_r1993072639
##
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/BasicOperationsKeyValueStorageTest.java:
##
@@ -2284,6 +2287,58 @@ void
testNoti
nizhikov opened a new pull request, #11945:
URL: https://github.com/apache/ignite/pull/11945
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 taken:
### Th
korlov42 commented on code in PR #5398:
URL: https://github.com/apache/ignite-3/pull/5398#discussion_r1993257375
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/LogicalRelImplementor.java:
##
@@ -1104,4 +1123,38 @@ private static BinaryTupleSchema
lowka commented on code in PR #5380:
URL: https://github.com/apache/ignite-3/pull/5380#discussion_r1993270067
##
modules/catalog-dsl/src/main/java/org/apache/ignite/internal/catalog/sql/CreateTableImpl.java:
##
@@ -123,18 +115,6 @@ CreateTableImpl zone(String zone) {
re
AMashenkov commented on code in PR #5373:
URL: https://github.com/apache/ignite-3/pull/5373#discussion_r1993260917
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogStorageProfilesDescriptorSerializers.java:
##
@@ -55,11 +56,34 @@ public Cata
ibessonov merged PR #5405:
URL: https://github.com/apache/ignite-3/pull/5405
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@i
AMashenkov commented on code in PR #5373:
URL: https://github.com/apache/ignite-3/pull/5373#discussion_r1993277463
##
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSystemViewDescriptorSerializers.java:
##
@@ -76,4 +77,39 @@ public void write
zstan commented on code in PR #5395:
URL: https://github.com/apache/ignite-3/pull/5395#discussion_r1993277118
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/HashJoinNode.java:
##
@@ -155,6 +155,25 @@ private InnerHashJoin(
super(c
41 matches
Mail list logo