Peng-Lei commented on a change in pull request #34753:
URL: https://github.com/apache/spark/pull/34753#discussion_r759987137
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/ShowCreateTableSuite.scala
##########
@@ -200,6 +200,32 @@ abstract class ShowCreateTableSuite extends QueryTest with
SQLTestUtils {
}
}
+ test("SPARK-37494: Unify v1 and v2 option output") {
+ withTable("ddl_test") {
+ sql(
+ s"""CREATE TABLE ddl_test (
+ | a STRING
+ |)
+ |USING json
+ |TBLPROPERTIES (
+ | 'a' = '1',
+ | 'b' = '2')
+ |OPTIONS (
+ | 'k1' = 'v1',
+ | k2 = 'v2',
+ | `k3` 'v3',
+ | k4 'v4',
Review comment:
sorry.
--
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]