Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1301#discussion_r144382134 --- Diff: pxf/build.gradle --- @@ -310,6 +315,7 @@ project('pxf-service') { project.distTar { from('src/main/resources/pxf-profiles.xml') { into 'conf' } + from('src/main/resources/pxf-profiles-default.xml') { into 'conf' } --- End diff -- For the product's perspective why is that needed ?
---