Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/15951#discussion_r88991938
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/streaming/test/DataStreamReaderWriterSuite.scala
---
@@ -532,4 +532,50 @@ class DataStreamReaderWriterSuite extends StreamTest
with BeforeAndAfter {
assert(e.getMessage.contains("does not support recovering"))
assert(e.getMessage.contains("checkpoint location"))
}
+
+ test("SPARK-18510: Data corruption from user specified partition column
schemas") {
--- End diff --
I would say rename the test to something that explains what this test
actually tests. For example, "use user-specified schema for partitioning
columns in file sources"
---
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]