Re: [DISCUSS][Rust] Frequency of upgrading minimum supported rust version.

2025-02-28 Thread Renjie Liu
Thanks xxchan’s summary, we also reached consensus about msrv: 1 At least three months from latest rust release 2 Update msrv when we release iceberg-rust On Fri, Feb 28, 2025 at 00:16 xxchan wrote: > Conclusion in today's meeting: > - Test against latest version in CI (by updating Cargo.lock

Re: [ANNOUNCE] Apache Iceberg release 1.8.1

2025-02-28 Thread Renjie Liu
Thanks Eduard’s effort for driving this release! On Sat, Mar 1, 2025 at 00:50 Kevin Liu wrote: > Great to see this :) Thanks for running the release! > > On Fri, Feb 28, 2025 at 12:06 AM Eduard Tudenhöfner < > etudenhoef...@apache.org> wrote: > >> I'm pleased to announce the release of Apache Ic

Re: [ANNOUNCE] Apache Iceberg release 1.8.1

2025-02-28 Thread Kevin Liu
Great to see this :) Thanks for running the release! On Fri, Feb 28, 2025 at 12:06 AM Eduard Tudenhöfner < etudenhoef...@apache.org> wrote: > I'm pleased to announce the release of Apache Iceberg 1.8.1! > > Apache Iceberg is an open table format for huge analytic datasets. Iceberg > delivers high

Re: [DISCUSS] FileFormat API proposal

2025-02-28 Thread Péter Váry
Hi everyone, Thanks for all of the actionable, relevant feedback on the PR ( https://github.com/apache/iceberg/pull/12298). Updated the code to address most of them. Please check if you agree with the general approach. If there is a consensus about the general approach, I could. separate out the PR

Re: Clarification on sorting floating-point numbers

2025-02-28 Thread Devin Smith
It could also be reasonable to introduce additional metadata to SortField to declare more details about the sort. Java and IEEE754 sort order are both valid depending on context. On Thu, Feb 27, 2025 at 6:00 PM Gang Wu wrote: > FYI: there was an effort from Jan (cc'd) to introduce a total order

Re: Dynamic Flink Iceberg Sink

2025-02-28 Thread Maximilian Michels
Good news. There is now a pull request available: https://github.com/apache/iceberg/pull/12424 -Max On Thu, Nov 21, 2024 at 4:36 PM Ferenc Csaky wrote: > > Hello devs, > > +1 from my side, as I look things from the Flink perspective. The Flink > mailing list thread Peter > linked in his previou

[ANNOUNCE] Apache Iceberg release 1.8.1

2025-02-28 Thread Eduard Tudenhöfner
I'm pleased to announce the release of Apache Iceberg 1.8.1! Apache Iceberg is an open table format for huge analytic datasets. Iceberg delivers high query performance for tables with tens of petabytes of data, along with atomic commits, concurrent writes, and SQL-compatible table evolution. This