You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by mxm <gi...@git.apache.org> on 2016/09/02 16:03:27 UTC

[GitHub] flink pull request #2466: [FLINK-4570] remove conflicting Unicode character

GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/2466

    [FLINK-4570] remove conflicting Unicode character

    This caused Scalastyle to fail, presumably depending on the locale
    used. After a bit of debugging on the Scalastyle plugin I found out that
    the number in the error is the byte position.
    
    "Expected identifier, but got Token(COMMA,,,1772,,)"
    
    head -c 1772 flink-mesos/src/test/scala/org/apache/flink/mesos/Utils.scala
    
    pointed to the Unicode character '\u21d2' which causes Scalastyle to fail in
    certain environments.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink scalastyle

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2466.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2466
    
----
commit 6b6175531a3e4dcb3cef9f518d6e8c5a580bc20a
Author: Maximilian Michels <mx...@apache.org>
Date:   2016-09-02T15:52:51Z

    [FLINK-4570] remove conflicting Unicode character
    
    This caused Scalastyle to fail, presumably depending on the locale
    used. After a bit of debugging on the Scalastyle plugin I found out that
    the number in the error is the byte position.
    
    "Expected identifier, but got Token(COMMA,,,1772,,)"
    
    head -c 1772 flink-mesos/src/test/scala/org/apache/flink/mesos/Utils.scala
    
    pointed to the Unicode character '\u21d2' which causes Scalastyle to fail in
    certain environments.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #2466: [FLINK-4570] remove conflicting Unicode character

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/2466


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---