Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8026#discussion_r42447350
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetPartitionDiscoverySuite.scala
---
@@ -101,11 +118,13 @@ class ParquetPartitionDiscoverySuite extends
QueryTest with ParquetTest with Sha
checkThrows[AssertionError]("file://path/=10", "Empty partition column
name")
checkThrows[AssertionError]("file://path/a=", "Empty partition column
value")
+ checkThrows[AssertionError]("file://path/a=b=c", "Not a partition
format in")
--- End diff --
Is this fixing a separate issue than the refresh issue? If so, can we do it
separately?
---
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]