Skip to content

Commit e80c36b

Browse files
committed
[KQP] Bug fix binary symbols breaks json
1 parent 4ee0302 commit e80c36b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/core/kqp/opt/kqp_query_plan.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,11 +1930,6 @@ void WriteCommonTablesInfo(NJsonWriter::TBuf& writer, TMap<TString, TTableInfo>&
19301930
});
19311931
}
19321932

1933-
// const auto convertBase64IfNeeded = [](TString s) -> TString {
1934-
1935-
// return s;
1936-
// };
1937-
19381933
writer.BeginList();
19391934

19401935
for (auto& pair : tables) {

0 commit comments

Comments
 (0)