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

2024-04-21 Thread via GitHub
liurenjie1024 commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2068035928 Thanks @marvinlanhenke for this pr! -- 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 t

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

2024-04-21 Thread via GitHub
liurenjie1024 merged PR #314: URL: https://github.com/apache/iceberg-rust/pull/314 -- 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 - table operations (3/3) [iceberg-rust]

2024-04-19 Thread via GitHub
liurenjie1024 commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2066617634 cc @Fokko @Xuanwo @sdd 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 sp

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

2024-04-19 Thread via GitHub
liurenjie1024 commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2066513666 Let's wait a moment to see if others have comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

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

2024-04-17 Thread via GitHub
marvinlanhenke commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2060905965 > For the 'missing table checks' - I'll file an Issue later, so we can track this and implement in separate PRs. #337 -- This is an automated message from the Apache Gi

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

2024-04-17 Thread via GitHub
marvinlanhenke commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2060583038 @liurenjie1024 I think I fixed all of your suggestions - thanks again for the review. For the 'missing table checks' - I'll file an Issue later, so we can track this and i

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

2024-04-16 Thread via GitHub
marvinlanhenke commented on PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#issuecomment-2059160129 > Thanks for @marvinlanhenke for this great pr, it looks great! Sorry for late reply, I have been busy lately. @liurenjie1024 No worries, and thanks for the review.

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

2024-04-16 Thread via GitHub
marvinlanhenke commented on code in PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#discussion_r1567406955 ## crates/catalog/glue/src/catalog.rs: ## @@ -310,31 +327,282 @@ impl Catalog for GlueCatalog { Ok(table_list) } +/// Creates a new table

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

2024-04-16 Thread via GitHub
marvinlanhenke commented on code in PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#discussion_r1567403891 ## crates/catalog/glue/src/catalog.rs: ## @@ -310,31 +327,282 @@ impl Catalog for GlueCatalog { Ok(table_list) } +/// Creates a new table

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

2024-04-16 Thread via GitHub
marvinlanhenke commented on code in PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#discussion_r1567401176 ## crates/catalog/glue/src/utils.rs: ## @@ -151,6 +205,65 @@ pub(crate) fn validate_namespace(namespace: &NamespaceIdent) -> Result { Ok(name) } +///

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

2024-04-16 Thread via GitHub
marvinlanhenke commented on code in PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#discussion_r1567401176 ## crates/catalog/glue/src/utils.rs: ## @@ -151,6 +205,65 @@ pub(crate) fn validate_namespace(namespace: &NamespaceIdent) -> Result { Ok(name) } +///

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

2024-04-16 Thread via GitHub
liurenjie1024 commented on code in PR #314: URL: https://github.com/apache/iceberg-rust/pull/314#discussion_r1565832014 ## crates/catalog/glue/src/utils.rs: ## @@ -151,6 +205,65 @@ pub(crate) fn validate_namespace(namespace: &NamespaceIdent) -> Result { Ok(name) } +///