Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5317: add DATE_TRUNC() function ......................................................................
IMPALA-5317: add DATE_TRUNC() function Added a UDF builtin function date_trunc. Reuse many of the Trunc functions implemented already for trunc() including truncate unit and except strToTruncUnit Added checks to ensure that truncation results that fall outside of posix timestamp range are returned as NULL. Added ctest for the date_trunc function. Change-Id: I953ba006cbb166dcc78e8c0c12dfbf70f093b584 Reviewed-on: http://gerrit.cloudera.org:8080/7313 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exprs/expr-test.cc M be/src/exprs/udf-builtins-ir.cc M be/src/exprs/udf-builtins.cc M be/src/exprs/udf-builtins.h M common/function-registry/impala_functions.py 5 files changed, 383 insertions(+), 47 deletions(-) Approvals: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7313 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I953ba006cbb166dcc78e8c0c12dfbf70f093b584 Gerrit-PatchSet: 5 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: sandeep akinapelli <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: sandeep akinapelli <[email protected]>
