Review ask for my pull request

2022-01-06 Thread Talat Uyarer
Hi, I created a pull request. Could you review my pr ? This is url: https://github.com/apache/beam/pull/16380 Thanks

Re: Introducing Catalogs to Beam SQL

2025-06-11 Thread Talat Uyarer
Hi Ahmed, Thank you so much for this change. I have been waiting for these recent SQL changes for a while. Going forward, I agree with Jan about having a design doc to outline these changes. The underlying Java implementation is largely hidden from users, so that can be changed in the future

Re: Beam SQL Alias issue while using With Clause

2023-01-24 Thread Talat Uyarer via dev
; > Schema.builder().addInt32Field("fout_int").addStringField("fout_string").build(); > assertThat(result.getSchema(), equalTo(output_schema)); > > Row output = Row.withSchema(output_schema).addValues(1, > "strstr").build(); > PAssert.that(

Re: Beam SQL Alias issue while using With Clause

2023-01-27 Thread Talat Uyarer via dev
suspect the problem lies there. I spent some time looking but wasn't able > to find it by code inspection, it looks like this code path is doing the > right thing with names. I'll spend some time tomorrow trying to reproduce > this on pure Calcite. > > Andrew > > > O

Re: Beam SQL Alias issue while using With Clause

2023-02-03 Thread Talat Uyarer via dev
t;>> >>> One minor issue I encountered. It took me a while to get your test case >>> running, it doesn't appear there are any calcite gradle rules to run >>> CoreQuidemTest and constructing the classpath manually was tedious. Did I >>> miss something? >&g

Re: Beam SQL Alias issue while using With Clause

2023-02-22 Thread Talat Uyarer via dev
ovider); > +PCollection stream = > +BeamSqlRelUtils.toPCollection( > +pipeline, sqlEnv.parseQuery("WITH tempTable AS (SELECT * FROM > basicRowTestTable WHERE basicRowTestTable.col.string_field = 'innerStr') > SELECT * FROM tempTable")); > +Schema outputS

Review ask for Flink Runner Backlog Metric Bug Fix

2023-02-23 Thread Talat Uyarer via dev
Hi, I created a bugfix for Flink Runner backlog metrics. I asked OWNERs and try to run assign reviewer command. But I am not sure. I pressed the right button :) If you know some who can review this change https://github.com/apache/beam/pull/25554 Could you assign him/her to this mr ? Thanks

Re: Review ask for Flink Runner Backlog Metric Bug Fix

2023-02-23 Thread Talat Uyarer via dev
Would you like to be a volunteer +Andrew Pilloud :) On Thu, Feb 23, 2023 at 4:51 PM Andrew Pilloud wrote: > The bot says there are no reviewers for Flink. Possibly you'll find a > volunteer to review it here? > > On Thu, Feb 23, 2023 at 4:47 PM Talat Uyarer via dev > wro

Re: Beam SQL Alias issue while using With Clause

2023-03-02 Thread Talat Uyarer via dev
Vr&s=g36wnBGvi7DQG7gvljaG08vXIhROyCoz5vWBBRS43Ag&e= > > I'm experimenting with ideas on how to work around this but a fix will > likely require a Calcite upgrade, which is not something I'd have time > to help with. (I'm not on the Google Beam team anymore.) >

Watermark Alignment on Flink Runner's UnboundedSourceWrapper

2023-05-22 Thread Talat Uyarer via dev
Maybe the User list does not have knowledge about this. That's why I also resend on the Dev list. Sorry for cross posting Hi All, I have a stream aggregation job which reads from Kafka and writes some Sinks. When I submit my job Flink checkpoint size keeps increasing if I use unaligned checkpoi

Re: Watermark Alignment on Flink Runner's UnboundedSourceWrapper

2023-05-23 Thread Talat Uyarer via dev
.com/v2/url?u=https-3A__cwiki.apache.org_confluence_display_FLINK_FLIP-2D182-253A-2BSupport-2Bwatermark-2Balignment-2Bof-2BFLIP-2D27-2BSources&d=DwMDaQ&c=V9IgWpI5PvzTw83UyHGVSoW3Uc1MFWe5J8PTfkrzVSo&r=BkW1L6EF7ergAVYDXCo-3Vwkpy6qjsWAz7_GD7pAR8g&m=aecDGh6mOmdF13fznxqZ2eCSP--lTT02C2dNHJ

Local Combiner for GroupByKey on Flink Streaming jobs

2023-05-23 Thread Talat Uyarer via dev
Sorry for cross posting -- Forwarded message - From: Talat Uyarer Date: Fri, May 19, 2023, 2:25 AM Subject: Local Combiner for GroupByKey on Flink Streaming jobs To: Hi, I have a stream aggregation job which is running on Flink 1.13 I generate DAG by using Beam SQL. My SQL

Re: [URGENT] Re: [Action Required] GSoC 2025 is coming

2025-02-12 Thread Talat Uyarer via dev
e some progress on > managed IO but there is still more to be done there. > > > > Adding folks, who can help you with these questions and see if these > projects still makes sense this year as well. : @Danny McCormick > @Talat Uyarer @Chamikara > Jayalath > > > >