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

Oleksandr Diachenko updated HAWQ-465:
-------------------------------------
    Description: 
User should be able to call built-in function:

{code}
select pxf_get_object_metadata('hcatalog', 'default', 'table1');
 pxf_get_object_metadata 
{code}
to retrieve all metadata for given source, container, object.

  was:
User should be able to 
1. Ability to describe a single table.
   ```\d hcatalog.databaseName.t1```,  ```\d+ hcatalog.databaseName.t1```
2. Ability to describe the whole schema:
   ```\d hcatalog.databaseName.*```
3. Ability to describe the whole schema:
   ```\d hcatalog.*.*```


> Implement stored procedure to return PXF metadata
> -------------------------------------------------
>
>                 Key: HAWQ-465
>                 URL: https://issues.apache.org/jira/browse/HAWQ-465
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>          Components: Hcatalog, PXF
>            Reporter: Oleksandr Diachenko
>            Assignee: Oleksandr Diachenko
>             Fix For: 2.0.0
>
>
> User should be able to call built-in function:
> {code}
> select pxf_get_object_metadata('hcatalog', 'default', 'table1');
>  pxf_get_object_metadata 
> {code}
> to retrieve all metadata for given source, container, object.



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

Reply via email to