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 28ac63fe8da [Fix](branch-3.0) Fix invalid table property (#38041)
28ac63fe8da is described below
commit 28ac63fe8da487d0c14147e0c8c544320552f73c
Author: abmdocrt <[email protected]>
AuthorDate: Thu Jul 18 11:34:24 2024 +0800
[Fix](branch-3.0) Fix invalid table property (#38041)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy
b/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy
index 4179ad3940e..65b40e723f2 100644
--- a/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy
+++ b/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy
@@ -72,7 +72,7 @@ suite("test_index_rqg_bug3", "test_index_rqg_bug3"){
"enable_single_replica_compaction" = "false",
"group_commit_interval_ms" = "10000",
"group_commit_data_bytes" = "134217728",
- "enable_mow_delete_on_delete_predicate" = "false"
+ "enable_mow_light_delete" = "false"
);
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]