From 63fc2dfd9168ad64deaadc38503deb931bae77f5 Mon Sep 17 00:00:00 2001 From: imunkin Date: Wed, 9 Apr 2025 20:04:58 +0300 Subject: Drop the flag to control type annotation for ReplicateScalars commit_hash:6237b71d18123f35a02503d115b90075efc76121 --- yql/essentials/core/yql_expr_type_annotation.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yql/essentials/core/yql_expr_type_annotation.h b/yql/essentials/core/yql_expr_type_annotation.h index d23ce163e3c..9bad092f76c 100644 --- a/yql/essentials/core/yql_expr_type_annotation.h +++ b/yql/essentials/core/yql_expr_type_annotation.h @@ -355,8 +355,4 @@ TStringBuf NormalizeCallableName(TStringBuf name); void CheckExpectedTypeAndColumnOrder(const TExprNode& node, TExprContext& ctx, TTypeAnnotationContext& typesCtx); -namespace NBlockStreamIO { - constexpr bool ReplicateScalars = true; -} // namespace NBlockStreamIO - } -- cgit v1.3