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
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
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
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
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
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
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
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.