Daniel Becker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19309
Change subject: IMPALA-11717: Use rapidjson for printing collections ...................................................................... IMPALA-11717: Use rapidjson for printing collections We have been using rapidjson to print structs but didn't use it to print collections (arrays and maps). This change introduces the usage of rapidjson to print collections when using the HS2 protocol. Change-Id: I08a2d596a498fbbaf1419b18284846b992f49165 --- M be/src/service/hs2-util.cc 1 file changed, 115 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/09/19309/2 -- To view, visit http://gerrit.cloudera.org:8080/19309 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I08a2d596a498fbbaf1419b18284846b992f49165 Gerrit-Change-Number: 19309 Gerrit-PatchSet: 2 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]>
