>From Peeyush Gupta <[email protected]>: Peeyush Gupta has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20998?usp=email )
Change subject: [NO ISSUE][COMP] Add max expression tree size compiler property ...................................................................... [NO ISSUE][COMP] Add max expression tree size compiler property - user model changes: no - storage format changes: no - interface changes: no Ext-ref: MB-68548 Change-Id: I8766c3812ff43cb73ea156837120c53b1c1abe60 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20998 Reviewed-by: Murtadha Hubail <[email protected]> Tested-by: Murtadha Hubail <[email protected]> Tested-by: Peeyush Gupta <[email protected]> --- M asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/SqlppCompilationProvider.java 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Peeyush Gupta: Verified Murtadha Hubail: Looks good to me, approved; Verified diff --git a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/SqlppCompilationProvider.java b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/SqlppCompilationProvider.java index 98e26a2..cfc47c6 100644 --- a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/SqlppCompilationProvider.java +++ b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/SqlppCompilationProvider.java @@ -100,7 +100,8 @@ CompilerProperties.COMPILER_COLUMN_FILTER_KEY, CompilerProperties.COMPILER_BATCH_LOOKUP_KEY, FunctionUtil.IMPORT_PRIVATE_FUNCTIONS, CompilerProperties.COMPILER_MAX_VARIABLE_OCCURRENCES_INLINING_KEY, - CompilerProperties.COMPILER_DELTALAKE_FILESPLITS_KEY, FuzzyUtils.SIM_FUNCTION_PROP_NAME, + CompilerProperties.COMPILER_DELTALAKE_FILESPLITS_KEY, + CompilerProperties.COMPILER_MAX_EXPRESSION_TREE_SIZE_KEY, FuzzyUtils.SIM_FUNCTION_PROP_NAME, FuzzyUtils.SIM_THRESHOLD_PROP_NAME, StartFeedStatement.WAIT_FOR_COMPLETION, FeedActivityDetails.FEED_POLICY_NAME, FeedActivityDetails.COLLECT_LOCATIONS, SqlppQueryRewriter.INLINE_WITH_OPTION, SqlppExpressionToPlanTranslator.REWRITE_IN_AS_OR_OPTION, -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20998?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: phoenix Gerrit-Change-Id: I8766c3812ff43cb73ea156837120c53b1c1abe60 Gerrit-Change-Number: 20998 Gerrit-PatchSet: 2 Gerrit-Owner: Peeyush Gupta <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Peeyush Gupta <[email protected]> Gerrit-CC: Anon. E. Moose #1000171 Gerrit-CC: Jenkins <[email protected]>
