Skip to content

Commit

Permalink
remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kardymonds committed May 22, 2024
1 parent ead7c57 commit 7a291e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ydb/library/yql/minikql/comp_nodes/mkql_saveload.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ struct TInputSerializer {
while (listIt.Next(str)) {
const TStringBuf strRef = str.AsStringRef();
result.AppendNoAlias(strRef.Data(), strRef.Size());
}
}
return result;
}

Expand Down
1 change: 0 additions & 1 deletion ydb/library/yql/public/udf/udf_value_inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ inline bool TBoxedValueAccessor::Load2(IBoxedValue& value, TUnboxedValue& data)
return false;
}

Y_DEBUG_ABORT_UNLESS(value.IsCompatibleTo(MakeAbiCompatibilityVersion(2, 36)));
return value.Load2(data);
}
#endif
Expand Down

0 comments on commit 7a291e9

Please sign in to comment.