Github user yhuai commented on the issue:
https://github.com/apache/spark/pull/13447
Seems the behavior of the following query is weird (if it works). (the case
without IF NOT EXISTS)
```
INSERT OVERWRITE TABLE table_with_partition
partition (p1='a',p2)
SELECT 'blarr3'
```
For this case, the number of column (1) of the query is less than the
required number of columns (2). There should be an exception, right?
---
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]