You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/04/23 22:31:30 UTC

[GitHub] [madlib] hpandeycodeit commented on a change in pull request #373: Changed default max_item_size to 10

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

 ##########
 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:
   changed it. Thanks for pointing it out. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services