Github user kaknikhil commented on a diff in the pull request:
https://github.com/apache/madlib/pull/318#discussion_r216438799
--- Diff: src/madpack/diff_udt.sql ---
@@ -119,5 +119,5 @@ FROM
WHERE old_vers.typrelid <> 0; -- 0 means base type
SELECT
- array_upper(detect_changed_types('types_common'), 1) AS N,
- detect_changed_types('types_common') AS "Changed UDTs";
+ --array_upper(detect_changed_types('types_common'), 1) AS N,
--- End diff --
consider removing the comment if not necessary ---
