dongjoon-hyun commented on a change in pull request #35700:
URL: https://github.com/apache/spark/pull/35700#discussion_r817047075
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFieldIdIOSuite.scala
##########
@@ -107,6 +107,35 @@ class ParquetFieldIdIOSuite extends QueryTest with
ParquetTest with SharedSparkS
}
}
+ test("absence of field ids: reading nested schema") {
Review comment:
Although it's not a mandatory in this case, if you don't mind, please
add `SPARK-38094: `.
```scala
- test("absence of field ids: reading nested schema") {
+ test("SPARK-38094: absence of field ids: reading nested schema") {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]