njayaram2 commented on a change in pull request #373: Changed default 
max_item_size to 10
URL: https://github.com/apache/madlib/pull/373#discussion_r277888145
 
 

 ##########
 File path: src/ports/postgres/modules/assoc_rules/assoc_rules.sql_in
 ##########
 @@ -579,7 +579,7 @@ AS $$
                                        input_table,
                                        output_schema,
                                        verbose,
-                                       'NULL');
+                                       10);
 $$ LANGUAGE plpythonu
 
 Review comment:
   The `if-elif` in 
https://github.com/apache/madlib/blob/master/src/ports/postgres/modules/assoc_rules/assoc_rules.py_in#L66
 can be simplified to a single `if` statement due to this change, can you 
please update that code too?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to