提交 2feb0ce1 编写于 作者: 仲炜 提交者: Jialin Qiao

try to fix windows test

上级 0f782ad9
......@@ -102,7 +102,7 @@ public class TsFileInputFormat<T> extends FileInputFormat<T> implements ResultTy
hadoopConf);
} else {
// Local File System
in = new DefaultTsFileInput(Paths.get(currentSplit.getPath().getPath()));
in = new DefaultTsFileInput(Paths.get(currentSplit.getPath().toUri()));
}
} catch (URISyntaxException e) {
throw new FlinkRuntimeException(e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册