cloud-fan commented on code in PR #53596:
URL: https://github.com/apache/spark/pull/53596#discussion_r2645844933
##########
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("CTAS/RTAS should trigger two query executions") {
Review Comment:
This test can pass before this PR, I'm adding it just to make sure this
refactor doesn't break it and still reports two 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]