achennagiri commented on code in PR #3459: URL: https://github.com/apache/hive/pull/3459#discussion_r925850083
########## 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: Do you need to add it to both metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-2.hive.sql and metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-1.hive.sql or just the latest metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-2.hive.sql? -- 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]
