-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7570] [SQL] Ignores _temporary during partition discovery #6091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
liancheng
commented
May 12, 2015
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32524 has started for PR 6091 at commit |
|
Also cc @marmbrus |
|
Should we be ignoring anything that starts with |
|
Test build #32524 has finished for PR 6091 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
@marmbrus No, because there can be dynamic partition column names starting with |
|
For now, we can check whether there is an
then we can ignore them. But we may want to support customized partition discovery strategies later. For example, one possible strategy that some users had once asked for is not to encode partition column names in directory paths, (i.e., |
|
Test build #819 has started for PR 6091 at commit |
|
LGTM |
|
Test build #819 has finished for PR 6091 at commit
|
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/6091) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes #6091 from liancheng/spark-7570 and squashes the following commits: 8ff07e8 [Cheng Lian] Ignores _temporary during partition discovery (cherry picked from commit 010a1c2) Signed-off-by: Michael Armbrust <michael@databricks.com>
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/6091) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes apache#6091 from liancheng/spark-7570 and squashes the following commits: 8ff07e8 [Cheng Lian] Ignores _temporary during partition discovery
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/6091) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes apache#6091 from liancheng/spark-7570 and squashes the following commits: 8ff07e8 [Cheng Lian] Ignores _temporary during partition discovery
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/6091) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes apache#6091 from liancheng/spark-7570 and squashes the following commits: 8ff07e8 [Cheng Lian] Ignores _temporary during partition discovery