Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/5039#discussion_r26552512
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetIOSuite.scala ---
@@ -329,6 +329,16 @@ class ParquetIOSuiteBase extends QueryTest with
ParquetTest {
checkAnswer(parquetFile(file), (data ++ newData).map(Row.fromTuple))
}
}
+
+ test("read non-existent parquet file") {
--- End diff --
"SPARK-6330 regression test" can be a better name, so that people can track
to the reason why we want to have a test like this.
---
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]