Github user sansanichfb commented on a diff in the pull request:
https://github.com/apache/incubator-hawq-docs/pull/63#discussion_r89021822
--- Diff: pxf/HivePXF.html.md.erb ---
@@ -553,7 +569,7 @@ Alternatively, you can use the `pxf_get_item_fields`
user-defined function (UDF)
HCatalog integration has the following limitations:
- HCatalog integration queries and describe commands do not support
complex types; only primitive types are supported. Use PXF external tables to
query complex types in Hive. (See [Complex Types Example](#complex_dt_example).)
-- Even for primitive types, HCatalog metadata descriptions produced by
`\d` and` \d+` are converted to HAWQ types. For example, the Hive type
`tinyint` is converted to HAWQ type `int2`. (See [Data Type
Mapping](#hive_primdatatypes).)
+- Even for primitive types, HCatalog metadata descriptions produced by
`\d` are converted to HAWQ types. For example, the Hive type `tinyint` is
converted to HAWQ type `int2`. (See [Data Type Mapping](#hive_primdatatypes).)
--- End diff --
In this case more accurate is to say that \d show's Hawq's interpretation
of underlying Hive's datatypes, and \d+ shows both interpreted and original
types.
---
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.
---