fmcquillan99 edited a comment on issue #480: Summary: Fix defaults when the user passes NULL URL: https://github.com/apache/madlib/pull/480#issuecomment-590616390 ``` DROP TABLE IF EXISTS abalone_summary_exact; SELECT madlib.summary ( 'abalone_encoded', -- source_table 'abalone_summary_exact', -- output_table NULL, -- target_cols NULL, -- grouping_cols TRUE, -- get_distinct TRUE, -- get_quartiles NULL, -- quantile_array 10, -- how_many_mfv FALSE, -- get_estimate NULL -- n_cols_per_run ); summary ---------------------------------------------- (abalone_summary_exact,14,0.600427865982056) (1 row) Time: 684.478 ms ``` LGTM
---------------------------------------------------------------- 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
