xylaaaaa opened a new pull request, #64854: URL: https://github.com/apache/doris/pull/64854
## Summary - route ORC leaf-value decode through `DataTypeSerde::read_column_from_orc` before falling back to reader-specific decoding - implement ORC timestamp decode in `DataTypeDateTimeV2SerDe` and `DataTypeTimeStampTzSerDe` so nanoseconds follow scale-aware rounding semantics - add focused ORC reader tests for top-level and nested timestamp nanosecond-to-microsecond decoding ## Test Plan - [ ] `BUILD_TYPE_UT=RELEASE ./run-be-ut.sh --run -j 8 --filter=OrcReaderFillDataTest.TimestampRoundsOrcNanosToMicros:OrcReaderFillDataTest.NestedTimestampRoundsOrcNanosToMicros` -- 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]
