morningman opened a new issue #1294: Get json function returns unexpected result URL: https://github.com/apache/incubator-doris/issues/1294 **Describe the bug** `select get_json_int('{"123456789" : {"abcefg":6,"abc":10}}', "$.123456789.abcefg");` should return `6`, but actual is `NULL` ** Reason ** A internal std::string object is unexpectedly deconstructed, cause invalid json path parsing result.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
