ulysses-you commented on pull request #28647: URL: https://github.com/apache/spark/pull/28647#issuecomment-635099609
In `HiveDDLSuite`, exists the [code](https://github.com/apache/spark/blob/d2bec5e265e0aa4fa527c3f43cfe738cdbdc4598/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala#L1546) ``` assert(targetTable.properties.filterKeys(!metastoreGeneratedProperties.contains(_)).isEmpty, "the table properties of source tables should not be copied in the created table") ``` If use this behavior, we should change the test code. ---------------------------------------------------------------- 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. 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