Github user maropu commented on the issue:
https://github.com/apache/spark/pull/18375
@gatorsmile Manually checked:
```
scala> Seq((1, 2, 3)).toDF("a", "b", "c").write.save(s"$path/a=0")
scala> spark.read.load(path).show
17/06/23 21:04:44 WARN SchemaUtils: Found duplicate column(s) in the data
schema and the partition schema: `a`. You might need to assign different column
names.
+---+---+---+
| a| b| c|
+---+---+---+
| 0| 2| 3|
+---+---+---+
```
---
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]