未验证 提交 a1cf23c8 编写于 作者: H Haonan 提交者: GitHub

Fix compile error (#4943)

上级 87d70f20
......@@ -19,6 +19,7 @@
package org.apache.iotdb.db.engine.storagegroup.timeindex;
import org.apache.iotdb.db.engine.storagegroup.TsFileResource;
import org.apache.iotdb.db.exception.PartitionViolationException;
import org.apache.iotdb.db.utils.SerializeUtils;
import org.apache.iotdb.tsfile.utils.ReadWriteIOUtils;
......@@ -66,7 +67,7 @@ public class V012FileTimeIndex implements ITimeIndex {
}
@Override
public Set<String> getDevices(String tsFilePath) {
public Set<String> getDevices(String tsFilePath, TsFileResource tsFileResource) {
throw new UnsupportedOperationException(
"V012FileTimeIndex should be rewritten while upgrading and getDevices() method should not be called any more.");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册