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.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---