Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1353#discussion_r214145568
--- Diff: pxf/pxf-service/src/main/resources/pxf-profiles-default.xml ---
@@ -177,11 +177,11 @@ under the License.
</profile>
<profile>
<name>Jdbc</name>
- <description>A profile for reading data into HAWQ via
JDBC</description>
+ <description>A profile to access (read & write) data via
JDBC</description>
--- End diff --
this is supposed to be user readable, rather than machine readable, just
substitute with word "and" to avoid issues.
---