[
https://issues.apache.org/jira/browse/HAWQ-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleksandr Diachenko updated HAWQ-1042:
--------------------------------------
Description:
Steps to reproduce:
1) Having external table base on HBase table:
{code}# \d pxf_smoke_small_data;
External table "public.pxf_smoke_small_data"
Column | Type | Modifiers
---------+------------------+-----------
name | text |
num | integer |
dub | double precision |
longnum | bigint |
bool | boolean |
Type: readable
Encoding: UTF8
Format type: custom
Format options: formatter 'pxfwritable_import'
External location: pxf://localhost:51200/hbase_table?PROFILE=HBase
{code}
was:
Steps to reproduce:
1) Having external table base on HBase table:
```# \d pxf_smoke_small_data;
External table "public.pxf_smoke_small_data"
Column | Type | Modifiers
---------+------------------+-----------
name | text |
num | integer |
dub | double precision |
longnum | bigint |
bool | boolean |
Type: readable
Encoding: UTF8
Format type: custom
Format options: formatter 'pxfwritable_import'
External location: pxf://localhost:51200/hbase_table?PROFILE=HBase
```
> PXF throws NPE on quering HBase table
> -------------------------------------
>
> Key: HAWQ-1042
> URL: https://issues.apache.org/jira/browse/HAWQ-1042
> Project: Apache HAWQ
> Issue Type: Bug
> Components: PXF
> Reporter: Oleksandr Diachenko
> Assignee: Lei Chang
> Fix For: backlog
>
>
> Steps to reproduce:
> 1) Having external table base on HBase table:
> {code}# \d pxf_smoke_small_data;
> External table "public.pxf_smoke_small_data"
> Column | Type | Modifiers
> ---------+------------------+-----------
> name | text |
> num | integer |
> dub | double precision |
> longnum | bigint |
> bool | boolean |
> Type: readable
> Encoding: UTF8
> Format type: custom
> Format options: formatter 'pxfwritable_import'
> External location: pxf://localhost:51200/hbase_table?PROFILE=HBase
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)