Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-1672 Removing rest api to create table POST /databases/{database-name}/tables interface#623

Closed
charsyam wants to merge 1 commit intoapache:masterfrom
charsyam:feature/remove-create-table-rest-api
Closed

TAJO-1672 Removing rest api to create table POST /databases/{database-name}/tables interface#623
charsyam wants to merge 1 commit intoapache:masterfrom
charsyam:feature/remove-create-table-rest-api

Conversation

@charsyam
Copy link
Copy Markdown
Contributor

@charsyam charsyam commented Jul 3, 2015

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)

@blrunner
Copy link
Copy Markdown
Contributor

blrunner commented Jul 6, 2015

Hi @charsyam

Thanks for your contribution.
Could you rebase it for the Travis CI build?

@charsyam charsyam force-pushed the feature/remove-create-table-rest-api branch from 2469f3a to 9054619 Compare July 6, 2015 06:13
@charsyam
Copy link
Copy Markdown
Contributor Author

charsyam commented Jul 6, 2015

@blrunner I rebased it :)

@blrunner
Copy link
Copy Markdown
Contributor

blrunner commented Jul 6, 2015

Thanks! I'll check it. :)

@asfgit asfgit closed this in 2d7212c Jul 9, 2015
@blrunner
Copy link
Copy Markdown
Contributor

blrunner commented Jul 9, 2015

+1

Thanks @charsyam
I've just committed it to the master branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants