diff --git a/ydb/library/yql/providers/yt/codec/codegen/yt_codec_cg.cpp b/ydb/library/yql/providers/yt/codec/codegen/yt_codec_cg.cpp index d87d39a9ef81..eb95a4a69bb1 100644 --- a/ydb/library/yql/providers/yt/codec/codegen/yt_codec_cg.cpp +++ b/ydb/library/yql/providers/yt/codec/codegen/yt_codec_cg.cpp @@ -803,7 +803,10 @@ class TYtCodecCgReader : public IYtCodecCgReader { case NUdf::TDataType::Id: case NUdf::TDataType::Id: case NUdf::TDataType::Id: - case NUdf::TDataType::Id: { + case NUdf::TDataType::Id: + case NUdf::TDataType::Id: + case NUdf::TDataType::Id: + case NUdf::TDataType::Id: { CallInst::Create(module.getFunction("SkipVarData"), { buf }, "", Block_); break; }