lowka commented on code in PR #3669:
URL: https://github.com/apache/ignite-3/pull/3669#discussion_r1596464491


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/DropIndexEntry.java:
##########
@@ -33,7 +33,7 @@
  * the {@link CatalogIndexStatus#STOPPING} state.
  */
 public class DropIndexEntry extends AbstractChangeIndexStatusEntry implements 
Fireable {
-    public static final DropIndexEntrySerializer SERIALIZER = new 
DropIndexEntrySerializer();
+    public static final CatalogObjectSerializer<DropIndexEntry> SERIALIZER = 
new DropIndexEntrySerializer();
 
     private final int tableId;

Review Comment:
   Fixed.



-- 
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...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to