[ https://issues.apache.org/jira/browse/HAWQ-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828530#comment-15828530 ]
ASF GitHub Bot commented on HAWQ-1119: -------------------------------------- Github user dyozie commented on a diff in the pull request: https://github.com/apache/incubator-hawq-docs/pull/46#discussion_r96702640 --- Diff: markdown/pxf/HDFSWritablePXF.html.md.erb --- @@ -136,7 +136,7 @@ Perform the following operations to use the PXF `HdfsTextSimple` profile to crea FORMAT 'CSV'; ``` - The table is created with the `'CSV'` `FORMAT` because the delimiter character used when creating the writable table was a comma `,`. + The table is created with the `'CSV'` `FORMAT` because the delimiter character with which you created the writable table was a comma `,`. --- End diff -- This sounds a little awkward. Edit to: "Specify the the `'CSV'` `FORMAT` for the readable table, because you created the writable table with a comma ',' as the delimiter character. > create new documentation topic for PXF writable profiles > -------------------------------------------------------- > > Key: HAWQ-1119 > URL: https://issues.apache.org/jira/browse/HAWQ-1119 > Project: Apache HAWQ > Issue Type: Improvement > Components: Documentation > Reporter: Lisa Owen > Assignee: David Yozie > Priority: Minor > Fix For: 2.2.0.0-incubating > > > certain profiles supported by the existing PXF plug-ins support writable > tables. create some documentation content for these profiles. -- This message was sent by Atlassian JIRA (v6.3.4#6332)