未验证 提交 739bf205 编写于 作者: L Liu Xuxin 提交者: GitHub

[To rel/1.0] fix compaction ci (#8277)

上级 c621ca87
......@@ -18,7 +18,7 @@
-r requirements.txt
# Pytest to run tests
pytest==6.2.2
pytest==7.2.0
thrift==0.14.1
flake8==3.9.0
black==20.8b1
......
......@@ -250,12 +250,12 @@ public class TsFileResourceList implements List<TsFileResource> {
@Override
public Object[] toArray() {
throw new NotImplementedException();
return getArrayList().toArray();
}
@Override
public <T> T[] toArray(T[] a) {
throw new NotImplementedException();
return getArrayList().toArray(a);
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册