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

2016-09-15 Thread Goden Yao (JIRA)

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

Goden Yao updated HAWQ-1057:

Assignee: Oleksandr Diachenko  (was: Goden Yao)

> 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: Oleksandr Diachenko
>Priority: Critical
> 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}
> {code}
> SELECT * FROM pxf_hive_small_data WHERE t1 LIKE '%ro%1';
> ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
> Exception report   message   Can't create expression (and) with no children.  
>   description   The server encountered an internal error that prevented it 
> from fulfilling this request.exception   java.io.IOException: Can't 
> create expression (and) with no children. (libchurl.c:884)  (seg2 
> localhost:4 pid=72391)
> DETAIL:  External table pxf_hive_small_data
> {code}



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


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

2016-09-15 Thread Oleksandr Diachenko (JIRA)

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

Oleksandr Diachenko updated HAWQ-1057:
--
Priority: Critical  (was: Major)

> 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
>Priority: Critical
> 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}
> {code}
> select * from pxf_hive_small_data where t1 like '%ro%1';
> ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
> Exception report   message   Can't create expression (and) with no children.  
>   description   The server encountered an internal error that prevented it 
> from fulfilling this request.exception   java.io.IOException: Can't 
> create expression (and) with no children. (libchurl.c:884)  (seg2 
> localhost:4 pid=72391)
> DETAIL:  External table pxf_hive_small_data
> {code}



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


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

2016-09-15 Thread Oleksandr Diachenko (JIRA)

 [ 
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}

{code}
SELECT * FROM pxf_hive_small_data WHERE t1 LIKE '%ro%1';
ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
Exception report   message   Can't create expression (and) with no children.
description   The server encountered an internal error that prevented it from 
fulfilling this request.exception   java.io.IOException: Can't create 
expression (and) with no children. (libchurl.c:884)  (seg2 localhost:4 
pid=72391)
DETAIL:  External table pxf_hive_small_data
{code}

  was:
{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}

{code}
select * from pxf_hive_small_data where t1 like '%ro%1';
ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
Exception report   message   Can't create expression (and) with no children.
description   The server encountered an internal error that prevented it from 
fulfilling this request.exception   java.io.IOException: Can't create 
expression (and) with no children. (libchurl.c:884)  (seg2 localhost:4 
pid=72391)
DETAIL:  External table pxf_hive_small_data
{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
>Priority: Critical
> 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}
> {code}
> SELECT * FROM pxf_hive_small_data WHERE t1 LIKE '%ro%1';
> ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
> Exception report   message   Can't create expression (and) with no children.  
>   description   The server encountered an internal error that prevented it 
> from fulfilling this request.exception   java.io.IOException: Can't 
> create expression (and) with no children. (libchurl.c:884)  (seg2 
> localhost:4 pid=72391)
> DETAIL:  External table pxf_hive_small_data
> {code}



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


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

2016-09-15 Thread Oleksandr Diachenko (JIRA)

 [ 
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}

{code}
select * from pxf_hive_small_data where t1 like '%ro%1';
ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
Exception report   message   Can't create expression (and) with no children.
description   The server encountered an internal error that prevented it from 
fulfilling this request.exception   java.io.IOException: Can't create 
expression (and) with no children. (libchurl.c:884)  (seg2 localhost:4 
pid=72391)
DETAIL:  External table pxf_hive_small_data
{code}

  was:
{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}
> {code}
> select * from pxf_hive_small_data where t1 like '%ro%1';
> ERROR:  remote component error (500) from '192.168.98.232:51200':  type  
> Exception report   message   Can't create expression (and) with no children.  
>   description   The server encountered an internal error that prevented it 
> from fulfilling this request.exception   java.io.IOException: Can't 
> create expression (and) with no children. (libchurl.c:884)  (seg2 
> localhost:4 pid=72391)
> DETAIL:  External table pxf_hive_small_data
> {code}



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


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

2016-09-15 Thread Oleksandr Diachenko (JIRA)

 [ 
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)