Tanya-W commented on code in PR #19063:
URL: https://github.com/apache/doris/pull/19063#discussion_r1193446011


##########
fe/fe-core/src/main/java/org/apache/doris/task/AlterInvertedIndexTask.java:
##########
@@ -35,68 +37,59 @@
  * The new replica can be a rollup replica, or a shadow replica of schema 
change.
  */
 public class AlterInvertedIndexTask extends AgentTask {
+    private static final Logger LOG = 
LogManager.getLogger(AlterInvertedIndexTask.class);
     private long tabletId;
-    private long version;

Review Comment:
   unused



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to