IMPALA-5585: Fix expr-test to call last_day() tests

The tests for last_day() were not being called.

Change-Id: Idf989c8f490385daff1fa892a3f6cfe5724e164f
Reviewed-on: http://gerrit.cloudera.org:8080/7403
Reviewed-by: Thomas Tauber-Marshall <[email protected]>
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/1d8274a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1d8274a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1d8274a8

Branch: refs/heads/master
Commit: 1d8274a89230cf0a7e3d59268431fa3fa582bfd4
Parents: 67bc7a7
Author: Matthew Jacobs <[email protected]>
Authored: Tue Jul 11 17:58:03 2017 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Wed Jul 12 05:18:53 2017 +0000

----------------------------------------------------------------------
 be/src/exprs/expr-test.cc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1d8274a8/be/src/exprs/expr-test.cc
----------------------------------------------------------------------
diff --git a/be/src/exprs/expr-test.cc b/be/src/exprs/expr-test.cc
index a1fd9a1..45815dd 100644
--- a/be/src/exprs/expr-test.cc
+++ b/be/src/exprs/expr-test.cc
@@ -5788,6 +5788,9 @@ TEST_F(ExprTest, TimestampFunctions) {
 
   // next_day udf test for IMPALA-2459
   TestNextDayFunction();
+
+  // last_day udf test for IMPALA-5316
+  TestLastDayFunction();
 }
 
 TEST_F(ExprTest, ConditionalFunctions) {

Reply via email to