You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/03 16:48:00 UTC

[jira] [Updated] (HIVE-26290) Remove useless calls to DateTimeFormatter#withZone without assignment

     [ https://issues.apache.org/jira/browse/HIVE-26290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HIVE-26290:
----------------------------------
    Labels: pull-request-available  (was: )

> 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: 10m
>  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)