Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-1772: Add additional date/time functions. ......................................................................
IMPALA-1772: Add additional date/time functions. Implemented the 'millisecond' built-in function, which takes a timestamp and returns an integer representing its millisecond portion. Other functions pending. Change-Id: I3bafc6aaf80d1d8d2a634d120d9dbdb954d3f0c4 Reviewed-on: http://gerrit.cloudera.org:8080/2148 Reviewed-by: Marcel Kornacker <[email protected]> Tested-by: Internal Jenkins --- M be/src/exprs/expr-test.cc M be/src/exprs/timestamp-functions.cc M be/src/exprs/timestamp-functions.h M common/function-registry/impala_functions.py 4 files changed, 17 insertions(+), 0 deletions(-) Approvals: Marcel Kornacker: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2148 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3bafc6aaf80d1d8d2a634d120d9dbdb954d3f0c4 Gerrit-PatchSet: 6 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
