cloud-fan commented on code in PR #37415:
URL: https://github.com/apache/spark/pull/37415#discussion_r941443825
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala:
##########
@@ -336,7 +336,7 @@ class MetastoreDataSourcesSuite extends QueryTest with
SQLTestUtils with TestHiv
}.getMessage
assert(
- message.contains(s"Table $SESSION_CATALOG_NAME.default.ctasJsonTable
already exists."),
+ message.contains(s"Table $SESSION_CATALOG_NAME.default.ctasjsontable
already exists."),
Review Comment:
It's better to use the actual table name, which is always lower-cased
because of Hive Metastore.
--
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]