dongjoon-hyun commented on a change in pull request #32563:
URL: https://github.com/apache/spark/pull/32563#discussion_r633750194



##########
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:
       Yes, it would be perfect. Thanks!

##########
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:
       Yes, that would be perfect. Thanks!




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