[ 
https://issues.apache.org/jira/browse/HIVE-26415?focusedWorklogId=798259&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798259
 ]

ASF GitHub Bot logged work on HIVE-26415:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Aug/22 04:03
            Start Date: 05/Aug/22 04:03
    Worklog Time Spent: 10m 
      Work Description: shreenidhiSaigaonkar commented on code in PR #3467:
URL: https://github.com/apache/hive/pull/3467#discussion_r938422649


##########
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
 FROM

Review Comment:
   @pudidic please check now





Issue Time Tracking
-------------------

            Worklog Id:     (was: 798259)
    Remaining Estimate: 167h 10m  (was: 167h 20m)
            Time Spent: 50m  (was: 40m)

> Add epoch time in the information_schema.scheduled_executions view
> ------------------------------------------------------------------
>
>                 Key: HIVE-26415
>                 URL: https://issues.apache.org/jira/browse/HIVE-26415
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 4.0.0
>            Reporter: Imran
>            Assignee: Shreenidhi
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 168h
>          Time Spent: 50m
>  Remaining Estimate: 167h 10m
>
> information_schema.scheduled_executions shows time as the System time. 
> replication_metrics shows time in epoch time.
> Only way to corelate the two is using the scheduled_execution id. Looking at 
> the time at the 2 tables causes some confusion. So we can add a new column in 
> the information_schema.scheduled_executions view displaying the epoch time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to