ayushtkn commented on PR #6242: URL: https://github.com/apache/hive/pull/6242#issuecomment-3695932971
> If i take your https://github.com/apache/hive/pull/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 should be as per my understanding: # 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 ..... @Aggarwal-Raghav I have added the tests for CREATE/DESCRIBE table for the tables as well in the recent commit -- 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]
