longvu-db commented on code in PR #55462:
URL: https://github.com/apache/spark/pull/55462#discussion_r3304214816
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DSv2TempViewWithStoredPlanTests.scala:
##########
@@ -33,21 +33,19 @@ import org.apache.spark.sql.types.{IntegerType, LongType,
StringType}
*/
trait DSv2TempViewWithStoredPlanTests extends DSv2ExternalMutationTestBase {
- private val T = "testcat.ns1.ns2.tbl"
- private val CT = "cachingcat.ns1.ns2.tbl"
- private val testIdent = Identifier.of(Array("ns1", "ns2"), "tbl")
+ // Uses testTable, cachingTestTable, and testIdent from
DSv2ExternalMutationTestBase.
Review Comment:
Fixed in 6aab5cc — replaced all 25 bare `session.table(T)` /
`session.table(CT)` calls with `session.table(testTable)` /
`session.table(cachingTestTable)`. Thanks for catching this!
--
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]