Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21980 )
Change subject: IMPALA-12957: Patch rapidjson to 1.1.0-p1 to fix bug of Inf/NaN parsing ...................................................................... IMPALA-12957: Patch rapidjson to 1.1.0-p1 to fix bug of Inf/NaN parsing This patch fixes a parsing issue in rapidjson (see details at https://github.com/Tencent/rapidjson/issues/2299). This fix is primarily to support IMPALA-12957: Support reading Inf and NaN from JSON, enabling the reading of Inf and NaN values from JSON tables. Testing: - Built locally and verified the code changes took effect. Change-Id: Ib956b6ed4ece253089b2ebbc93d6609895db13c0 Reviewed-on: http://gerrit.cloudera.org:8080/21980 Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> --- M buildall.sh A source/rapidjson/rapidjson-1.1.0-patches/0001-Fix-bug-when-parsing-NaN-Inf-with-fraction-or-exponent-parts.patch 2 files changed, 56 insertions(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, but someone else must approve; Verified Quanlong Huang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21980 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib956b6ed4ece253089b2ebbc93d6609895db13c0 Gerrit-Change-Number: 21980 Gerrit-PatchSet: 2 Gerrit-Owner: Zihao Ye <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
