wangyum commented on a change in pull request #32563:
URL: https://github.com/apache/spark/pull/32563#discussion_r644077607



##########
File path: sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
##########
@@ -925,10 +925,7 @@ Created By [not included in comparison]
 Type: MANAGED
 Provider: PARQUET
 Location [not included in comparison]/{warehouse_dir}/explain_temp1
-Schema: root
--- key: integer (nullable = true)
--- val: integer (nullable = true)
-), false
+Schema: struct<key:int,val:int>), false

Review comment:
       It seems other databases do not include `Schema` when `SHOW EXTENDED 
TABLES`:
   
![image](https://user-images.githubusercontent.com/5399861/120504345-a30f6b80-c3f6-11eb-9bd9-418c9846a4b1.png)
   
![image](https://user-images.githubusercontent.com/5399861/120508017-ecad8580-c3f9-11eb-87de-afe01c8bd193.png)
   




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

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