xiedeyantu commented on code in PR #4461: URL: https://github.com/apache/calcite/pull/4461#discussion_r2193699615
########## site/_docs/history.md: ########## @@ -132,7 +132,7 @@ Taking `RexBuilder#makeIn($0, ARRAY [100, 200], ARRAY [300, 400])` as an example Before: `OR(=($0, ARRAY(100, 200)), =($0, ARRAY(300, 400)))` After: `SEARCH($0, Sarg[[100:INTEGER, 200:INTEGER]:INTEGER NOT NULL ARRAY, [300:INTEGER, 400:INTEGER]:INTEGER NOT NULL ARRAY]:INTEGER NOT NULL ARRAY)` -* [<a href="https://issues.apache.org/jira/browse/CALCITE-6959">CALCITE-6959</a>] +* [<a href="https://issues.apache.org/jira/browse/CALCITE-6959">CALCITE-6959</a>] Support `LogicalAsofJoin` in `RelShuttle`. * [<a href="https://issues.apache.org/jira/browse/CALCITE-6961">CALCITE-6961</a>] Addition of non-default methods for `LogicalAsofJoin` and `LogicalRepeatUnion`, respectively, to `RelShuttle`. Review Comment: OK, I will close this PR, Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
