Github user maropu commented on the issue:
https://github.com/apache/spark/pull/21568
In the same result case, I'm worried that we cannot easily understand which
SQL configs cause failures?
IMHO `withSQLConf` has the same issue, too;
```
Seq(true, false).foreach { flag =>
withSQLConf("spark.sql.anyFlag" -> flag.toString) {
...
}
}
```
In this test case (common patterns?), we cannot understand which case (true
or false) causes the failure at first glance. For example, can we use
`withClue` to solve this?
https://github.com/apache/spark/compare/master...maropu:AddConfigInfoInException
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]