-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-8074] Parquet should throw AnalysisException during setup for data type/name related failures. #6608
Conversation
…data type/name related failures.
We may also want to replace the .getOrElse {
throw new AnalysisException(
s"Failed to discover schema of Parquet file(s) in the following location(s):\n" +
paths.mkString("\n\t"))
} Otherwise LGTM. |
Test build #34079 timed out for PR 6608 at commit |
Jenkins, retest this please. |
I think we should also replace all |
Probably not all, but those related to analysis errors. |
Let's do that later. We should audit all exceptions and decide what to do. |
Test build #34093 has finished for PR 6608 at commit
|
Test build #34094 has finished for PR 6608 at commit
|
…data type/name related failures. Author: Reynold Xin <[email protected]> Closes #6608 from rxin/parquet-analysis and squashes the following commits: b5dc8e2 [Reynold Xin] Code review feedback. 5617cf6 [Reynold Xin] [SPARK-8074] Parquet should throw AnalysisException during setup for data type/name related failures. (cherry picked from commit 939e4f3) Signed-off-by: Reynold Xin <[email protected]>
…data type/name related failures. Author: Reynold Xin <[email protected]> Closes apache#6608 from rxin/parquet-analysis and squashes the following commits: b5dc8e2 [Reynold Xin] Code review feedback. 5617cf6 [Reynold Xin] [SPARK-8074] Parquet should throw AnalysisException during setup for data type/name related failures.
…data type/name related failures. Author: Reynold Xin <[email protected]> Closes apache#6608 from rxin/parquet-analysis and squashes the following commits: b5dc8e2 [Reynold Xin] Code review feedback. 5617cf6 [Reynold Xin] [SPARK-8074] Parquet should throw AnalysisException during setup for data type/name related failures.
No description provided.