panbingkun commented on code in PR #41783:
URL: https://github.com/apache/spark/pull/41783#discussion_r1246140820
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/AlterTableTests.scala:
##########
@@ -42,7 +42,7 @@ trait AlterTableTests extends SharedSparkSession with
QueryErrorsBase {
if (catalogAndNamespace.isEmpty) {
s"default.$tableName"
} else {
- s"${catalogAndNamespace}table_name"
Review Comment:
Hard code is clearly not the intention of the original author.
--
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]