[ 
https://issues.apache.org/jira/browse/IMPALA-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16564152#comment-16564152
 ] 

Tim Armstrong commented on IMPALA-7364:
---------------------------------------

[~stiga-huang] yeah the source S3 buckets are managed by Cloudera but you can 
build locally. We do code reviews on gerrit.cloudera.org under the 
native-toolchain project. We need to improve the docs on how to contribute.

I uploaded rapidjson-1.1.0.zip to the source bucket: 
{noformat}
$ sha1sum rapidjson-1.1.0.zip 
0fe7b4f7b83df4b3d517f4a202f3a383af7a0818  rapidjson-1.1.0.zip
{noformat}

I think building it with "./build.sh rapidjson 1.1.0" might just work with no 
modifications since it's a header-only library

> Upgrade RapidJson to the latest version
> ---------------------------------------
>
>                 Key: IMPALA-7364
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7364
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Quanlong Huang
>            Priority: Major
>
> Currently, we're using rapidjson-0.11. It's old enough and can't show 
> detailed parse errors. In the implementation of built-in JSON function in 
> IMPALA-376, we can't show warnings on how we fail to parse a json string and 
> where is the error location like this:
> http://rapidjson.org/group___r_a_p_i_d_j_s_o_n___e_r_r_o_r_s.html#structrapidjson_1_1_parse_result
> This JIRA aim to upgrade the version of RapidJson to v1.1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to