Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/652#discussion_r29828989
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/client/SerializedJobExecutionResult.java
 ---
    @@ -63,6 +64,17 @@ public long getNetRuntime() {
                return netRuntime;
        }
     
    +    /**
    +     * Gets the net execution time of the job, i.e., the execution time in 
the parallel system,
    +     * without the pre-flight steps like the optimizer in a desired unit.
    +     *
    +     * @param desiredUnit the unit of the <tt>NetRuntime</tt>
    +     * @return The net execution time in the desired unit.
    +     */
    --- End diff --
    
    The indentation of the comments above is done using spaces. We use tabs in 
Flink Java


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to