cloud-fan commented on code in PR #53596:
URL: https://github.com/apache/spark/pull/53596#discussion_r2646455178
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2DataFrameSuite.scala:
##########
@@ -2053,4 +2053,39 @@ class DataSourceV2DataFrameSuite
case _ => fail(s"can't pin $ident in $catalogName")
}
}
+
+ test("SPARK-50844: CTAS/RTAS should trigger two query executions") {
Review Comment:
```suggestion
test("CTAS/RTAS should trigger two query executions") {
```
--
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]