Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/11183 )
Change subject: WIP IMPALA-7417: Speed up sub-second unix time->TimestampValue conversions ...................................................................... Patch Set 5: The last failure was caused by some weird build error - a function's definition was moved from .h to .inline.h + the .inline.h was included in a .cc, and the .cc does not see the definition: /home/ubuntu/Impala/be/src/exprs/decimal-operators-ir.cc:648: error: undefined reference to 'impala::TimestampValue::FromUnixTimeNanos(long, long, cctz::time_zone const&)' The build is successful on my local machine. I am rerunning the jenkins job + investigating the issue. -- To view, visit http://gerrit.cloudera.org:8080/11183 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I572b5876b979ddae58165bd40d5b008ce9d7a4aa Gerrit-Change-Number: 11183 Gerrit-PatchSet: 5 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Tue, 14 Aug 2018 12:13:34 +0000 Gerrit-HasComments: No
