This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6f3801d9da [chore](config) Increase the default maximum depth limit
for expressions (#17418)
6f3801d9da is described below
commit 6f3801d9da0726c115398025be9f8f6bd48ef5bb
Author: Jerry Hu <[email protected]>
AuthorDate: Tue Mar 7 08:53:00 2023 +0800
[chore](config) Increase the default maximum depth limit for expressions
(#17418)
---
be/src/common/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.h b/be/src/common/config.h
index 00278230ee..65f0bed426 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -933,7 +933,7 @@ CONF_Int32(num_broadcast_buffer, "32");
CONF_Bool(enable_parse_multi_dimession_array, "true");
// max depth of expression tree allowed.
-CONF_Int32(max_depth_of_expr_tree, "200");
+CONF_Int32(max_depth_of_expr_tree, "600");
// Report a tablet as bad when io errors occurs more than this value.
CONF_mInt64(max_tablet_io_errors, "-1");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]