HyukjinKwon commented on a change in pull request #35788:
URL: https://github.com/apache/spark/pull/35788#discussion_r823285084



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowTablesSuite.scala
##########
@@ -136,6 +136,24 @@ trait ShowTablesSuiteBase extends 
command.ShowTablesSuiteBase with command.Tests
     assert(msg.matches("(Database|Namespace) 'unknown' not found"))
   }
 
+  test("[SPARK-2222] keep the legacy output schema") {

Review comment:
       ```suggestion
     test("SPARK-38482: keep the legacy output schema") {
   ```




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