[ 
https://issues.apache.org/jira/browse/DRILL-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173426#comment-15173426
 ] 

ASF GitHub Bot commented on DRILL-3745:
---------------------------------------

GitHub user arina-ielchiieva opened a pull request:

    https://github.com/apache/drill/pull/399

    DRILL-3745: Hive CHAR not supported

    1. Added Hive Char support in queries and udf-s out parameter. Char is 
trimmed first and then treated as varchar.
    2. Unit tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arina-ielchiieva/drill DRILL-3745

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/399.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #399
    
----
commit 25f0513207dfdff0d993f49e60cf601abff19600
Author: Arina Ielchiieva <arina.yelchiy...@gmail.com>
Date:   2016-02-19T17:03:52Z

    DRILL-3745: Hive CHAR not supported

----


> Hive CHAR not supported
> -----------------------
>
>                 Key: DRILL-3745
>                 URL: https://issues.apache.org/jira/browse/DRILL-3745
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Nathaniel Auvil
>            Assignee: Arina Ielchiieva
>
> It doesn’t 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=,code=0)
> 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)

Reply via email to