Matthew Jacobs has submitted this change and it was merged. Change subject: IMPALA-5357: Patch boost time_duration bug ......................................................................
IMPALA-5357: Patch boost time_duration bug Upstream boost issue: https://svn.boost.org/trac/boost/ticket/4543 Backported from upstream date_time: https://github.com/boostorg/date_time/pull/35/commits/818dea52f3f0c8b4f5172df13c5fa4f57340625f This fixes an issue in which time_duration was using an int32 internally, limiting its year range from 1902-2038. With this fix, time_duration supports years from 1677-2262. Note this is still not as wide as Impala's supported timestamp range (which is 1600-9999), but still enables Impala to use boost in most common cases to address IMPALA-5357. Change-Id: Idee1b84bd7d3515c98c482e691119d04dc71f929 --- M buildall.sh A source/boost/boost-1.57.0-patches/0002-IMPALA-5357.patch 2 files changed, 72 insertions(+), 3 deletions(-) Approvals: Jim Apple: Looks good to me, but someone else must approve Matthew Jacobs: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7056 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idee1b84bd7d3515c98c482e691119d04dc71f929 Gerrit-PatchSet: 1 Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
