Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/16296
> CREATE TEMPORARY TABLE is not supported for all the types of hive serde
tables. However, in CREATE TEMPORARY TABLE is allowed for creating data souce
tables if AS query is not specified.
`CREATE TEMPORARY TABLE` is also not allowed for data source tables, we
will convert it to temp view and give an error message. Can we remove it in
spark 2.2? cc @yhuai @liancheng
> Hive does not allow to use a CTAS statement to create a partitioned
table, but we allow it in the Create Data Source table syntax.
We can add an extra check to make sure we don't use CTAS to create
partitioned table.
---
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]