dongjoon-hyun commented on code in PR #39726: URL: https://github.com/apache/spark/pull/39726#discussion_r1085984751
########## sql/core/src/test/resources/sql-tests/inputs/describe.sql: ########## @@ -97,3 +97,14 @@ DROP VIEW temp_v; DROP VIEW temp_Data_Source_View; DROP VIEW v; + +-- Show column default values +CREATE TABLE d (a STRING, b INT DEFAULT 42) USING parquet COMMENT 'table_comment'; Review Comment: Since this is a test case for DEFAULT value, please add a default value for column `a`, too. -- 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]
