Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedor-miron committed Apr 2, 2024
1 parent afaa987 commit 404bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/minikql/computation/mkql_block_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class TTupleBlockItemConverter : public IBlockItemConverter {
template <typename TTzDate, bool Nullable>
class TTzDateBlockItemConverter : public IBlockItemConverter {
public:
using TLayout = NYql::NUdf::TDataType<TTzDate>::TLayout;
using TLayout = typename NYql::NUdf::TDataType<TTzDate>::TLayout;

NUdf::TUnboxedValuePod MakeValue(TBlockItem item, const THolderFactory& holderFactory) const final {
Y_UNUSED(holderFactory);
Expand Down

0 comments on commit 404bcc2

Please sign in to comment.