Skip to content

Conversation

@gabeiglio
Copy link
Contributor

Which issue does this PR close?

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! :)

@gabeiglio gabeiglio force-pushed the rest-register-table branch from 0bfda56 to 5c342f3 Compare July 17, 2025 07:52
@gabeiglio gabeiglio marked this pull request as ready for review July 17, 2025 16:37
Copy link
Contributor

@CTTY CTTY left a 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

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a 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.

@gabeiglio gabeiglio force-pushed the rest-register-table branch from de387fc to 064c927 Compare July 28, 2025 17:44
Copy link
Contributor

@liurenjie1024 liurenjie1024 left a 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!

@liurenjie1024 liurenjie1024 merged commit 4f5d8e2 into apache:main Jul 31, 2025
17 checks passed
Yiyang-C pushed a commit to Yiyang-C/iceberg-rust that referenced this pull request Aug 26, 2025
## 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! :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement register_table for rest catalog

3 participants