shreenidhiSaigaonkar commented on code in PR #3459: URL: https://github.com/apache/hive/pull/3459#discussion_r926531849
########## metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-2.hive.sql: ########## @@ -1980,7 +1980,8 @@ SELECT FROM_UNIXTIME(END_TIME) as END_TIME, END_TIME-START_TIME as ELAPSED, ERROR_MESSAGE, - FROM_UNIXTIME(LAST_UPDATE_TIME) AS LAST_UPDATE_TIME + FROM_UNIXTIME(LAST_UPDATE_TIME) AS LAST_UPDATE_TIME, + START_TIME as START_TIME_SINCE_EPOCH Review Comment: I think Just adding to latest would work but i thought it would be more consistent to add in both. I would change it to latest one. -- 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]
