Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C462200BAF for ; Mon, 31 Oct 2016 23:14:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 575D0160B06; Mon, 31 Oct 2016 22:14:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9E683160AED for ; Mon, 31 Oct 2016 23:14:06 +0100 (CET) Received: (qmail 63219 invoked by uid 500); 31 Oct 2016 22:14:05 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 63210 invoked by uid 99); 31 Oct 2016 22:14:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 22:14:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6A05D180628 for ; Mon, 31 Oct 2016 22:14:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id AnjgtPWZxpTR for ; Mon, 31 Oct 2016 22:14:04 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id B4CB45F39B for ; Mon, 31 Oct 2016 22:14:03 +0000 (UTC) Received: (qmail 61388 invoked by uid 99); 31 Oct 2016 22:13:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 22:13:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2985BEFE5E; Mon, 31 Oct 2016 22:13:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yozie@apache.org To: commits@hawq.incubator.apache.org Date: Mon, 31 Oct 2016 22:13:53 -0000 Message-Id: <03f22d1b9aaf41a4ba094072f3b32ec7@git.apache.org> In-Reply-To: <46253954dc4b473fb6d92e410a2918e1@git.apache.org> References: <46253954dc4b473fb6d92e410a2918e1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/50] incubator-hawq-docs git commit: remove suspect data types from mapping table archived-at: Mon, 31 Oct 2016 22:14:07 -0000 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/tutorial-proto Commit: cd50c5982912c429b9216c9ea9cf2ac1442bd87a Parents: 67958d6 Author: Lisa Owen Authored: Thu Oct 27 14:15:36 2016 -0700 Committer: Lisa Owen 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 | ### Complex Data Types