cloud-fan commented on code in PR #47723:
URL: https://github.com/apache/spark/pull/47723#discussion_r1717750688
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala:
##########
@@ -1902,13 +1903,14 @@ abstract class SessionCatalogSuite extends AnalysisTest
with Eventually {
test("SPARK-34197: refreshTable should not invalidate the relation cache for
temporary views") {
withBasicCatalog { catalog =>
createTempView(catalog, "tbl1", Range(1, 10, 1, 10), false)
- val qualifiedName1 = QualifiedTableName("default", "tbl1")
+ val qualifiedName1 = FullQualifiedTableName("spark_catalog", "default",
"tbl1")
Review Comment:
can you check all the places to avoid hardcoding?
--
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]