Github user kaknikhil commented on a diff in the pull request: https://github.com/apache/madlib/pull/271#discussion_r191580904 --- Diff: src/madpack/madpack.py --- @@ -95,6 +95,16 @@ def _internal_run_query(sql, show_error): return run_query(sql, con_args, show_error) # ------------------------------------------------------------------------------ +def _write_to_file(handle, sql, show_error=False): --- End diff -- There's another `_write_to_file` function in upgrade_util.py, can we delete one of them ?
---