aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimunkin <imunkin@yandex-team.com>2025-02-14 12:33:27 +0300
committerimunkin <imunkin@yandex-team.com>2025-02-14 12:50:37 +0300
commitdd88f08e1467fc5e2ef1edf5b93da3ba9ff937f5 (patch)
treed9b2edec9a3490dd883c0bef840bfcb9ae4dc502
parent35232114535defd27b3b5ef7861ef8e7854ba5c1 (diff)
downloadydb-dd88f08e1467fc5e2ef1edf5b93da3ba9ff937f5.tar.gz
Drop the flag to control type annotation for WideToBlocks
commit_hash:45dce3709997e47b9a5d852a10cb2e7684951138
-rw-r--r--yql/essentials/core/yql_expr_type_annotation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/yql/essentials/core/yql_expr_type_annotation.h b/yql/essentials/core/yql_expr_type_annotation.h
index ec1a8f30c8..3d2ad4199b 100644
--- a/yql/essentials/core/yql_expr_type_annotation.h
+++ b/yql/essentials/core/yql_expr_type_annotation.h
@@ -354,8 +354,4 @@ TStringBuf NormalizeCallableName(TStringBuf name);
void CheckExpectedTypeAndColumnOrder(const TExprNode& node, TExprContext& ctx, TTypeAnnotationContext& typesCtx);
-namespace NBlockStreamIO {
- constexpr bool WideToBlocks = true;
-} // namespace NBlockStreamIO
-
}