Github user njayaram2 commented on a diff in the pull request:
https://github.com/apache/madlib/pull/271#discussion_r192190940
--- Diff: src/madpack/madpack.py ---
@@ -238,6 +311,88 @@ def _run_sql_file(schema, maddir_mod_py, module,
sqlfile,
return retval
#
------------------------------------------------------------------------------
+def _run_sql_file(schema, sqlfile):
--- End diff --
We refactored the code in `_run_sql_file_install_check` since it uses the
same command as what is in `_run_m4_and_append`.
`_run_sql_file` has a different command, so we have left it as is.
---