cloud-fan commented on code in PR #38942:
URL: https://github.com/apache/spark/pull/38942#discussion_r1041868772
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/V1WriteFallbackSuite.scala:
##########
@@ -132,17 +132,21 @@ class V1WriteFallbackSuite extends QueryTest with
SharedSparkSession with Before
assert(e3.getMessage.contains("schema"))
}
- test("fallback writes should only analyze plan once") {
+ test("fallback writes should only analyze/optimize plan once") {
Review Comment:
```suggestion
test("SPARK-41437: fallback writes should only analyze/optimize plan
once") {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]