You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Oleksandr Diachenko (JIRA)" <ji...@apache.org> on 2016/09/15 21:40:20 UTC

[jira] [Updated] (HAWQ-1057) LIKE operator is broken for HiveOrc profile

     [ https://issues.apache.org/jira/browse/HAWQ-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleksandr Diachenko updated HAWQ-1057:
--------------------------------------
    Description: 
{code}
# \d pxf_hive_small_data
External table "public.pxf_hive_small_data"
 Column |       Type       | Modifiers 
--------+------------------+-----------
 t1     | text             | 
 t2     | text             | 
 num1   | integer          | 
 dub1   | double precision | 
Type: readable
Encoding: UTF8
Format type: custom
Format options: formatter 'pxfwritable_import' 
External location: pxf://localhost:51200/hive_orc_table?PROFILE=HiveORC&delimiter=
{code}

> LIKE operator is broken for HiveOrc profile
> -------------------------------------------
>
>                 Key: HAWQ-1057
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1057
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: PXF
>            Reporter: Oleksandr Diachenko
>            Assignee: Goden Yao
>             Fix For: 2.0.1.0-incubating
>
>
> {code}
> # \d pxf_hive_small_data
> External table "public.pxf_hive_small_data"
>  Column |       Type       | Modifiers 
> --------+------------------+-----------
>  t1     | text             | 
>  t2     | text             | 
>  num1   | integer          | 
>  dub1   | double precision | 
> Type: readable
> Encoding: UTF8
> Format type: custom
> Format options: formatter 'pxfwritable_import' 
> External location: pxf://localhost:51200/hive_orc_table?PROFILE=HiveORC&delimiter=
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)