Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12369][SQL]DataFrameReader fails on globbing parquet paths - #10379
[SPARK-12369][SQL]DataFrameReader fails on globbing parquet paths#10379yanakad wants to merge 2 commits into
Conversation
yanakad
commented
Dec 18, 2015
@liancheng I think you added this code originally |
SparkQA
commented
Dec 18, 2015
Test build #2233 has finished for PR 10379 at commit
|
liancheng
commented
Dec 19, 2015
@yanakad Thanks for your contribution! However, I'd argue that building a partial DataFrame can be error-prone and dangerous since nonexistent paths are silently ignored without any error/warning. For example, there might be trivial spelling errors in one of the paths, but the user may still think that all the data are loaded correctly without any problem. |
liancheng
commented
Dec 19, 2015
Also, the PR title is ambiguous. "DataFrameReader fails on globbing parquet paths that contain nonexistent path(s)" might be more accurate. |
yanakad
commented
Dec 19, 2015
@liancheng Would logging the fail paths at WARN or ERROR level be an acceptable compromise? I am not sure if you're advising that the fix is not good enough or if you're disagreeing that there is an issue. |
liancheng
commented
Dec 20, 2015
@yanakad Thanks for your explanation, now I understand your use case. I agree that this is somewhat inconvenient under this use case. But I still tend to say this shouldn't be an issue, because:
|
No description provided.