MaxGekk commented on a change in pull request #34973:
URL: https://github.com/apache/spark/pull/34973#discussion_r775479636



##########
File path: 
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala
##########
@@ -1933,7 +1934,8 @@ abstract class AvroSuite
       // By default we should fail to read ancient datetime values when 
parquet files don't
       // contain Spark version.
       "2_4_5" -> failInRead _,
-      "2_4_6" -> successInRead _
+      "2_4_6" -> successInRead _,
+      "3_2_2" -> successInRead _

Review comment:
       I have checked out `branch-3.2` and ran:
   ```
   $ ./build/mvn -Phive -Phive-thriftserver -Dskip -DskipTests package
   ```
   and got `core/target/extra-resources/spark-version-info.properties`:
   ```
   $ cat ./core/target/extra-resources/spark-version-info.properties
   version=3.2.2-SNAPSHOT
   user=maximgekk
   revision=d1cd110c20817eb1ccd716e099be5712df1f670c
   branch=branch-3.2
   date=2021-12-23T19:12:40Z
   url=https://github.com/apache/spark.git
   ```
   should be **3.2.1-SNAPSHOT** Not? cc @gengliangwang @cloud-fan ?




-- 
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]

Reply via email to