Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/23475 )
Change subject: IMPALA-14467: Support quoted keys with dots in get_json_object path strings ...................................................................... Patch Set 6: Code-Review+1 (2 comments) http://gerrit.cloudera.org:8080/#/c/23475/5/be/src/util/string-util.cc File be/src/util/string-util.cc: http://gerrit.cloudera.org:8080/#/c/23475/5/be/src/util/string-util.cc@107 PS5, Line 107: result->reserve(end - start); > We use this utility function to extract JSON path key from 'path_str', and It's helpful to protect future usages on this method. At least we should add a DCHECK like we do in other methods. http://gerrit.cloudera.org:8080/#/c/23475/5/be/src/util/string-util.cc@113 PS5, Line 113: result->push_back(*p); > Yes, I think so. If we want to include "\t" or "\n" in JSON path, we should Ack -- To view, visit http://gerrit.cloudera.org:8080/23475 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia3618d9e029501f9ac0e23190feb8263968b1b9f Gerrit-Change-Number: 23475 Gerrit-PatchSet: 6 Gerrit-Owner: Yifan Zhang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Comment-Date: Fri, 02 Jan 2026 02:40:11 +0000 Gerrit-HasComments: Yes
