You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "yuwenbing (Jira)" <ji...@apache.org> on 2020/03/26 05:48:00 UTC

[jira] [Created] (FLINK-16790) enables the interpretation of backslash escapes

yuwenbing created FLINK-16790:
---------------------------------

             Summary: 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
             Fix For: 1.10.1, 1.11.0


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)