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 <spunuru@...> Date: 2018-08-23T23:20:56Z Support for all the calcite timestamp functions ---- ---