Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/108#discussion_r107777937 --- Diff: src/ports/postgres/modules/utilities/test/pivot.sql_in --- @@ -168,3 +168,17 @@ SELECT pivot('pivset_ext', 'pivout', 'id', 'piv', 'val', 'array_accum1'); SELECT * FROM pivout; DROP VIEW IF EXISTS pivset_ext; --- End diff -- Drop view should happen at the end of the test file.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---