diff options
author | Dmitry Kardymon <kardymon-d@ydb.tech> | 2024-11-21 18:03:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 18:03:47 +0300 |
commit | 84dc18a91ad036fa9817954fc2bb0b31c3e9b72a (patch) | |
tree | 301281265896ed8100f0b1daa844d36b647ad974 | |
parent | 7ec3879a9ddc892fa0dc603c3e963ae36ca87d42 (diff) | |
download | ydb-84dc18a91ad036fa9817954fc2bb0b31c3e9b72a.tar.gz |
YQ-3873 Add query id to error / fix clang14 build (#11846)
-rw-r--r-- | ydb/core/fq/libs/row_dispatcher/json_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/fq/libs/row_dispatcher/json_parser.h b/ydb/core/fq/libs/row_dispatcher/json_parser.h index 7ccadd8475..e96a8f7525 100644 --- a/ydb/core/fq/libs/row_dispatcher/json_parser.h +++ b/ydb/core/fq/libs/row_dispatcher/json_parser.h @@ -18,7 +18,7 @@ public: } private: - const TMaybe<TString> FieldName; + TMaybe<TString> FieldName; }; |