[ https://issues.apache.org/jira/browse/FLINK-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549388#comment-15549388 ]
ASF GitHub Bot commented on FLINK-4734: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2590 > Remove use of Tuple setField for fixed position > ----------------------------------------------- > > Key: FLINK-4734 > URL: https://issues.apache.org/jira/browse/FLINK-4734 > Project: Flink > Issue Type: Improvement > Components: Gelly > Affects Versions: 1.2.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > Priority: Minor > Fix For: 1.2.0 > > > Use {{tuple.f0 = value;}} rather than {{tuple.setField(value, 0);}}. Can the > latter be optimized by the JVM? -- This message was sent by Atlassian JIRA (v6.3.4#6332)