diff options
author | YDBot <[email protected]> | 2025-07-27 00:52:29 +0000 |
---|---|---|
committer | YDBot <[email protected]> | 2025-07-27 00:52:29 +0000 |
commit | 77fff9b2a5c4fc804a9354ad81cb61f93fb8a087 (patch) | |
tree | 561a42469f16cf108d20ea2697d0d0262d5bf54d | |
parent | 73308e957bdbdd86be04e59abfd792ae58ea2089 (diff) | |
parent | 7a28b8a365d5484fe5b46129aa145d5f2a33e864 (diff) |
Sync branches 250727-0051oidc-1.2.3
-rw-r--r-- | yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json index ed977198a62..e774ea78084 100644 --- a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json +++ b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json @@ -59,6 +59,11 @@ ] }, { + "Name": "TDqPhyBlockHashJoin", + "Base": "TDqJoinBase", + "Match": {"Type": "Callable", "Name": "DqPhyBlockHashJoin"} + }, + { "Name": "TDqPhyMapJoin", "Base": "TDqJoinBase", "Match": {"Type": "Callable", "Name": "DqPhyMapJoin"} |