Re:Please update the Apache Doris url

2023-02-07 Thread Mingyu Chen
Same update for for 1.1.0 branch[1]. Thanks for reviewing. [1] https://github.com/apache/iceberg-docs/pull/199 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-01-29 13:42:16,"Mingyu Chen" 写道: Dear Iceberg Team, I made a PR[1] to update the url of Apache Doris on

Re: Flink manual update

2023-02-07 Thread Steven Wu
Will you be able to submit a PR? metadata table inspection was added by liliwei recently. Yes, doc needs to be updated. https://github.com/apache/iceberg/pull/6222 On Tue, Feb 7, 2023 at 4:13 PM 푸른하늘 wrote: > Hello. > I think the Flink manual should be updated. > > First of all, 'Don't support

Flink manual update

2023-02-07 Thread 푸른하늘
Hello. I think the Flink manual should be updated. First of all, 'Don't support adding columns, removing columns, renaming columns, changing columns. FLINK-19062 is tracking this.' This part has been resolved. Please check. Also change 'Metadata tables' to 'inspecting-tables'. https://iceberg.apa

RE: [Proposal] Partition stats in Iceberg

2023-02-07 Thread Mayur Srivastava
Thanks Ajantha. > It should be very easy to add a few more fields to it like the latest > sequence number or last modified time per partition. Among sequence number and modified time, which one do you think is more likely to be available in Iceberg partition stats? Note that we would like to av

Re: [VOTE] Release Apache PyIceberg 0.3.0

2023-02-07 Thread Daniel Weeks
+1 (binding) Verified sig/sums/license/test (including s3) Ran through some manual tests using the REST Catalog and everything worked as expected. Looks great, -Dan On Sun, Feb 5, 2023 at 10:08 AM Jack Ye wrote: > +1 (binding) > > Verified signature, checksum, RAT > > Ran unit and integration

Re: [Proposal] Partition stats in Iceberg

2023-02-07 Thread Ajantha Bhat
Hi Hrishi and Mayur, thanks for the inputs. To get things moving I have frozen the scope of phase 1 implementation. (Recently added the delete file stats to phase 1 too). You can find the scope in the "Design for approval" section of the design doc. That said, once we have phase 1 implemented, It

RE: [Proposal] Partition stats in Iceberg

2023-02-07 Thread Mayur Srivastava
+1 for the initiative. We’ve been exploring options for storing last-modified-time per partition. It an important building block for data pipelines – especially if there is a dependency between jobs with strong consistency requirements. Is partition stats a good place for storing last-modified-