Thank you for the feedback Timo! While working on a draft PR for this FLIP I have several findings which I'm going to address. One of them is support for SHOW MATERIALIZED TABLES which requires change in another Catalog (another PublicEvolving interface)
I updated FLIP to reflect it there and also renamed it with more generic name hope it is ok On Fri, Aug 15, 2025 at 4:39 PM Timo Walther <twal...@apache.org> wrote: > > Hi Sergey, > > thanks for proposing this FLIP. No concerns from my side. > > +1 for synchonizing all tables for vertical/horizontal sharding along > PARTITIONS and BUCKETS. > > Cheers, > Timo > > > On 15.08.25 15:42, Sergey Nuyanzin wrote: > > Hi everyone, > > I'd like to start a discussion of Support DISTRIBUTED BY/INTO for > > Materialized tables [1]. > > > > In FLIP-376 there was introduced DISTRIBUTED BY/INTO functionality to > > support bucketing concept in Flink, then in FLIP-435 there were > > introduced Materialized tables. However so far there is no support for > > DISTRIBUTED BY/INTO for Materialized tables. This FLIP is going to > > address this issue > > > > [1] > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=378473269 > > [2] > > https://cwiki.apache.org/confluence/display/FLINK/FLIP-376%3A+Add+DISTRIBUTED+BY+clause > > [3] > > https://cwiki.apache.org/confluence/display/FLINK/FLIP-435%3A+Introduce+a+New+Materialized+Table+for+Simplifying+Data+Pipelines > > > > > > > -- Best regards, Sergey