>From Ali Alsuliman <[email protected]>:

Ali Alsuliman has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21131?usp=email )


Change subject: test max args
......................................................................

test max args

Change-Id: I15ff0fc908fe9b37952f6b508bf652b0c9d7ea13
---
M 
hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/config/AlgebricksConfig.java
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/31/21131/1

diff --git 
a/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/config/AlgebricksConfig.java
 
b/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/config/AlgebricksConfig.java
index 6fc11cb..489f1c6 100644
--- 
a/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/config/AlgebricksConfig.java
+++ 
b/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/config/AlgebricksConfig.java
@@ -50,6 +50,6 @@
     public static final boolean ORDERED_FIELDS = true;
     public static final int MAX_VARIABLE_OCCURRENCES_INLINING_DEFAULT = 128;
     public static final int HASH_BASED_OR_THRESHOLD_DEFAULT = 40;
-    public static final int MAX_EXPRESSION_TREE_SIZE_DEFAULT = 100;
-    public static final int COMMON_EXPRESSION_LIMIT_DEFAULT = 100;
+    public static final int MAX_EXPRESSION_TREE_SIZE_DEFAULT = 10000;
+    public static final int COMMON_EXPRESSION_LIMIT_DEFAULT = 10000;
 }

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21131?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: phoenix
Gerrit-Change-Id: I15ff0fc908fe9b37952f6b508bf652b0c9d7ea13
Gerrit-Change-Number: 21131
Gerrit-PatchSet: 1
Gerrit-Owner: Ali Alsuliman <[email protected]>

Reply via email to