-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Remaining Catalog operations for REST catalog #63
Comments
Trying to implement Is that correct? If so, I don't see |
Most likely, yes. |
@zeroshade, I've got a fork where I've implemented DropTable and added CreateTable and UpdateTable, which have the most complicated API. Did you already have ideas on what the API might look like? Or should I just put up a PR with what I have and we can discuss/iterate on the API? |
Go ahead and put the PR up and we'll discuss and iterate! Thanks! |
Feature Request / Improvement
DropTable
andRenameTable
both are not yet implemented for REST catalog and should get implemented.The text was updated successfully, but these errors were encountered: