Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
timoninmaxim commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2247141567 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -514,6 +537,21 @@ private String messageCollectionItemType(Typ

Re: [PR] IGNITE-26014 Sql. ArrayIndexOutOfBoundsException when converting MERGE with join [ignite-3]

2025-07-31 Thread via GitHub
zstan commented on code in PR #6335: URL: https://github.com/apache/ignite-3/pull/6335#discussion_r2247013117 ## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlToRelConvertor.java: ## @@ -301,6 +318,29 @@ private RelNode convertMerge(SqlM

Re: [PR] IGNITE-25874 Sql. Make it possible to run multi-statement Tpcds queries [ignite-3]

2025-07-31 Thread via GitHub
zstan merged PR #6326: URL: https://github.com/apache/ignite-3/pull/6326 -- 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

[PR] IGNITE-26088 Use MessageSerializer for GridTaskResultRequest and GridTaskResultResponse [ignite]

2025-07-31 Thread via GitHub
wernerdv opened a new pull request, #12239: URL: https://github.com/apache/ignite/pull/12239 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-24044 Remove deprecated GridClient [ignite]

2025-07-31 Thread via GitHub
sonarqubecloud[bot] commented on PR #12235: URL: https://github.com/apache/ignite/pull/12235#issuecomment-3142127829 ## [![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-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sonarqubecloud[bot] commented on PR #12178: URL: https://github.com/apache/ignite/pull/12178#issuecomment-3141124445 ## [![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-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sergey-chugunov-1985 commented on code in PR #12178: URL: https://github.com/apache/ignite/pull/12178#discussion_r2246214350 ## modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreWithIgniteTxFailureTest.java: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache So

Re: [PR] IGNITE-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sergey-chugunov-1985 commented on code in PR #12178: URL: https://github.com/apache/ignite/pull/12178#discussion_r2246213975 ## modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreWithIgniteTxFailureTest.java: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache So

Re: [PR] IGNITE-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sergey-chugunov-1985 commented on code in PR #12178: URL: https://github.com/apache/ignite/pull/12178#discussion_r2246212944 ## modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreWithIgniteTxFailureTest.java: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache So

Re: [PR] IGNITE-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sergey-chugunov-1985 commented on code in PR #12178: URL: https://github.com/apache/ignite/pull/12178#discussion_r2246207802 ## modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreWithIgniteTxFailureTest.java: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache So

Re: [PR] IGNITE-25641 Fix discrepancy with CacheStore in case of an error during tx commit phase [ignite]

2025-07-31 Thread via GitHub
sergey-chugunov-1985 commented on code in PR #12178: URL: https://github.com/apache/ignite/pull/12178#discussion_r2246206981 ## modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreWithIgniteTxFailureTest.java: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache So

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2246021727 ## modules/platforms/cpp/ignite/client/transaction/transaction_options.h: ## @@ -0,0 +1,26 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245992918 ## modules/platforms/cpp/ignite/client/transaction/transaction_options.h: ## @@ -0,0 +1,26 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245938289 ## modules/platforms/cpp/tests/client-test/transactions_test.cpp: ## @@ -434,3 +434,53 @@ TEST_F(transactions_test, record_view_remove_all_exact) { auto values2

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245925066 ## modules/platforms/cpp/ignite/client/transaction/transaction_options.h: ## @@ -0,0 +1,26 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245922902 ## modules/platforms/cpp/ignite/client/detail/transaction/transactions_impl.h: ## @@ -53,11 +54,12 @@ class transactions_impl { * Starts a new transaction asyn

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245908340 ## modules/platforms/cpp/ignite/client/transaction/transactions.h: ## @@ -45,16 +46,18 @@ class transactions { * * @return A new transaction. */ -

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Erixonich commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245909236 ## modules/platforms/cpp/ignite/client/transaction/transactions.h: ## @@ -45,16 +46,18 @@ class transactions { * * @return A new transaction. */ -

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
isapego commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245867184 ## modules/platforms/cpp/ignite/client/detail/transaction/transactions_impl.h: ## @@ -53,11 +54,12 @@ class transactions_impl { * Starts a new transaction asynch

Re: [PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

2025-07-31 Thread via GitHub
Copilot commented on code in PR #6352: URL: https://github.com/apache/ignite-3/pull/6352#discussion_r2245867471 ## modules/platforms/cpp/tests/client-test/transactions_test.cpp: ## @@ -434,3 +434,53 @@ TEST_F(transactions_test, record_view_remove_all_exact) { auto values2 =

Re: [PR] IGNITE-26026 [ducktests] Migrate to eclipse-temurin JDK docker image [ignite]

2025-07-31 Thread via GitHub
alex-plekhanov merged PR #12220: URL: https://github.com/apache/ignite/pull/12220 -- 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

[PR] IGNITE-25488 added tx timeouts to c++ thin client [ignite-3]

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

[PR] Bump io.swagger.core.v3:swagger-annotations from 2.2.34 to 2.2.35 [ignite-3]

2025-07-31 Thread via GitHub
dependabot[bot] opened a new pull request, #6351: URL: https://github.com/apache/ignite-3/pull/6351 Bumps io.swagger.core.v3:swagger-annotations from 2.2.34 to 2.2.35. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[PR] IGNITE-25938 Add the metric log exporter to the default configuration [ignite-3]

2025-07-31 Thread via GitHub
denis-chudov opened a new pull request, #6350: URL: https://github.com/apache/ignite-3/pull/6350 https://issues.apache.org/jira/browse/IGNITE-25938 -- 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-26084 Duplicate compatibility test runs [ignite-3]

2025-07-31 Thread via GitHub
PakhomovAlexander merged PR #6347: URL: https://github.com/apache/ignite-3/pull/6347 -- 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-unsub

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245679168 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -620,6 +658,16 @@ private TypeMirror type(String clazz) {

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245677767 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -502,6 +522,9 @@ private String messageCollectionItemType(TypeMirr

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245678438 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -620,6 +658,16 @@ private TypeMirror type(String clazz) {

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245676272 ## modules/core/src/test/resources/codegen/TestCollectionsMessageSerializer.java: ## @@ -0,0 +1,373 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245675727 ## modules/core/src/test/resources/codegen/TestMessage.java: ## @@ -65,6 +66,12 @@ public class TestMessage implements Message { @Order(value = 11, method = "ove

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245676981 ## modules/codegen2/README.md: ## @@ -11,6 +11,8 @@ The `MessageProcessor` performs the following tasks: - **Naming Convention Enforcement**: It verifies that all fi

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
timoninmaxim commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245609324 ## modules/codegen2/src/main/java/org/apache/ignite/internal/Order.java: ## @@ -27,9 +27,9 @@ * * The {@code value} indicates the index of the field in the s

Re: [PR] IGNITE-24453 Move sources to JDK11 [ignite-extensions]

2025-07-31 Thread via GitHub
alex-plekhanov merged PR #313: URL: https://github.com/apache/ignite-extensions/pull/313 -- 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-u

Re: [PR] IGNITE-24044 Remove deprecated GridClient [ignite]

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

[PR] IGNITE-25877 Critical system error caused by failure in updating data… [ignite-3]

2025-07-31 Thread via GitHub
vldpyatkov opened a new pull request, #6349: URL: https://github.com/apache/ignite-3/pull/6349 … nodes history and timers on scale up timer trigger https://issues.apache.org/jira/browse/IGNITE-26085 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] IGNITE-25574 Configuration compatibility. Add snapshot for AI 3.0 [ignite-3]

2025-07-31 Thread via GitHub
zstan merged PR #6337: URL: https://github.com/apache/ignite-3/pull/6337 -- 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

[PR] IGNITE-26082 Update Streaming API examples [ignite-3]

2025-07-31 Thread via GitHub
jinxxxoid opened a new pull request, #6348: URL: https://github.com/apache/ignite-3/pull/6348 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-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245336650 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -353,6 +353,20 @@ else if (sameType(type, "org.apache.ignite.inte

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245335625 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -488,6 +514,9 @@ private String messageCollectionItemType(TypeMirr

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245333950 ## modules/core/src/test/resources/codegen/TestMessage.java: ## @@ -65,6 +67,15 @@ public class TestMessage implements Message { @Order(value = 11, method = "ove

Re: [PR] IGNITE-25774 Extension to write CDC data to PostgreSQL [ignite-extensions]

2025-07-31 Thread via GitHub
timoninmaxim commented on code in PR #311: URL: https://github.com/apache/ignite-extensions/pull/311#discussion_r2245232910 ## modules/cdc-ext/src/main/java/org/apache/ignite/cdc/postgresql/IgniteToPostgreSqlCdcApplier.java: ## @@ -0,0 +1,670 @@ +/* + * Licensed to the Apache So

[PR] IGNITE-26084 Duplicate compatibility test runs [ignite-3]

2025-07-31 Thread via GitHub
valepakh opened a new pull request, #6347: URL: https://github.com/apache/ignite-3/pull/6347 https://issues.apache.org/jira/browse/IGNITE-26084 For minimizing the chance of this happening again, let's remove the annotations from the base class. -- This is an automated message from

Re: [PR] IGNITE-25996 Use MessageSerializer for CacheVersionedValue [ignite]

2025-07-31 Thread via GitHub
timoninmaxim merged PR #12219: URL: https://github.com/apache/ignite/pull/12219 -- 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..

Re: [PR] IGNITE-25996 Use MessageSerializer for CacheVersionedValue [ignite]

2025-07-31 Thread via GitHub
sonarqubecloud[bot] commented on PR #12219: URL: https://github.com/apache/ignite/pull/12219#issuecomment-3139688604 ## [![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-26059 Make explicit tx rollback equivalent of tx close [ignite]

2025-07-31 Thread via GitHub
shishkovilja opened a new pull request, #12238: URL: https://github.com/apache/ignite/pull/12238 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: ##

[PR] IGNITE-25911 Use MessageSerializer for GridJobSiblingsRequest and GridJobSiblingsResponse [ignite]

2025-07-31 Thread via GitHub
wernerdv opened a new pull request, #12237: URL: https://github.com/apache/ignite/pull/12237 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-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245056467 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -353,6 +353,20 @@ else if (sameType(type, "org.apache.ignite.inte

Re: [PR] IGNITE-26076 Update TODO reference for IGNITE-23268 to IGNITE-25351 [ignite-3]

2025-07-31 Thread via GitHub
isapego merged PR #6345: URL: https://github.com/apache/ignite-3/pull/6345 -- 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...@ign

Re: [PR] ignite-26057 Present a few possible solution to RecordAndTableSchemaMismatch errors in migrate-cache command [ignite-3]

2025-07-31 Thread via GitHub
isapego merged PR #6333: URL: https://github.com/apache/ignite-3/pull/6333 -- 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...@ign

Re: [PR] ignite-26070 Improve migration tools configuration converter error messages [ignite-3]

2025-07-31 Thread via GitHub
isapego merged PR #6340: URL: https://github.com/apache/ignite-3/pull/6340 -- 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...@ign

[PR] IGNITE-26078 Update transactions Java example [ignite-3]

2025-07-31 Thread via GitHub
jinxxxoid opened a new pull request, #6346: URL: https://github.com/apache/ignite-3/pull/6346 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-24044 Remove deprecated GridClient [ignite]

2025-07-31 Thread via GitHub
sonarqubecloud[bot] commented on PR #12235: URL: https://github.com/apache/ignite/pull/12235#issuecomment-3139211811 ## [![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-25716 TC check [ignite-3]

2025-07-31 Thread via GitHub
xtern closed pull request #6336: IGNITE-25716 TC check URL: https://github.com/apache/ignite-3/pull/6336 -- 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:

Re: [PR] IGNITE-25716 Change the default precision of temporal dynamic parameter to 9 [ignite-3]

2025-07-31 Thread via GitHub
xtern merged PR #6274: URL: https://github.com/apache/ignite-3/pull/6274 -- 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

[PR] IGNITE-26071 Use MessageSerializer for GridIoMessage and GridIoSecurityAwareMessage [ignite]

2025-07-31 Thread via GitHub
wernerdv opened a new pull request, #12236: URL: https://github.com/apache/ignite/pull/12236 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

[PR] IGNITE-24044 Remove deprecated GridClient [ignite]

2025-07-31 Thread via GitHub
NSAmelchev opened a new pull request, #12235: URL: https://github.com/apache/ignite/pull/12235 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-25574 Configuration compatibility. Add snapshot for AI 3.0 [ignite-3]

2025-07-31 Thread via GitHub
AMashenkov commented on code in PR #6337: URL: https://github.com/apache/ignite-3/pull/6337#discussion_r2244720228 ## modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/ConfigurationCompatibilityTest.java: ## @@ -57,6 +57,7 @@ public class Confi

Re: [PR] IGNITE-25588 Sql. Support CURRENT_USER function [ignite-3]

2025-07-31 Thread via GitHub
AMashenkov commented on code in PR #6314: URL: https://github.com/apache/ignite-3/pull/6314#discussion_r2244674360 ## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/fsm/QueryExecutor.java: ## @@ -176,6 +177,10 @@ public CompletableFuture> executeQue

Re: [PR] IGNITE-25914 Refactor NearCacheUpdates message [ignite]

2025-07-31 Thread via GitHub
timoninmaxim commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2244620283 ## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ## @@ -353,6 +353,20 @@ else if (sameType(type, "org.apache.ignite.

Re: [PR] IGNITE-26061 Register predefined types in corresponding processors [ignite]

2025-07-31 Thread via GitHub
nizhikov merged PR #12230: URL: https://github.com/apache/ignite/pull/12230 -- 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...@ig

Re: [PR] IGNITE-26044 Compilation fix [ignite-extensions]

2025-07-31 Thread via GitHub
nizhikov merged PR #315: URL: https://github.com/apache/ignite-extensions/pull/315 -- 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-unsubsc

Re: [PR] IGNITE-26044 Compilation fix [ignite-extensions]

2025-07-31 Thread via GitHub
nizhikov commented on code in PR #315: URL: https://github.com/apache/ignite-extensions/pull/315#discussion_r2244629676 ## modules/cdc-ext/src/test/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetadataUpdaterTest.java: ## @@ -165,7 +169,19 @@ private KafkaToIgniteMetadataUpdate

Re: [PR] IGNITE-26044 Compilation fix [ignite-extensions]

2025-07-31 Thread via GitHub
skorotkov commented on code in PR #315: URL: https://github.com/apache/ignite-extensions/pull/315#discussion_r2244618733 ## modules/cdc-ext/src/test/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetadataUpdaterTest.java: ## @@ -165,7 +169,19 @@ private KafkaToIgniteMetadataUpdat

[PR] IGNITE-26044 Compilation fix [ignite-extensions]

2025-07-31 Thread via GitHub
nizhikov opened a new pull request, #315: URL: https://github.com/apache/ignite-extensions/pull/315 (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 unsubscr

Re: [PR] IGNITE-26061 Register predefined types in corresponding processors [ignite]

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