diff options
| author | vvvv <[email protected]> | 2025-06-17 23:08:38 +0300 |
|---|---|---|
| committer | vvvv <[email protected]> | 2025-06-18 11:14:06 +0300 |
| commit | 7803a38571cb0dc674b01065f374c116de966b4b (patch) | |
| tree | 1e3e98c1d5205cf9930965e6a5c6a967824165ac /yql/essentials/udfs/common/json2/as_json_node.h | |
| parent | 80d6f567b04024db1404525203859e917f332a26 (diff) | |
YQL-20086 udfs
commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
Diffstat (limited to 'yql/essentials/udfs/common/json2/as_json_node.h')
| -rw-r--r-- | yql/essentials/udfs/common/json2/as_json_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/json2/as_json_node.h b/yql/essentials/udfs/common/json2/as_json_node.h index c7463fffa66..12937f4351a 100644 --- a/yql/essentials/udfs/common/json2/as_json_node.h +++ b/yql/essentials/udfs/common/json2/as_json_node.h @@ -49,7 +49,7 @@ namespace NJson2Udf { } private: - const size_t MaxParseErrors = 10; + const size_t MaxParseErrors_ = 10; static TUnboxedValue Interpret(const TUnboxedValue& sourceValue, const IValueBuilder* valueBuilder); |
