Skip to content

Commit

Permalink
Update FeMetaVersion.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen authored Oct 24, 2023
1 parent 7485eb1 commit 3174759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.apache.doris.common;

public final class FeMetaVersion {
// for max query instance.
// for max query instance..
public static final int VERSION_100 = 100;
// add errorRowsAfterResumed to distinguish totalErrorRows and currentErrorRows even if the job is paused.
public static final int VERSION_101 = 101;
Expand Down

0 comments on commit 3174759

Please sign in to comment.