Re: [PR] IGNITE-15803 Remove instanceof BinaryMarshaller [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11956: URL: https://github.com/apache/ignite/pull/11956#issuecomment-2741628613 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://son

Re: [PR] IGNITE-23856 Ignite Thin Client channels unwanted duplication [ignite]

2025-03-20 Thread via GitHub
timoninmaxim commented on code in PR #11855: URL: https://github.com/apache/ignite/pull/11855#discussion_r2005987994 ## modules/core/src/test/java/org/apache/ignite/client/ReliabilityTest.java: ## @@ -265,25 +265,45 @@ public void testRetryReadPolicyRetriesCacheGet() { }

[PR] IGNITE-24702 [ignite-3]

2025-03-20 Thread via GitHub
denis-chudov opened a new pull request, #5468: URL: https://github.com/apache/ignite-3/pull/5468 https://issues.apache.org/jira/browse/IGNITE-24702 -- 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

Re: [PR] IGNITE-23856 Ignite Thin Client channels unwanted duplication [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11855: URL: https://github.com/apache/ignite/pull/11855#issuecomment-2741281910 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] WIP: dump running queries on timeout [ignite-3]

2025-03-20 Thread via GitHub
korlov42 opened a new pull request, #5462: URL: https://github.com/apache/ignite-3/pull/5462 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 the following: #

Re: [PR] IGNITE-24719 SQL Calcite: Fix mapping sending for trim exchange [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11912: URL: https://github.com/apache/ignite/pull/11912#issuecomment-2740836230 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-24800 Resolve issue with EXPLAIN queries when performance stat… [ignite]

2025-03-20 Thread via GitHub
asfgit closed pull request #11946: IGNITE-24800 Resolve issue with EXPLAIN queries when performance stat… URL: https://github.com/apache/ignite/pull/11946 -- 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

Re: [PR] IGNITE-24637 .NET: "IGN-CMN--1" should not be negative [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn merged PR #5447: URL: https://github.com/apache/ignite-3/pull/5447 -- 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

[PR] IGNITE-24888 Add more logging when saving a snapshot [ignite-3]

2025-03-20 Thread via GitHub
sashapolo opened a new pull request, #5464: URL: https://github.com/apache/ignite-3/pull/5464 https://issues.apache.org/jira/browse/IGNITE-24888 Thank you for submitting the pull request. To streamline the review process of the patch and ensure better code quality we ask both

Re: [PR] IGNITE-24821 Simplify partition startup snapshot meta [ignite-3]

2025-03-20 Thread via GitHub
ivanzlenko commented on code in PR #5432: URL: https://github.com/apache/ignite-3/pull/5432#discussion_r2002670653 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/PartitionSnapshotStorageFactory.java: ## @@ -120,30 +115

[PR] IGNITE-23856 channel connection retry in async case [ignite]

2025-03-20 Thread via GitHub
FewJuho opened a new pull request, #11954: URL: https://github.com/apache/ignite/pull/11954 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: ### The

[PR] Trying to catch a reordering [ignite-3]

2025-03-20 Thread via GitHub
rpuch opened a new pull request, #5471: URL: https://github.com/apache/ignite-3/pull/5471 (no comment) -- 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-mai

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2004997930 ## modules/core/src/main/java/org/apache/ignite/internal/versioned/VersionedSerializer.java: ## @@ -136,10 +136,10 @@ protected static Set readStringSet(IgniteData

[PR] IGNITE-15803 Remove getMarshaller from tests [ignite]

2025-03-20 Thread via GitHub
nizhikov opened a new pull request, #11951: URL: https://github.com/apache/ignite/pull/11951 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

Re: [PR] IGNITE-15803 Remove getMarshaller from tests [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11951: URL: https://github.com/apache/ignite/pull/11951#issuecomment-2739837111 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://son

Re: [PR] IGNITE-24637 .NET: "IGN-CMN--1" should not be negative [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn commented on code in PR #5447: URL: https://github.com/apache/ignite-3/pull/5447#discussion_r2005250027 ## modules/platforms/dotnet/Apache.Ignite/IgniteException.cs: ## @@ -77,6 +77,6 @@ public IgniteException(Guid traceId, int code, string? message, Exception? inner

[PR] IGNITE-24882 Remove unneeded public error code [ignite-3]

2025-03-20 Thread via GitHub
valepakh opened a new pull request, #5461: URL: https://github.com/apache/ignite-3/pull/5461 https://issues.apache.org/jira/browse/IGNITE-24882 -- 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

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005042931 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfo.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed

Re: [PR] IGNITE-23891 Improve operationTimeout javadoc [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn merged PR #5460: URL: https://github.com/apache/ignite-3/pull/5460 -- 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

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005149163 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/incoming/IncomingSnapshotCopier.java: ## @@ -486,39 +499

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005159979 ## modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvPartitionMeta.java: ## @@ -26,20 +27,50 @@ public class MvPartitionMeta extends Pri

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005145051 ## modules/core/src/main/java/org/apache/ignite/internal/versioned/VersionedSerializer.java: ## @@ -136,10 +136,10 @@ protected static Set readStringSet(IgniteData

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005158248 ## modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvPartitionMeta.java: ## @@ -26,20 +27,50 @@ public class MvPartitionMeta extends Pr

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005161875 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfo.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed

[PR] IGNITE-24871 Rebuild ignite 2.11.1 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #214: URL: https://github.com/apache/ignite-website/pull/214 (no comment) -- 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,

[PR] IGNITE-24868 Rebuild ignite 2.10 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #212: URL: https://github.com/apache/ignite-website/pull/212 (no comment) -- 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,

Re: [PR] IGNITE-24637 .NET: "IGN-CMN--1" should not be negative [ignite-3]

2025-03-20 Thread via GitHub
isapego commented on code in PR #5447: URL: https://github.com/apache/ignite-3/pull/5447#discussion_r2005165998 ## modules/platforms/dotnet/Apache.Ignite/IgniteException.cs: ## @@ -77,6 +77,6 @@ public IgniteException(Guid traceId, int code, string? message, Exception? inner

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005161875 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfo.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed

Re: [PR] IGNITE-24469 Add tuple support to data streamer with receiver [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn merged PR #5457: URL: https://github.com/apache/ignite-3/pull/5457 -- 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

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005169113 ## modules/core/src/main/java/org/apache/ignite/internal/versioned/VersionedSerializer.java: ## @@ -136,10 +136,10 @@ protected static Set readStringSet(IgniteData

[PR] IGNITE-24870 Rebuild ignite 2.9.1 docs [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #211: URL: https://github.com/apache/ignite-website/pull/211 (no comment) -- 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,

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005069464 ## modules/core/src/main/java/org/apache/ignite/internal/versioned/VersionedSerializer.java: ## @@ -136,10 +136,10 @@ protected static Set readStringSet(IgniteDataI

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005072821 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfoSerializer.java: ## @@ -0,0 +1,91 @@ +/* + *

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005074766 ## modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvPartitionMeta.java: ## @@ -26,20 +27,50 @@ public class MvPartitionMeta extends Pri

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005074766 ## modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvPartitionMeta.java: ## @@ -26,20 +27,50 @@ public class MvPartitionMeta extends Pri

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005078134 ## modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvPartitionMeta.java: ## @@ -26,20 +27,50 @@ public class MvPartitionMeta extends Pri

Re: [PR] Bump io.github.bonede:tree-sitter from 0.24.4 to 0.24.5 [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn merged PR #5441: URL: https://github.com/apache/ignite-3/pull/5441 -- 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

Re: [PR] IGNITE-24872 Fix minor issues related to RaftTableProcessor [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5453: URL: https://github.com/apache/ignite-3/pull/5453#discussion_r2004960481 ## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ## @@ -544,23 +550,24 @@ public void onConfigurationCommitte

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005112331 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfo.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
tkalkirill commented on code in PR #5443: URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005136710 ## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/PartitionSnapshotInfoSerializer.java: ## @@ -0,0 +1,91 @@ +/* + *

Re: [PR] IGNITE-24872 Fix minor issues related to RaftTableProcessor [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5453: URL: https://github.com/apache/ignite-3/pull/5453#discussion_r2004957953 ## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ## @@ -544,23 +550,24 @@ public void onConfigurationCommitte

Re: [PR] IGNITE-24872 Fix minor issues related to RaftTableProcessor [ignite-3]

2025-03-20 Thread via GitHub
sashapolo commented on code in PR #5453: URL: https://github.com/apache/ignite-3/pull/5453#discussion_r2004960481 ## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ## @@ -544,23 +550,24 @@ public void onConfigurationCommitte

Re: [PR] IGNITE-24872 Fix minor issues related to RaftTableProcessor [ignite-3]

2025-03-20 Thread via GitHub
rpuch commented on code in PR #5453: URL: https://github.com/apache/ignite-3/pull/5453#discussion_r2004951865 ## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ## @@ -544,23 +550,24 @@ public void onConfigurationCommitted(

Re: [PR] IGNITE-24872 Fix minor issues related to RaftTableProcessor [ignite-3]

2025-03-20 Thread via GitHub
sashapolo merged PR #5453: URL: https://github.com/apache/ignite-3/pull/5453 -- 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

[PR] IGNITE-24867 Rebuild 2.11 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #213: URL: https://github.com/apache/ignite-website/pull/213 (no comment) -- 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,

[PR] IGNITE-24797 : Calcite. default date literal [ignite]

2025-03-20 Thread via GitHub
Vladsz83 opened a new pull request, #11952: URL: https://github.com/apache/ignite/pull/11952 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

Re: [PR] IGNITE-15803 Remove getMarshaller from tests [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11951: URL: https://github.com/apache/ignite/pull/11951#issuecomment-2739892049 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] IGNITE-24865 Rebuild ignite 2.13 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #216: URL: https://github.com/apache/ignite-website/pull/216 (no comment) -- 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,

[PR] IGNITE-24864 Rebuild ignite 2.14 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #215: URL: https://github.com/apache/ignite-website/pull/215 (no comment) -- 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,

[PR] Ignite 22624 [ignite-3]

2025-03-20 Thread via GitHub
sanpwc opened a new pull request, #5463: URL: https://github.com/apache/ignite-3/pull/5463 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 the following: ###

[PR] IGNITE-24863 Rebuild ignite 2.15 [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #218: URL: https://github.com/apache/ignite-website/pull/218 (no comment) -- 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,

[PR] Ignite 23856 sync [ignite]

2025-03-20 Thread via GitHub
FewJuho opened a new pull request, #11953: URL: https://github.com/apache/ignite/pull/11953 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: ### The

[PR] IGNITE-24861 Rebuild ignite 2.17 doc [ignite-website]

2025-03-20 Thread via GitHub
IgGusev opened a new pull request, #220: URL: https://github.com/apache/ignite-website/pull/220 (no comment) -- 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,

Re: [PR] IGNITE-15803 Remove marshaller from IgniteConfiguration [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11951: URL: https://github.com/apache/ignite/pull/11951#issuecomment-2740283180 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://son

Re: [PR] IGNITE-24888 Add more logging when saving a snapshot [ignite-3]

2025-03-20 Thread via GitHub
sashapolo merged PR #5464: URL: https://github.com/apache/ignite-3/pull/5464 -- 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

Re: [PR] IGNITE-15803 Remove marshaller from IgniteConfiguration [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11951: URL: https://github.com/apache/ignite/pull/11951#issuecomment-2740461759 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] IGNITE-24880 Support per-zone partitions in tests of table module [ignite-3]

2025-03-20 Thread via GitHub
rpuch opened a new pull request, #5459: URL: https://github.com/apache/ignite-3/pull/5459 https://issues.apache.org/jira/browse/IGNITE-24880 -- 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 sp

Re: [PR] IGNITE-24822 Persist last created Raft snapshot information [ignite-3]

2025-03-20 Thread via GitHub
rpuch commented on code in PR #5433: URL: https://github.com/apache/ignite-3/pull/5433#discussion_r2005711164 ## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ## @@ -573,11 +576,25 @@ private void setCurrentGroupTopology(R

Re: [PR] IGNITE-24624 : Calcite. Heuristics of join order. [ignite]

2025-03-20 Thread via GitHub
alex-plekhanov commented on code in PR #11935: URL: https://github.com/apache/ignite/pull/11935#discussion_r2003677465 ## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/PlanningContext.java: ## @@ -193,10 +193,12 @@ public RuleSet rules

Re: [PR] IGNITE-24838 Add ability to save snapshot information in TX storage [ignite-3]

2025-03-20 Thread via GitHub
sashapolo merged PR #5443: URL: https://github.com/apache/ignite-3/pull/5443 -- 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

Re: [PR] IGNITE-24874 Add DataStreamer examples [ignite-3]

2025-03-20 Thread via GitHub
ptupitsyn merged PR #5455: URL: https://github.com/apache/ignite-3/pull/5455 -- 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

[PR] IGNITE-24753 SQL Calcite: Fix freeze in MergeJoin right/full execution nodes [ignite]

2025-03-20 Thread via GitHub
alex-plekhanov opened a new pull request, #11955: URL: https://github.com/apache/ignite/pull/11955 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:

Re: [PR] IGNITE-24719 SQL Calcite: Fix mapping sending for trim exchange [ignite]

2025-03-20 Thread via GitHub
alex-plekhanov commented on code in PR #11912: URL: https://github.com/apache/ignite/pull/11912#discussion_r2005870607 ## modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/DistributedJoinIntegrationTest.java: ## @@ -73,6 +73,20 @@ publ

[PR] Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre [ignite-3]

2025-03-20 Thread via GitHub
dependabot[bot] opened a new pull request, #5466: URL: https://github.com/apache/ignite-3/pull/5466 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.5-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.google.guava:

Re: [PR] IGNITE-24719 SQL Calcite: Fix mapping sending for trim exchange [ignite]

2025-03-20 Thread via GitHub
asfgit closed pull request #11912: IGNITE-24719 SQL Calcite: Fix mapping sending for trim exchange URL: https://github.com/apache/ignite/pull/11912 -- 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 th

Re: [PR] IGNITE-24730 SQL Calcite: Fix correlated distribution restoring failure [ignite]

2025-03-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #11947: URL: https://github.com/apache/ignite/pull/11947#issuecomment-2740822760 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] IGNITE-24822 Persist last created Raft snapshot information [ignite-3]

2025-03-20 Thread via GitHub
sashapolo merged PR #5433: URL: https://github.com/apache/ignite-3/pull/5433 -- 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