MaxGekk opened a new pull request #32574: URL: https://github.com/apache/spark/pull/32574
### What changes were proposed in this pull request? Add tests to check the `EXCEPTION` rebase mode explicitly in the datasources: - Parquet: `DATE` type and `TIMESTAMP`: `INT96`, `TIMESTAMP_MICROS`, `TIMESTAMP_MILLIS` - Avro: `DATE` type and `TIMESTAMP`: `timestamp-millis` and `timestamp-micros`. ### Why are the changes needed? 1. To improve test coverage 2. The `EXCEPTION` rebase mode should be checked independently from the default settings. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? By running the affected test suites: ``` $ build/sbt "test:testOnly *AvroV2Suite" $ build/sbt "test:testOnly *ParquetRebaseDatetimeV1Suite" ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
