MaxGekk commented on a change in pull request #34973:
URL: https://github.com/apache/spark/pull/34973#discussion_r775474340
##########
File path:
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala
##########
@@ -1786,8 +1787,8 @@ abstract class AvroSuite
}
// It generates input files for the test below:
- // "SPARK-31183: compatibility with Spark 2.4 in reading dates/timestamps"
- ignore("SPARK-31855: generate test files for checking compatibility with
Spark 2.4") {
+ // "SPARK-31183, SPARK-37705: compatibility with Spark 2.4/3.2 in reading
dates/timestamps"
+ ignore("SPARK-31855: generate test files for checking compatibility with
Spark 2.4/3.2") {
Review comment:
Just replace `ignore` -> `test`, and run it. For example, I checkout
`branch-3.2` and ran the test to generate the golden files. After that, I
copied new files to PR's branch.
--
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]