shishkovilja commented on code in PR #13236:
URL: https://github.com/apache/ignite/pull/13236#discussion_r3475338856
##########
modules/core/src/main/java/org/apache/ignite/internal/CoreMessagesProvider.java:
##########
@@ -582,7 +584,9 @@ public CoreMessagesProvider(Marshaller dfltMarsh,
Marshaller schemaAwareMarsh, C
withNoSchema(CacheContinuousQueryBatchAck.class);
withSchema(CacheContinuousQueryEntry.class);
withNoSchema(QueryInlineSizesDataBagItem.class);
- withSchema(QueryProposalsDataBagItem.class);
+ withNoSchema(QueryProposalsDataBagItem.class);
Review Comment:
Yes, in fact it is a tech debt of:
[13157](https://github.com/apache/ignite/pull/13157)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]