Skip to content

Commit

Permalink
Merge 6286afd into 7f54b71
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLolthe1st authored Feb 8, 2024
2 parents 7f54b71 + 6286afd commit c075359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ydb/library/yql/providers/yt/codec/codegen/yt_codec_cg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,10 @@ class TYtCodecCgReader : public IYtCodecCgReader {
case NUdf::TDataType<NUdf::TJson>::Id:
case NUdf::TDataType<NUdf::TYson>::Id:
case NUdf::TDataType<NUdf::TUuid>::Id:
case NUdf::TDataType<NUdf::TJsonDocument>::Id: {
case NUdf::TDataType<NUdf::TJsonDocument>::Id:
case NUdf::TDataType<NUdf::TTzDate>::Id:
case NUdf::TDataType<NUdf::TTzDatetime>::Id:
case NUdf::TDataType<NUdf::TTzTimestamp>::Id: {
CallInst::Create(module.getFunction("SkipVarData"), { buf }, "", Block_);
break;
}
Expand Down

0 comments on commit c075359

Please sign in to comment.