Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11530#discussion_r55119439
  
    --- Diff: 
examples/src/main/java/org/apache/spark/examples/mllib/JavaGaussianMixtureExample.java
 ---
    @@ -44,8 +44,9 @@ public static void main(String[] args) {
             public Vector call(String s) {
               String[] sarray = s.trim().split(" ");
               double[] values = new double[sarray.length];
    -          for (int i = 0; i < sarray.length; i++)
    +          for (int i = 0; i < sarray.length; i++) {
    --- End diff --
    
    Oh, I fix this since it's the error from one 'Checkstyle' (lint-java).
    Up to now, this PR does not include `stop()` context discussed in emails. 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to