viirya commented on a change in pull request #33339:
URL: https://github.com/apache/spark/pull/33339#discussion_r697918038



##########
File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
##########
@@ -1426,8 +1419,6 @@ abstract class SQLQuerySuiteBase extends QueryTest with 
SQLTestUtils with TestHi
       // data source type is case insensitive
       checkAnswer(sql(s"select id from jsoN.`${f.getCanonicalPath}`"),
         df)
-      checkAnswer(sql(s"select id from 
`org.apache.spark.sql.json`.`${f.getCanonicalPath}`"),
-        df)
       checkAnswer(sql(s"select a.id from json.`${f.getCanonicalPath}` as a"),

Review comment:
       Is this change related to the catalog name validation?




-- 
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]

Reply via email to