sungwy commented on PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809#issuecomment-2547355292
Thank you @kevinjqliu and @Xuanwo !
--
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 s
Xuanwo merged PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809
--
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...@iceberg.a
sungwy commented on code in PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809#discussion_r1887569858
##
crates/iceberg/src/spec/table_metadata.rs:
##
@@ -398,33 +397,6 @@ impl TableMetadata {
self.partition_statistics.get(&snapshot_id)
}
-/// Appe
kevinjqliu commented on code in PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809#discussion_r1887539719
##
crates/iceberg/src/spec/table_metadata.rs:
##
@@ -398,33 +397,6 @@ impl TableMetadata {
self.partition_statistics.get(&snapshot_id)
}
-///
kevinjqliu commented on code in PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809#discussion_r1887538305
##
crates/iceberg/src/spec/snapshot.rs:
##
@@ -192,13 +191,6 @@ impl Snapshot {
partition_type_provider,
)
}
-
-pub(crate) fn log(&
sungwy commented on code in PR #809:
URL: https://github.com/apache/iceberg-rust/pull/809#discussion_r1887327473
##
README.md:
##
@@ -23,8 +23,6 @@
Rust implementation of [Apache Iceberg™](https://iceberg.apache.org/).
-Working on [v0.3.0 Release
Milestone](https://github.
sungwy opened a new pull request, #809:
URL: https://github.com/apache/iceberg-rust/pull/809
- Deprecated functions
- Bump version of `iceberg-rust` to 0.4.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a