You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2018/11/07 00:32:38 UTC

[beam] 01/01: Merge pull request #6968 from amaliujia/rui_wang-date_add_sub

This is an automated email from the ASF dual-hosted git repository.

anton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3bde7db6ba7c6b9e75239fc43514e17183e923c6
Merge: 41bf693 96f9115
Author: Anton Kedin <33...@users.noreply.github.com>
AuthorDate: Tue Nov 6 19:32:20 2018 -0500

    Merge pull request #6968 from amaliujia/rui_wang-date_add_sub
    
    [BEAM-6001] Fix DATE - INTERVAL and test DATE +/- INTERVAL.

 .../sql/impl/interpreter/BeamSqlFnExecutor.java    |  4 +-
 .../BeamSqlDatetimeMinusIntervalExpression.java    |  2 +-
 .../sql/BeamSqlDslSqlStdOperatorsTest.java         | 58 ++++++++++++----------
 ...BeamSqlDatetimeMinusIntervalExpressionTest.java |  1 +
 ...BeamSqlBuiltinFunctionsIntegrationTestBase.java | 16 +++---
 5 files changed, 46 insertions(+), 35 deletions(-)