-
Notifications
You must be signed in to change notification settings - Fork 343
Rest: Implement register table #1521
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
Conversation
0bfda56 to
5c342f3
Compare
5c342f3 to
574069f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gabeiglio , thanks for your contribution! I've left some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gabeiglio for this pr, generally LGTM! Left some comments to fix.
574069f to
de387fc
Compare
de387fc to
064c927
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gabeiglio for this pr!
## Which issue does this PR close? - Closes apache#1516. ## What changes are included in this PR? - New type for RegisterTableRequest - New method in rest catalog for implementing register table ## Are these changes tested? - 2 unit tests for a successful registered table operation and a failed one due to namespace is non existent - Integration tests for a successful registered table operation Im new to Rust so any feedback is welcomed! :)
Which issue does this PR close?
What changes are included in this PR?
Are these changes tested?
Im new to Rust so any feedback is welcomed! :)