superdupershant commented on a change in pull request #35681:
URL: https://github.com/apache/spark/pull/35681#discussion_r820240810
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
##########
@@ -120,13 +120,13 @@ class DataSourceV2SQLSuite
}
test("DescribeTable extended using v2 catalog") {
- spark.sql("CREATE TABLE testcat.table_name (id bigint, data string)" +
+ spark.sql("CREATE TABLE testcat.default.table_name (id bigint, data
string)" +
" USING foo" +
" PARTITIONED BY (id)" +
" TBLPROPERTIES ('bar'='baz')" +
" COMMENT 'this is a test table'" +
" LOCATION 'file:/tmp/testcat/table_name'")
- val descriptionDf = spark.sql("DESCRIBE TABLE EXTENDED testcat.table_name")
+ val descriptionDf = spark.sql("DESCRIBE TABLE EXTENDED
testcat.default.table_name")
Review comment:
makes sense
--
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]