aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimunkin <imunkin@yandex-team.com>2025-01-23 12:25:00 +0300
committerimunkin <imunkin@yandex-team.com>2025-01-23 13:17:10 +0300
commit0bc8c39e2f629392befdf64a0a047d25055c7b58 (patch)
tree2c7a4dc47b030fa9dfd628017abbe8d4ad7019be
parent877f59b1c8a50055fae8f392cbdbf24636d920f8 (diff)
downloadydb-0bc8c39e2f629392befdf64a0a047d25055c7b58.tar.gz
Drop the flag to control type annotation for WideFromBlocks
commit_hash:f2b439615d98031cea8baedb6aceb53ad7479cbd
-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 9345a0104e..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 WideFromBlocks = true;
-} // namespace NBlockStreamIO
-
}