Aggarwal-Raghav commented on PR #6242: URL: https://github.com/apache/hive/pull/6242#issuecomment-3685992627
If i take your #6243 and added TIMESTAMP_NANO in switch and added `desc formatted t` in timestamp_ns.q then the output is ``` # col_name data_type comment ts_us timestamp ts_ns timestamp_ns ts_tz_us timestamp with local time zone ts_tz_ns timestamptz_ns ..... ``` But correct/expected Output: ``` # col_name data_type comment ts_us timestamp ts_ns nanosecond timestamp ts_tz_us timestamp with local time zone ts_tz_ns nnanosecond timestamp with local time zone ..... -- 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]
