[
https://issues.apache.org/jira/browse/HIVE-26290?focusedWorklogId=779848&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779848
]
ASF GitHub Bot logged work on HIVE-26290:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/22 10:09
Start Date: 09/Jun/22 10:09
Worklog Time Spent: 10m
Work Description: zabetak closed pull request #3342: HIVE-26290: Remove
useless calls to DateTimeFormatter#withZone withou…
URL: https://github.com/apache/hive/pull/3342
Issue Time Tracking
-------------------
Worklog Id: (was: 779848)
Time Spent: 1h (was: 50m)
> Remove useless calls to DateTimeFormatter#withZone without assignment
> ---------------------------------------------------------------------
>
> Key: HIVE-26290
> URL: https://issues.apache.org/jira/browse/HIVE-26290
> Project: Hive
> Issue Type: Task
> Components: HiveServer2
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> There are some places in the code calling \{{DateTimeFormatter#withZone}}
> without assigning the result anywhere. This basically makes the call useless
> since the method does not modify the formatter instance but always creates a
> new one.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)