Github user rashmi815 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/138#discussion_r120754526 --- Diff: src/ports/postgres/modules/summary/summary.sql_in --- @@ -362,8 +385,9 @@ MADLIB_SCHEMA.summary get_quartiles BOOLEAN, -- Are quartiles required ntile_array FLOAT8[], -- Array of quantiles to compute how_many_mfv INTEGER, -- How many most frequent values to compute? - get_estimates BOOLEAN -- Should we produce exact or estimated + get_estimates BOOLEAN, -- Should we produce exact or estimated -- values for distinct computation + n_cols_per_run INTEGER -- Number of columns to use per run of summary --- End diff -- Need to add n_cols_per_run to the Python function call inside this function.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---