Greg Hogan created FLINK-4734: --------------------------------- Summary: 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)