cloud-fan commented on code in PR #49466: URL: https://github.com/apache/spark/pull/49466#discussion_r1912788996
########## sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/DescribeTableSuite.scala: ########## @@ -793,8 +721,6 @@ case class DescribeTableJson( table_properties: Option[Map[String, String]] = None, location: Option[String] = None, serde_library: Option[String] = None, - inputformat: Option[String] = None, - outputformat: Option[String] = None, Review Comment: Remove the fields that we are not interested in testing. -- 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