This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 1f858d9a47a branch-3.0: [regresion-test](fix) fix cache plugin bug #47827 (#47996) 1f858d9a47a is described below commit 1f858d9a47a1c46e67f6c66620bff0a8d6be493d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Feb 19 11:14:07 2025 +0800 branch-3.0: [regresion-test](fix) fix cache plugin bug #47827 (#47996) Cherry-picked from #47827 Co-authored-by: chunping <zhangchunp...@selectdb.com> --- regression-test/plugins/cloud_filecache_plugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/plugins/cloud_filecache_plugin.groovy b/regression-test/plugins/cloud_filecache_plugin.groovy index b41e83f4cfc..09346f535c0 100644 --- a/regression-test/plugins/cloud_filecache_plugin.groovy +++ b/regression-test/plugins/cloud_filecache_plugin.groovy @@ -104,11 +104,11 @@ Suite.metaClass.show_cache_hotspot = { String computeGroup = null, String table res = sql_return_maparray """${select_table_hotspot}""" } - if ( computeGroup != null && table = null) { + if ( computeGroup != null && table == null) { res = sql_return_maparray """${select_compute_group_hotspot}""" } - if ( computeGroup = null && table = null) { + if ( computeGroup == null && table == null) { res = sql_return_maparray """${select_all_hotspot}""" } return res --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org