Skip to content

Commit 84dc18a

Browse files
authored
YQ-3873 Add query id to error / fix clang14 build (#11846)
1 parent 7ec3879 commit 84dc18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/row_dispatcher/json_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TJsonParserError: public yexception {
1818
}
1919

2020
private:
21-
const TMaybe<TString> FieldName;
21+
TMaybe<TString> FieldName;
2222
};
2323

2424

0 commit comments

Comments
 (0)