Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
liurenjie1024 merged PR #304: URL: https://github.com/apache/iceberg-rust/pull/304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ic

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
marvinlanhenke commented on code in PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#discussion_r1539166219 ## crates/catalog/glue/src/error.rs: ## @@ -15,15 +15,13 @@ // specific language governing permissions and limitations // under the License. -//! Iceberg

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
liurenjie1024 commented on code in PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#discussion_r1539151338 ## crates/catalog/glue/src/error.rs: ## @@ -15,15 +15,13 @@ // specific language governing permissions and limitations // under the License. -//! Iceberg G

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
liurenjie1024 commented on code in PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#discussion_r1539152802 ## crates/catalog/glue/src/error.rs: ## @@ -15,15 +15,13 @@ // specific language governing permissions and limitations // under the License. -//! Iceberg G

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
marvinlanhenke commented on code in PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#discussion_r1539132507 ## crates/catalog/glue/src/error.rs: ## @@ -15,15 +15,13 @@ // specific language governing permissions and limitations // under the License. -//! Iceberg

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
liurenjie1024 commented on code in PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#discussion_r1538836003 ## crates/catalog/glue/src/error.rs: ## @@ -15,15 +15,13 @@ // specific language governing permissions and limitations // under the License. -//! Iceberg G

Re: [PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-26 Thread via GitHub
marvinlanhenke commented on PR #304: URL: https://github.com/apache/iceberg-rust/pull/304#issuecomment-2019903998 @liurenjie1024 PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] feat: Glue Catalog - namespace operations (2/3) [iceberg-rust]

2024-03-25 Thread via GitHub
marvinlanhenke opened a new pull request, #304: URL: https://github.com/apache/iceberg-rust/pull/304 ### Which issue does this PR close? Partly #249 (Task 2/3) ### Rationale for this change Add support for Glue Catalog, to reach feature parity with other implementations.