asl3 commented on code in PR #53470:
URL: https://github.com/apache/spark/pull/53470#discussion_r2618074360


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/DescribeTableSuite.scala:
##########
@@ -279,4 +279,33 @@ class DescribeTableSuite extends 
command.DescribeTableSuiteBase
         Seq(Row("key", "int", "13579")))
     }
   }
+
+  test("DESCRIBE AS JSON for V2 table") {

Review Comment:
   Could you add tests which include the `statistics` and `constraints` output?



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