You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/07/20 17:00:27 UTC

[GitHub] [hive] achennagiri commented on a diff in pull request #3459: Hive-26415 : Add epoch time in the information_schema.scheduled_executions view

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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org