Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/15494
You can see the failed test cases in the PR:
https://github.com/apache/spark/pull/15478
`ANALYZE TABLE` will fail due to the
[checking](https://github.com/apache/spark/blob/6ce1b675ee9fc9a6034439c3ca00441f9f172f84/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala#L111-L115
) when we try to alter the table properties.
`SHOW CREATE TABLE` also outputs the table properties that should not be
part of the output CREAT TABLE statement.
`CREATE TABLE LIKE` always excludes all the table properties of the source
table. However, we might make a change in this part. This is still waiting for
your input in another PR. See the
[discussion](https://github.com/apache/spark/pull/14531#issuecomment-252147424)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]