Github user saucam commented on the pull request:
https://github.com/apache/spark/pull/4469#issuecomment-89613886
Hi @marmbrus , this is a pretty common scenario in production, where the
data is generated in some directory and then later partitions are added to
tables using alter table <tablename> add partition (<col>=value) location
<directory where data is generated (where path does not contain partition
key=value)>
In the old parquet path in v1.2.1, this is not possible.
This is doable in the new parquet path in spark 1.3 though.
---
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]