You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/10/23 17:54:00 UTC

[jira] [Created] (CALCITE-5342) Refactor SqlFunctions lastDay, addMonths, subtractMonths to use DateTimeUtils from Avatica

Stamatis Zampetakis created CALCITE-5342:
--------------------------------------------

             Summary: Refactor SqlFunctions lastDay, addMonths, subtractMonths to use DateTimeUtils from Avatica
                 Key: CALCITE-5342
                 URL: https://issues.apache.org/jira/browse/CALCITE-5342
             Project: Calcite
          Issue Type: Improvement
            Reporter: Stamatis Zampetakis
            Assignee: Stamatis Zampetakis


Refactor the following SqlFunctions:
* lastDay;
* addMonths;
* subtractMonths 
to use the respective methods from {{DateTimeUtils}} in Avatica and remove duplicate code between the repos.

It is necessary to wait for Avatica 1.23.0 (CALCITE-5341) for doing this.



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