[ 
https://issues.apache.org/jira/browse/TAJO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620815#comment-14620815
 ] 

Hudson commented on TAJO-1672:
------------------------------

ABORTED: Integrated in Tajo-master-CODEGEN-build #387 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/387/])
TAJO-1672: Removing rest api to create table POST 
/databases/{database-name}/tables interface. (blrunner: rev 
2d7212c835c3faaee1004e1447644b722ec13c71)
* CHANGES
* tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResource.java
* 
tajo-core/src/main/java/org/apache/tajo/ws/rs/responses/GetSubmitQueryResponse.java
* 
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResultResource.java
* tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/QueryResource.java
* 
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestTablesResource.java
* tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/TablesResource.java


> 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
>             Fix For: 0.11.0
>
>
> 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)

Reply via email to