diff options
| author | imunkin <[email protected]> | 2025-04-09 20:04:58 +0300 |
|---|---|---|
| committer | imunkin <[email protected]> | 2025-04-09 20:41:55 +0300 |
| commit | 63fc2dfd9168ad64deaadc38503deb931bae77f5 (patch) | |
| tree | 7efa86fd1b7e048fbbeb15d18042d22148a303e6 | |
| parent | 8c5eda29f2998c4e228438bb64211132a1e72550 (diff) | |
Drop the flag to control type annotation for ReplicateScalars
commit_hash:6237b71d18123f35a02503d115b90075efc76121
| -rw-r--r-- | yql/essentials/core/yql_expr_type_annotation.h | 4 |
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 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 - } |
