Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/271#discussion_r192184979 --- Diff: src/madpack/madpack.py --- @@ -131,10 +141,73 @@ def _get_relative_maddir(maddir, port): return maddir # ------------------------------------------------------------------------------ +def _cleanup_comments_in_sqlfile(output_filename, upgrade): --- End diff -- We refactored the code, and moved the actual regex related stuff to `madpack/utilities.py`.
---