Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/20481
  
    > I cannot iterate tasks using two indices.
    
    You can actually; indices can have a parent index, and there's actually a 
bunch of examples in `TaskDataWrapper`.
    
    Use them like this.
    ```
    view.index("your index").parent(stageKey).blah blah blah
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to