orhankislal commented on a change in pull request #495:
URL: https://github.com/apache/madlib/pull/495#discussion_r416227694



##########
File path: src/madpack/madpack.py
##########
@@ -565,13 +559,13 @@ def _db_upgrade(schema, filehandle, db_madlib_ver):
     sc = uu.ScriptCleaner(schema, portid, con_args, ch)
     info_(this, "Script Cleaner initialized ...", False)
 
-    ch.drop_changed_uda()
+    function_drop_str = get_madlib_function_drop_str(schema)

Review comment:
       Those are for dropping the functions, etc. from changelist. Now we use a 
different query to get all madlib functions.




----------------------------------------------------------------
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]


Reply via email to