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: [email protected]
For additional commands, e-mail: [email protected]