shishkovilja commented on code in PR #13236:
URL: https://github.com/apache/ignite/pull/13236#discussion_r3504332075
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/operation/SchemaAbstractOperation.java:
##########
@@ -26,10 +25,7 @@
/**
* Abstract operation on schema.
*/
-public abstract class SchemaAbstractOperation implements Serializable, Message
{
- /** */
- private static final long serialVersionUID = 0L;
-
+public abstract class SchemaAbstractOperation implements Message {
Review Comment:
Serializable is necessary only for data bag.
--
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]