[
https://issues.apache.org/jira/browse/HIVE-24643?focusedWorklogId=536427&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-536427
]
ASF GitHub Bot logged work on HIVE-24643:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jan/21 11:02
Start Date: 15/Jan/21 11:02
Worklog Time Spent: 10m
Work Description: pvargacl opened a new pull request #1872:
URL: https://github.com/apache/hive/pull/1872
### What changes were proposed in this pull request?
Small refactor to void unnecessary JSON serialisation
### Why are the changes needed?
Minor performance improvement
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
current unit test
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 536427)
Remaining Estimate: 0h
Time Spent: 10m
> Access Operation state directly where possible
> ----------------------------------------------
>
> Key: HIVE-24643
> URL: https://issues.apache.org/jira/browse/HIVE-24643
> Project: Hive
> Issue Type: Improvement
> Reporter: Peter Varga
> Assignee: Peter Varga
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Operation state is accessed during query execution by calling
> operation.getStatus, that will serialise TaskStatuses into Json, which can we
> skipped if only the state is needed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)