Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei committed Oct 21, 2024
1 parent 4b2c49b commit f27d898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public static List<TsFileResource> getNewInnerCompactionTargetFileResources(
tsFileResources.get(0).getTimePartition(),
tsFileName.time,
tsFileName.version,
maxInnerCompactionCount,
(int) maxInnerCompactionCount,
(int) maxCrossMergeCount,
maxTierLevel,
IoTDBConstant.INNER_COMPACTION_TMP_FILE_SUFFIX)),
Expand Down

0 comments on commit f27d898

Please sign in to comment.