cloud-fan commented on code in PR #49466: URL: https://github.com/apache/spark/pull/49466#discussion_r1915421863
########## sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/DescribeTableSuite.scala: ########## @@ -294,11 +221,6 @@ class DescribeTableSuite extends DescribeTableSuiteBase with CommandSuiteBase { | department STRING, | hire_date DATE |) USING parquet - |OPTIONS ('compression' = 'snappy', 'max_records' = '1000') - |PARTITIONED BY (department, hire_date) - |CLUSTERED BY (employee_id) SORTED BY (employee_name ASC) INTO 4 BUCKETS - |COMMENT 'Employee data table for testing partitions and buckets' - |TBLPROPERTIES ('version' = '1.0') Review Comment: Actually, this is already tested in DescribeTableParserSuite. We don't need to create a table to test a parsing error. We should remove this test. -- 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: reviews-unsubscr...@spark.apache.org 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