Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 621A617665 for ; Tue, 8 Sep 2015 12:28:02 +0000 (UTC) Received: (qmail 25168 invoked by uid 500); 8 Sep 2015 12:27:46 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 25121 invoked by uid 500); 8 Sep 2015 12:27:46 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 25068 invoked by uid 99); 8 Sep 2015 12:27:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 12:27:46 +0000 Date: Tue, 8 Sep 2015 12:27:46 +0000 (UTC) From: "Nathaniel Auvil (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-3745) Hive CHAR not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nathaniel Auvil created DRILL-3745: -------------------------------------- Summary: Hive CHAR not supported Key: DRILL-3745 URL: https://issues.apache.org/jira/browse/DRILL-3745 Project: Apache Drill Issue Type: Bug Components: Client - JDBC Affects Versions: 1.1.0 Reporter: Nathaniel Auvil Assignee: Daniel Barclay (Drill) It doesn=E2=80=99t look like Drill 1.1.0 supports the Hive CHAR type? In Hive: create table development.foo ( bad CHAR(10) ); And then in sqlline: > use `hive.development`; > select * from foo; Error: PARSE ERROR: Unsupported Hive data type CHAR. Following Hive data types are supported in Drill INFORMATION_SCHEMA: BOOLEAN, BYTE, SHORT, INT, LONG, FLOAT, DOUBLE, DATE, TIMESTAMP, BINARY, DECIMAL, STRING, VARCHAR, LIST, MAP, STRUCT and UNION [Error Id: 58bf3940-3c09-4ad2-8f52-d052dffd4b17 on dtpg05:31010] (state=3D,= code=3D0) This was originally found when getting failures trying to connect via JDBS = using Squirrel. We have the Hive plugin enabled with tables using CHAR. -- This message was sent by Atlassian JIRA (v6.3.4#6332)