diff options
author | YDBot <[email protected]> | 2025-07-26 00:52:12 +0000 |
---|---|---|
committer | YDBot <[email protected]> | 2025-07-26 00:52:12 +0000 |
commit | c641bf9f3666236b4c2e81273c2c5563c54e4df4 (patch) | |
tree | 1ff5c8e694c9a78ee0e2ad3b0ff5bb5b03818bc7 /yql/essentials/udfs/common/json2/compile_path.h | |
parent | ff32dad4c0a4ac13a90dfb44fdd19a5454cfe13e (diff) | |
parent | 8261eb9dc960f33f6454ac242c06ee8c8bcef5b0 (diff) |
Sync branches 250726-0050
Diffstat (limited to 'yql/essentials/udfs/common/json2/compile_path.h')
-rw-r--r-- | yql/essentials/udfs/common/json2/compile_path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/json2/compile_path.h b/yql/essentials/udfs/common/json2/compile_path.h index 3d7eba01cb5..220bd4fbaf6 100644 --- a/yql/essentials/udfs/common/json2/compile_path.h +++ b/yql/essentials/udfs/common/json2/compile_path.h @@ -60,7 +60,7 @@ namespace NJson2Udf { return TUnboxedValuePod(new TJsonPathResource(jsonPath)); } catch (const std::exception& e) { - UdfTerminate((TStringBuilder() << Pos_ << " " << e.what()).data()); + UdfTerminate((TStringBuilder() << Pos_ << " " << e.what()).c_str()); } } |