Skip to content

[CALCITE-3451] Support TableModify in RelMdNodeTypes. - #1535

Closed
xy2953396112 wants to merge 2 commits into
apache:masterfrom
xy2953396112:TableModifyInRelMd
Closed

[CALCITE-3451] Support TableModify in RelMdNodeTypes.#1535
xy2953396112 wants to merge 2 commits into
apache:masterfrom
xy2953396112:TableModifyInRelMd

Conversation

@xy2953396112

Copy link
Copy Markdown
Contributor

Support TableModify in RelMdNodeTypes.

checkNodeTypeCount(sql, expected);
}

@Test public void testNodeTypeTableModify() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about renaming as testNodeTypeCountTableModify ?

public Multimap<Class<? extends RelNode>, RelNode> getNodeTypes(TableModify rel,
RelMetadataQuery mq) {
return getNodeTypes(rel, TableModify.class, mq);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@zabetak zabetak closed this in 8d65a24 Oct 27, 2019
XuQianJin-Stars pushed a commit to XuQianJin-Stars/calcite that referenced this pull request Nov 17, 2019
XuQianJin-Stars pushed a commit to XuQianJin-Stars/calcite that referenced this pull request Nov 20, 2019
XuQianJin-Stars pushed a commit to XuQianJin-Stars/calcite that referenced this pull request Nov 20, 2019
wangxlong pushed a commit to wangxlong/calcite that referenced this pull request Feb 13, 2020
jamesstarr pushed a commit to jamesstarr/calcite that referenced this pull request Aug 28, 2025
Close apache#1535

Change-Id: I4959ba5da01d11aff34040a544bd29fd15c724c3
jamesstarr pushed a commit to jamesstarr/calcite that referenced this pull request Mar 16, 2026
Close apache#1535

Change-Id: I4959ba5da01d11aff34040a544bd29fd15c724c3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants