Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedor-miron committed Apr 1, 2024
1 parent 0425204 commit 5bb43a4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,11 @@ struct TYsonBlockReaderTraits {
Y_UNUSED(isOptional);
ythrow yexception() << "Yson reader not implemented for block resources";
}

static std::unique_ptr<TResult> MakeTzDate(bool isOptional) {
Y_UNUSED(isOptional);
ythrow yexception() << "Yson reader not implemented for block tz dates";
}
};

template<bool IsDictionary>
Expand Down

0 comments on commit 5bb43a4

Please sign in to comment.