Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/282#discussion_r199861841 --- Diff: src/ports/postgres/modules/utilities/utilities.py_in --- @@ -853,6 +857,34 @@ def validate_module_input_params(source_table, output_table, independent_varname source_table=source_table)) # ------------------------------------------------------------------------ + +def create_table_drop_cols(source_table, out_table, --- End diff -- Good point. Added the `MinWarning`
---