[ https://issues.apache.org/jira/browse/FLINK-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156221#comment-15156221 ]
ASF GitHub Bot commented on FLINK-3416: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1674#discussion_r53573047 --- Diff: flink-dist/src/main/flink-bin/bin/pyflink2.bat --- @@ -22,4 +22,4 @@ setlocal EnableDelayedExpansion SET bin=%~dp0 SET FLINK_ROOT_DIR=%bin%.. -%FLINK_ROOT_DIR%\bin\flink run -v %FLINK_ROOT_DIR%\lib\flink-python*.jar 2 %* \ No newline at end of file +"%FLINK_ROOT_DIR%\bin\flink" run -v "%FLINK_ROOT_DIR%"\lib\flink-python*.jar 2 %* --- End diff -- no, the jar name will never contain spaces > [py] .bat files fail when path contains spaces > ---------------------------------------------- > > Key: FLINK-3416 > URL: https://issues.apache.org/jira/browse/FLINK-3416 > Project: Flink > Issue Type: Bug > Components: Python API > Affects Versions: 1.0.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Minor > Fix For: 1.0.0 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)