This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 0d758137ad9 [regression](kerberos)fix regression pipeline env when write hosts (#37057) add b7385ce3fc2 [enhancement](nereids) speedup sql cache with variable (#37090) No new revisions were added by this update. Summary of changes: .../doris/common/NereidsSqlCacheManager.java | 49 +++++++----- .../org/apache/doris/nereids/NereidsPlanner.java | 73 +++--------------- .../org/apache/doris/nereids/SqlCacheContext.java | 88 +++++++++++----------- .../nereids/trees/plans/ComputeResultSet.java | 55 ++++++++++++++ .../plans/physical/PhysicalEmptyRelation.java | 39 +++++++++- .../plans/physical/PhysicalOneRowRelation.java | 49 +++++++++++- .../trees/plans/physical/PhysicalResultSink.java | 18 ++++- .../trees/plans/physical/PhysicalSqlCache.java | 11 ++- .../java/org/apache/doris/qe/StmtExecutor.java | 8 +- .../cache/parse_sql_from_sql_cache.groovy | 30 +++++--- 10 files changed, 277 insertions(+), 143 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/ComputeResultSet.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org