[ 
https://issues.apache.org/jira/browse/FLINK-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224400#comment-14224400
 ] 

ASF GitHub Bot commented on FLINK-1221:
---------------------------------------

GitHub user rmetzger opened a pull request:

    https://github.com/apache/incubator-flink/pull/231

    [FLINK-1221] Use only method name and location as default operator names

    

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

    $ git pull https://github.com/rmetzger/incubator-flink FLINK-1221-v2

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

    https://github.com/apache/incubator-flink/pull/231.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 #231
    
----
commit 877a658b7d3576d1a52177e2d7c2250274dfb149
Author: Robert Metzger <[email protected]>
Date:   2014-11-21T12:15:25Z

    [FLINK-1221] Use only method name and location as default operator names

----


> Use program source line of invocation  as the default function name
> -------------------------------------------------------------------
>
>                 Key: FLINK-1221
>                 URL: https://issues.apache.org/jira/browse/FLINK-1221
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API, Scala API
>    Affects Versions: 0.8-incubating
>            Reporter: Stephan Ewen
>            Assignee: Robert Metzger
>            Priority: Minor
>             Fix For: 0.8-incubating
>
>
> Right now, the default function name is {{getClass().getName()}}.
> In many cases, this is not really very revealing. Using line in the source 
> code where the function is invoked is more helpful.
> This can be easily obtained by
> {code}
> Thread.getCurrentThread().getStackTrace()[0]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to