Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLiTree committed Dec 8, 2023
1 parent 6f39ed7 commit 9a619b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/functions/function_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ rapidjson::Value* get_json_object(std::string_view json_string, std::string_view
std::vector<JsonPath>* parsed_paths;
std::vector<JsonPath> tmp_parsed_paths;

//Cannot use '/' as the last character, return NULL
//Cannot use '\' as the last character, return NULL
if (path_string.back() == '\\') {
document->SetNull();
return document;
Expand Down

0 comments on commit 9a619b6

Please sign in to comment.