You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by srinipunuru <gi...@git.apache.org> on 2018/08/23 23:26:22 UTC

[GitHub] samza pull request #614: SAMZA 1820: Support for all the calcite timestamp f...

GitHub user srinipunuru opened a pull request:

    https://github.com/apache/samza/pull/614

    SAMZA 1820: Support for all the calcite timestamp functions

    The DataContextImpl that we are passing to Calcite supports just the current_timestamp. This change adds support for all the other timestamp functions. 
    Timestamp functions like MONTH(DATE) needs support for EXTRACT function. Adding that to the operator table.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srinipunuru/samza time.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/614.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #614
    
----
commit 0ac75b1e37cb3ea6699c4b6d5bc282f6b431366d
Author: Srinivasulu Punuru <sp...@...>
Date:   2018-08-23T23:20:56Z

    Support for all the calcite timestamp functions

----


---

[GitHub] samza pull request #614: SAMZA 1820: Support for all the calcite timestamp f...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/614


---