You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/10/27 23:33:07 UTC

[13/14] incubator-hawq-docs git commit: remove suspect data types from mapping table

remove suspect data types from mapping table


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/cd50c598
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/cd50c598
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/cd50c598

Branch: refs/heads/develop
Commit: cd50c5982912c429b9216c9ea9cf2ac1442bd87a
Parents: 67958d6
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Oct 27 14:15:36 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Thu Oct 27 14:15:36 2016 -0700

----------------------------------------------------------------------
 pxf/HivePXF.html.md.erb | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/cd50c598/pxf/HivePXF.html.md.erb
----------------------------------------------------------------------
diff --git a/pxf/HivePXF.html.md.erb b/pxf/HivePXF.html.md.erb
index d1c803b..ae68a99 100644
--- a/pxf/HivePXF.html.md.erb
+++ b/pxf/HivePXF.html.md.erb
@@ -50,15 +50,11 @@ The following table summarizes external mapping rules for Hive primitive types.
 | smallint   | int2 |
 | tinyint   | int2 |
 | bigint   | int8 |
-| decimal  |  numeric  |
 | float   | float4 |
 | double   | float8 |
 | string   | text |
 | binary   | bytea |
-| char   | bpchar |
-| varchar   | varchar |
 | timestamp   | timestamp |
-| date   | date |
 
 
 ### <a id="topic_b4v_g3n_25"></a>Complex Data Types