Github user shivzone commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1301#discussion_r144384241
--- 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 --
Automation test failure is a different issue and that needs to be addressed
separately out of this PR. This would not be an end user issue.
The automation test assumes pxf-profile.xml has all the profiles in it
which is not really the case anymore. The tests need to addressed separately.
---