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



##########
File path: docs/sql-migration-guide.md
##########
@@ -49,7 +49,7 @@ license: |
   
   - In Spark 3.2, the output schema of `SHOW TABLES` becomes `namespace: 
string, tableName: string, isTemporary: boolean`. In Spark 3.1 or earlier, the 
`namespace` field was named `database` for the builtin catalog, and there is no 
`isTemporary` field for v2 catalogs. To restore the old schema with the builtin 
catalog, you can set `spark.sql.legacy.keepCommandOutputSchema` to `true`.
   
-  - In Spark 3.2, the output schema of `SHOW TABLE EXTENDED` becomes 
`namespace: string, tableName: string, isTemporary: boolean, information: 
string`. In Spark 3.1 or earlier, the `namespace` field was named `database` 
for the builtin catalog, and no change for the v2 catalogs. To restore the old 
schema with the builtin catalog, you can set 
`spark.sql.legacy.keepCommandOutputSchema` to `true`.
+  - In Spark 3.2, the output schema of `SHOW TABLE EXTENDED` becomes 
`namespace: string, tableName: string, isTemporary: boolean, information: 
map[string, string]`. In Spark 3.1 or earlier, the `namespace` field was named 
`database` for the builtin catalog, and no change for the v2 catalogs. To 
restore the old schema with the builtin catalog, you can set 
`spark.sql.legacy.keepCommandOutputSchema` to `true`.

Review comment:
       Do we need to make `spark.sql.legacy.keepCommandOutputSchema` also apply 
to information column?




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to