Re: [PR] feat: initialise SQL Catalog [iceberg-rust]

2024-08-09 Thread via GitHub
liurenjie1024 merged PR #524: URL: https://github.com/apache/iceberg-rust/pull/524 -- 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: initialise SQL Catalog [iceberg-rust]

2024-08-08 Thread via GitHub
Xuanwo commented on PR #524: URL: https://github.com/apache/iceberg-rust/pull/524#issuecomment-2275718809 Inviting @liurenjie1024 for a second review. -- 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

Re: [PR] feat: initialise SQL Catalog [iceberg-rust]

2024-08-06 Thread via GitHub
callum-ryan commented on code in PR #524: URL: https://github.com/apache/iceberg-rust/pull/524#discussion_r1705944560 ## crates/catalog/sql/src/catalog.rs: ## @@ -0,0 +1,283 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

Re: [PR] feat: initialise SQL Catalog [iceberg-rust]

2024-08-06 Thread via GitHub
callum-ryan commented on code in PR #524: URL: https://github.com/apache/iceberg-rust/pull/524#discussion_r1705912242 ## crates/catalog/sql/src/catalog.rs: ## @@ -0,0 +1,283 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

Re: [PR] feat: initialise SQL Catalog [iceberg-rust]

2024-08-05 Thread via GitHub
Xuanwo commented on code in PR #524: URL: https://github.com/apache/iceberg-rust/pull/524#discussion_r1704882565 ## crates/catalog/sql/Cargo.toml: ## @@ -0,0 +1,43 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See th

[PR] feat: initialise SQL Catalog [iceberg-rust]

2024-08-05 Thread via GitHub
callum-ryan opened a new pull request, #524: URL: https://github.com/apache/iceberg-rust/pull/524 As discussed in [PR503](https://github.com/apache/iceberg-rust/pull/503) - splitting out SQL catalog PRs to make development + review easier. Addressed @Xuanwo's comments about formatting