Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/22411
  
    This time it's not a regression right? I'd like to not change the 
interface, but explicitly catch the plan we are interested in `fromSparkPlan`, 
e.g.
    ```
    case DataWritingCommandExec(i: InsertIntoHadoopFsRelation, _) =>
      Map("path" -> i.outputPath)
    ```


---

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

Reply via email to