You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2015/07/03 19:13:04 UTC

[jira] [Created] (TAJO-1672) Removing rest api to create table POST /databases/{database-name}/tables interface

DaeMyung Kang created TAJO-1672:
-----------------------------------

             Summary: Removing rest api to create table POST /databases/{database-name}/tables interface
                 Key: TAJO-1672
                 URL: https://issues.apache.org/jira/browse/TAJO-1672
             Project: Tajo
          Issue Type: Improvement
            Reporter: DaeMyung Kang
            Assignee: DaeMyung Kang


Currently, POST /databases/{database-name}/tables interface is too hard to use. Because it just serialize TableDesc Class. so I think just using query interface is better than create table interface

and for them, changed result of query interface
removing location header, and add response body has query, and ResultCode
and url.(if query is finished directlry, uri isn't)



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