Call for Presentations, Community Over Code 2023

2023-05-09 Thread Rich Bowen
(Note: You are receiving this because you are subscribed to the dev@ list for one or more Apache Software Foundation projects.) The Call for Presentations (CFP) for Community Over Code (formerly Apachecon) 2023 is open at https://communityovercode.org/call-for-presentations/, and will close Thu, 1

Re: Seeking Input on Handling Ambiguity in Generating Changelogs

2023-05-09 Thread Péter Váry
It was at my previous company, so no Flink was involved for me. We were thinking about adding a background compaction service to the Iceberg tables using 0.14 version of Iceberg and were concerned about causing issues with concurrent writes Anton Okolnychyi ezt írta (időpont: 2023. máj. 5., P, 22

Re: Support create table like for Iceberg table?

2023-05-09 Thread Simhadri G
Hi Pucheng Yang , The latest master branch of Hive also supports "Create Table Like" for iceberg tables. Related commits: HIVE-26519: Iceberg: Add support for CTLT queries.[1] HIVE-26950: Iceberg: (CTLT) Create external table like V2 table is not preserving table properties [2] [1] https://githu

Re: Current Status of View Specification

2023-05-09 Thread Micah Kornfield
> > Yeah, I think we have to go with option 2. Otherwise you'd be embedding > catalog config in views and it starts getting really ugly. > > I don't really see a path where we don't assume that you've used > consistent naming across engines. Not using consistent names would be > weird, and using na

Re: [ANNOUNCE] Apache Iceberg release 1.2.1

2023-05-09 Thread Manu Zhang
Hi Weeks, The GitHub release page hasn't been updated yet. https://github.com/apache/iceberg/releases On Wed, Apr 12, 2023 at 11:04 PM Daniel Weeks wrote: > I'm pleased to announce the release of Apache Iceberg 1.2.1! > > Apache Iceberg is an open ta

Re: Support create table like for Iceberg table?

2023-05-09 Thread Pucheng Yang
Russell, to me, "snapshot" procedure is a perfect place to adopt this feature. After the implementation, we can use the "snapshot" procedure to snapshot a Hive table or an Iceberg table (maybe we can also make it generic to snapshot any other table, e.g. Delta). On Tue, May 9, 2023 at 10:00 AM Rus

Re: Welcome new committers and PMC!

2023-05-09 Thread Jack Ye
Congratulations everyone! Well deserved! Best, Jack Ye On Fri, May 5, 2023 at 7:35 PM Jun H. wrote: > Congratulations, Amogh, Eduard, and Szehon! > > On May 5, 2023, at 12:37 AM, Mingliang Liu wrote: > >  > Congrats! All well deserved. > > On Thu, May 4, 2023 at 11:50 PM Eduard Tudenhoefner

Re: Support create table like for Iceberg table?

2023-05-09 Thread Russell Spitzer
How would Create Table Like, be different than our "Snapshot" procedure, just enabled for Iceberg Tables? Wondering if we should just expand that functionality. On Tue, May 9, 2023 at 11:54 AM Pucheng Yang wrote: > Ryan, when I mentioned "copy of the data'', I didn't mean to > physically copy th

Re: Support create table like for Iceberg table?

2023-05-09 Thread Pucheng Yang
Ryan, when I mentioned "copy of the data'', I didn't mean to physically copy the data. I meant the copy of metadata and configuration such that the created table can also read the data that belongs to the table we created from. However, I do shared the concern that CREATE TABLE LIKE, if we plan to