提交 589fd4d8 编写于 作者: H HuangXingBo 提交者: Jincheng Sun

[hotfix][python] Change "flink-python-" to "flink-python" for the change of...

[hotfix][python] Change "flink-python-" to "flink-python" for the change  of artifact of flink-python module (#9270)
上级 dfe3eb0b
......@@ -485,7 +485,7 @@ public class PackagedProgram {
@Override
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException {
FileVisitResult result = super.visitFile(file, attrs);
if (file.getFileName().toString().startsWith("flink-python-")) {
if (file.getFileName().toString().startsWith("flink-python")) {
pythonJarPath.add(file);
}
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册