[
https://issues.apache.org/jira/browse/FLINK-16790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hequn Cheng closed FLINK-16790.
-------------------------------
Resolution: Resolved
> enables the interpretation of backslash escapes
> -----------------------------------------------
>
> Key: FLINK-16790
> URL: https://issues.apache.org/jira/browse/FLINK-16790
> Project: Flink
> Issue Type: Improvement
> Components: API / Python, Documentation
> Reporter: yuwenbing
> Assignee: yuwenbing
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.1, 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> generally speaking,if you execute the command 【{{echo
> "flink\npyflink\nflink" > /tmp/input】}} to prepare input data in the
> "/tmp/input" file ,because of terminal user's different version ,it can
> leads different result 。In this case ,in order to make the same wordcount
> result for everyone,so this echo command must be added -e as parameter like
> 【{{echo -e "flink\npyflink\nflink" > /tmp/input】}}
>
> {{}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)