Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr committed Dec 18, 2023
1 parent c6902b1 commit bbdba26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

public class MTMVTask extends AbstractTask {
private static final Logger LOG = LogManager.getLogger(MTMVTask.class);
public static final Integer DEFAULT_REFRESH_PARTITION_NUM = 1;
public static final int DEFAULT_REFRESH_PARTITION_NUM = 1;

public static final ImmutableList<Column> SCHEMA = ImmutableList.of(
new Column("TaskId", ScalarType.createStringType()),
Expand Down

0 comments on commit bbdba26

Please sign in to comment.