This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from df07e1a4079 [fix](routine-load) fix routine load lag is negative (#33846) add bf2cb5c604d [feature](Nereids): Add DAG to store function dependencies (#33882) No new revisions were added by this update. Summary of changes: ...UnboundLogicalProperties.java => FuncDeps.java} | 45 ++++++---- .../doris/nereids/properties/FuncDepsDAG.java | 99 ++++++++++++++++++++++ .../doris/nereids/properties/FuncDepsDAGTest.java | 75 ++++++++++++++++ 3 files changed, 202 insertions(+), 17 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/properties/{UnboundLogicalProperties.java => FuncDeps.java} (52%) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/properties/FuncDepsDAG.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/properties/FuncDepsDAGTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org