MaxGekk commented on PR #56557: URL: https://github.com/apache/spark/pull/56557#issuecomment-4731720635
@uros-b Added nested/complex-type coverage in c15a492d3ea for ORC nanos timestamps on the native path (`struct`, `array`, `map`) across precisions 7/8/9 and vectorized/non-vectorized readers.\n\nI also deduplicated the helper by moving `nanosTimestampDf` into `OrcTest` and reusing it from both suites.\n\nI tried adding equivalent Hive serde nested coverage, but that currently fails with `ClassCastException` (`Long` vs `TimestampNanosVal`) in nested nanos deserialization, so I kept Hive coverage focused on the supported flat-path test already in this PR. -- 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]
