[
https://issues.apache.org/jira/browse/FLINK-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16059657#comment-16059657
]
ASF GitHub Bot commented on FLINK-6987:
---------------------------------------
Github user zhangminglei commented on the issue:
https://github.com/apache/flink/pull/4168
I dont think it has an underlying issue as below line of code throw an
error, and it is not relavant to the ```TextInputFormat``` class . ```tmpDir```
has spaces and then trigger that problem. If my understanding is wrong, please
help me out.
```File tempFile = File.createTempFile("TextInputFormatTest", ".tmp",
tmpDir);```
> TextInputFormatTest fails when run in path containing spaces
> ------------------------------------------------------------
>
> Key: FLINK-6987
> URL: https://issues.apache.org/jira/browse/FLINK-6987
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.3.1
> Reporter: Timo Walther
> Assignee: mingleizhang
>
> The test {{TextInputFormatTest.testNestedFileRead}} fails if the path
> contains spaces.
> Reason: "Test erroneous"
> I was building Flink on MacOS 10.12.5 and the folder was called "flink-1.3.1
> 2".
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)