stevomitric opened a new pull request, #57964: URL: https://github.com/apache/spark/pull/57964
### What changes were proposed in this pull request? Add an end-to-end test to `TimestampNanosFunctionsSuiteBase` (run in both ANSI modes) asserting that collect_list preserves the input precision and family (NTZ/LTZ) and the sub-microsecond remainder, drops NULLs, and agrees between the SQL and Scala Column API paths. Also add a deterministic golden SQL case (`sort_array(collect_list(...))`) to `timestamp-ntz-nanos.sql` / `timestamp-ltz-nanos.sql`. ### Why are the changes needed? Extend test coverage for timestamp nanosecond precision datatype. ### Does this PR introduce _any_ user-facing change? No, test only change ### How was this patch tested? Test-only change. ### Was this patch authored or co-authored using generative AI tooling? Co-Authored-by: Claude Code 4.8 -- 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]
