uros-b commented on PR #56942: URL: https://github.com/apache/spark/pull/56942#issuecomment-4886122662
Regarding test coverage at the ops level, TimeTypeParquetOpsSuite pins getVectorUpdater / getVectorUpdaterOrNull contracts and incompatible-encoding rejection. TimestampNanosParquetOpsSuite does not yet; adding analogous tests (accept INT64 TIMESTAMP(NANOS), reject TIMESTAMP(MICROS) / raw INT64 / TIME(NANOS)) would guard the factory entry point the same way ParquetVectorUpdaterSuite does for TimeType. -- 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]
