[DISCUSSION] flink-connector-hive first release of externalized connector

2025-01-13 Thread Sergey Nuyanzin
Hi everyone, This is yet another iteration to request/propose release of external Hive connector. Unfortunately the first attempt (about a year ago[1]) was not able to attract enough binding votes. There is already a discussion about this in the comments of [2]. And also want to bring to ML. Now

Re: [VOTE] CHI: Stale PR cleanup

2025-01-07 Thread Sergey Nuyanzin
Hi Tom thanks for driving this one thing to clarify: If I understand correctly if the vote has been started it is still too early to close it at least based on [1] the minimum length for for voting is 3 days (however it is still not clear to me: as which action this one should be considered) [1]

[jira] [Created] (FLINK-37019) Bump junit to 5.11

2025-01-06 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-37019: --- Summary: Bump junit to 5.11 Key: FLINK-37019 URL: https://issues.apache.org/jira/browse/FLINK-37019 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-37007) FLIP-494: Add missing createTable/createView methods to TableEnvironment

2025-01-05 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-37007: --- Summary: FLIP-494: Add missing createTable/createView methods to TableEnvironment Key: FLINK-37007 URL: https://issues.apache.org/jira/browse/FLINK-37007

[RESULT][VOTE] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2025-01-05 Thread Sergey Nuyanzin
Hi everyone, I'm delighted to announce that FLIP-494 [1] has been accepted. There were 6 +1 votes, 3 of which are binding: - Ron Liu (binding) - Yuepeng Pan (non-binding) - Feng Jin (non-binding) - Dawid Wysakowicz (binding) - Xuyang (non-binding) - Sergey Nuyanzin (binding) There were

Re: Re: [VOTE] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2025-01-05 Thread Sergey Nuyanzin
The voting time for FLIP-494: Add missing createTable/createView methods to TableEnvironment [1] has passed. I'm closing the vote now. [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=334760466 On Sun, Jan 5, 2025 at 7:21 PM Sergey Nuyanzin wrote: > also mys

Re: Re: [VOTE] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2025-01-05 Thread Sergey Nuyanzin
non-binding) > >> > > >> > Best, > >> > Yuepeng Pan > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > &g

[jira] [Created] (FLINK-37006) Apply changes from FLINK-36277 to AdaptiveJoin

2025-01-03 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-37006: --- Summary: Apply changes from FLINK-36277 to AdaptiveJoin Key: FLINK-37006 URL: https://issues.apache.org/jira/browse/FLINK-37006 Project: Flink Issue

[jira] [Created] (FLINK-36976) Bump jackson to 2.18.2

2024-12-28 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36976: --- Summary: Bump jackson to 2.18.2 Key: FLINK-36976 URL: https://issues.apache.org/jira/browse/FLINK-36976 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-36966) Bump mockito to 5.x

2024-12-26 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36966: --- Summary: Bump mockito to 5.x Key: FLINK-36966 URL: https://issues.apache.org/jira/browse/FLINK-36966 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-36948) Drop deprecated FlinkMatchers

2024-12-22 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36948: --- Summary: Drop deprecated FlinkMatchers Key: FLINK-36948 URL: https://issues.apache.org/jira/browse/FLINK-36948 Project: Flink Issue Type: Bug

[VOTE] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2024-12-20 Thread Sergey Nuyanzin
Hi everyone, I'd like to start a vote on FLIP-494: Add missing createTable/createView methods to TableEnvironment [1] which has been discussed in this thread [2]. The vote will be open for at least 72 hours unless there is an objection or not enough votes. [1] https://cwiki.apache.org/confluence

Re: [DISCUSS] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2024-12-20 Thread Sergey Nuyanzin
sn't use the flag. Otherwise +1 > to vote, as it is not very controversial. > > Cheers, > Timo > > On 18.12.24 09:35, Sergey Nuyanzin wrote: > > Hi Ron, > > > > good catch, > > I fixed it > > thanks > > > > On Wed, Dec 18, 2024 at 3:2

Re: [DISCUSS] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2024-12-18 Thread Sergey Nuyanzin
ild()); > * } > > ``` > > Should `tEnv.createTemporaryTable` be `tEnv.createTable`? > > > Best > Ron > > Sergey Nuyanzin 于2024年12月18日周三 06:12写道: > > > Hi all! > > > > I would like to open up for discussion another new small FLIP-494[1]. > > >

[DISCUSS] FLIP-494: Add missing createTable/createView methods to TableEnvironment

2024-12-17 Thread Sergey Nuyanzin
Hi all! I would like to open up for discussion another new small FLIP-494[1]. Motivation This FLIP continues the journey of bringing Table API and FlinkSQL closer to each other. It adds missing create methods to TableEnvironment (alter functionality will be added in follow up FLIP(s)). There are

Re: [VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-17 Thread Sergey Nuyanzin
yep, you're right Leonard, thanks, I've made a separate one (hope it is ok) On Tue, Dec 17, 2024 at 10:33 AM Leonard Xu wrote: > Minor: A separate email [RESULT][VOTE]FLIP-xxx is recommended. > > Best, > Leonard > > > > On Dec 17, 2024, at 3:54 PM, Sergey Nuyan

[RESULT][VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-17 Thread Sergey Nuyanzin
Hi everyone, I'm delighted to announce that FLIP-489 [1] has been accepted. There were 5 +1 votes, 4 of which are binding: - Jim Hughes (non-binding) - Timo Walther (binding) - Leonard Xu (binding) - Ron Liu (binding) - Sergey Nuyanzin (binding) There were no -1 votes. Thanks everyone

[jira] [Created] (FLINK-36919) Add missing dropTable/dropView methods to TableEnvironment

2024-12-17 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36919: --- Summary: Add missing dropTable/dropView methods to TableEnvironment Key: FLINK-36919 URL: https://issues.apache.org/jira/browse/FLINK-36919 Project: Flink

Re: [VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-16 Thread Sergey Nuyanzin
There were 5 +1 votes, 4 of which are binding: - Jim Hughes (non-binding) - Timo Walther (binding) - Leonard Xu (binding) - Ron Liu (binding) - Sergey Nuyanzin (binding) There were no -1 votes. Thus, FLIP-489 [1] has been accepted. Thanks everyone! [1] https://cwiki.apache.org/confluence

Re: [VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-16 Thread Sergey Nuyanzin
The voting time for FLIP-489: Add missing dropTable/dropView methods to TableEnvironment [1] has passed. I'm closing the vote now. [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=332499781 On Tue, Dec 17, 2024 at 8:44 AM Sergey Nuyanzin wrote: > also mys

Re: [VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-16 Thread Sergey Nuyanzin
gt; > > > > > > > > > On Dec 13, 2024, at 6:48 PM, Timo Walther wrote: > > > > > > +1 (binding) > > > > > > Thanks, > > > Timo > > > > > > > > > On 13.12.24 01:37, Jim Hughes wrote: > > >>

[VOTE] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-12 Thread Sergey Nuyanzin
Hi everyone, I'd like to start a vote on FLIP-489: Add missing dropTable/dropView methods to TableEnvironment [1] which has been discussed in this thread [2]. The vote will be open for at least 72 hours unless there is an objection or not enough votes. [1] https://cwiki.apache.org/confluence/pag

[jira] [Created] (FLINK-36896) Table API trim expression incorrectly translated to SQL

2024-12-12 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36896: --- Summary: Table API trim expression incorrectly translated to SQL Key: FLINK-36896 URL: https://issues.apache.org/jira/browse/FLINK-36896 Project: Flink

Re: [DISCUSS] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-12 Thread Sergey Nuyanzin
Thanks for the feedback Jim Since there is no more feedback I will start voting soon On Tue, Dec 10, 2024 at 12:23 AM Sergey Nuyanzin wrote: > > While reading it was surprised that the > > create functions like `createTable` return void. > > >The suggestion to return b

Re: [DISCUSS] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-09 Thread Sergey Nuyanzin
eading it was surprised that the > create functions like `createTable` return void. > > The suggestion to return boolean like the other drop methods seems good. > > Cheers, > > Jim > > On Fri, Dec 6, 2024 at 5:53 PM Sergey Nuyanzin > wrote: > > > Hi all! &g

[DISCUSS] FLIP-489: Add missing dropTable/dropView methods to TableEnvironment

2024-12-06 Thread Sergey Nuyanzin
Hi all! I would like to open up for discussion a new small FLIP-489[1]. Motivation This FLIP is another step in the story of bringing Table API and FlinkSQL closer to each other. It adds missing drop methods to TableEnvironment (alter functionality will be added in follow up FLIP(s)). There are a

[jira] [Created] (FLINK-36857) Bump scala version to 2.12.20

2024-12-05 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36857: --- Summary: Bump scala version to 2.12.20 Key: FLINK-36857 URL: https://issues.apache.org/jira/browse/FLINK-36857 Project: Flink Issue Type: Sub-task

Re: [QUESTION] Several unreleased 1.20.x and and 1.19.x versions in jira

2024-12-02 Thread Sergey Nuyanzin
; the right patch versions and deleted the versions 1.19.3 and 1.20.2 so that > contributors don't accidentally assign new Jira issues to those versions > again. > > Best, > Matthias > > On Sat, Nov 30, 2024 at 4:47 PM Sergey Nuyanzin > wrote: > > > Hi every

[jira] [Created] (FLINK-36824) Backport from Calcite 1.37.0 support table function calls in FROM clause without TABLE() wrapper

2024-12-02 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36824: --- Summary: Backport from Calcite 1.37.0 support table function calls in FROM clause without TABLE() wrapper Key: FLINK-36824 URL: https://issues.apache.org/jira/browse/FLINK

[QUESTION] Several unreleased 1.20.x and and 1.19.x versions in jira

2024-11-30 Thread Sergey Nuyanzin
Hi everyone I have merged a couple of backports to 1.20 and while logging this in jira I noticed that there are 2 unreleased versions for 1.20 (1.20.1, 1.20.2) and two for 1.19 (1.19.2 and 1.19.3). Is that an expected behavior? Also a question: what version should be picked for backported PRs ? II

[jira] [Created] (FLINK-36822) Enable spotless for java 21

2024-11-30 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36822: --- Summary: Enable spotless for java 21 Key: FLINK-36822 URL: https://issues.apache.org/jira/browse/FLINK-36822 Project: Flink Issue Type: Sub-task

Re: FW: Re: Flink technical debt.

2024-11-24 Thread Sergey Nuyanzin
Hi David, thanks for driving this I would bring several ideas here 1. I noticed you started to comment on some issues like >Reviewed by Chi on ... I wonder if it might be more helpful to use kind of labels or something like that instead of comments since it is hard to search issues by comment con

[jira] [Created] (FLINK-36715) Changed behavior for filter push down for IS NOT DISTINCT FROM after Calcite upgrade to 1.33

2024-11-14 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36715: --- Summary: Changed behavior for filter push down for IS NOT DISTINCT FROM after Calcite upgrade to 1.33 Key: FLINK-36715 URL: https://issues.apache.org/jira/browse/FLINK

Re: [VOTE] FLIP-440: User-defined SQL operators / ProcessTableFunction (PTF)

2024-11-11 Thread Sergey Nuyanzin
Thanks for this great improvement +1 (binding) On 2024/11/11 13:42:57 Timo Walther wrote: > Hi everyone, > > I'd like to start a vote on FLIP-440: User-defined SQL operators / > ProcessTableFunction (PTF) [1] which has been discussed in this thread [2]. > > The vote will be open for at least 7

Re: JSON-Path CVEs

2024-10-31 Thread Sergey Nuyanzin
Hi Tom, Thanks for volunteering here I would suggest rewriting in a similar way as it was done for 1.20. We could rewrite Calcite dependency like it is done with others (for instance Janino) about Calcite As you mentioned there are multiple JIRA issues for Calcite upgrade somewhere in the past t

[jira] [Created] (FLINK-36613) RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState fails on AZP

2024-10-28 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36613: --- Summary: RescaleCheckpointManuallyITCase.testCheckpointRescalingInKeyedState fails on AZP Key: FLINK-36613 URL: https://issues.apache.org/jira/browse/FLINK-36613

[jira] [Created] (FLINK-36606) TimestampITCase generates test artifacts outside of tmp folder

2024-10-27 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36606: --- Summary: TimestampITCase generates test artifacts outside of tmp folder Key: FLINK-36606 URL: https://issues.apache.org/jira/browse/FLINK-36606 Project: Flink

[jira] [Created] (FLINK-36470) Bump checkstyle to 10+

2024-10-10 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36470: --- Summary: Bump checkstyle to 10+ Key: FLINK-36470 URL: https://issues.apache.org/jira/browse/FLINK-36470 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-36417) STATE_TTL doesn't work with WatermarkAssigner

2024-10-01 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36417: --- Summary: STATE_TTL doesn't work with WatermarkAssigner Key: FLINK-36417 URL: https://issues.apache.org/jira/browse/FLINK-36417 Project: Flink

[jira] [Created] (FLINK-36415) ProjectWatermarkAssignerTransposeRule can generate extra casts which do not make sense

2024-10-01 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36415: --- Summary: ProjectWatermarkAssignerTransposeRule can generate extra casts which do not make sense Key: FLINK-36415 URL: https://issues.apache.org/jira/browse/FLINK-36415

[jira] [Created] (FLINK-36367) Use RexNormalize in EquivalentExprShuttle

2024-09-25 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36367: --- Summary: Use RexNormalize in EquivalentExprShuttle Key: FLINK-36367 URL: https://issues.apache.org/jira/browse/FLINK-36367 Project: Flink Issue Type

[jira] [Created] (FLINK-36361) Do not use StringBuilder for EquivalentExprShuttle

2024-09-24 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36361: --- Summary: Do not use StringBuilder for EquivalentExprShuttle Key: FLINK-36361 URL: https://issues.apache.org/jira/browse/FLINK-36361 Project: Flink

[jira] [Created] (FLINK-36330) Session Window TVFs with named parameters don't support column expansion

2024-09-19 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36330: --- Summary: Session Window TVFs with named parameters don't support column expansion Key: FLINK-36330 URL: https://issues.apache.org/jira/browse/FLINK-

[jira] [Created] (FLINK-36266) Insert into as select * behaves incorrect

2024-09-11 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36266: --- Summary: Insert into as select * behaves incorrect Key: FLINK-36266 URL: https://issues.apache.org/jira/browse/FLINK-36266 Project: Flink Issue Type

[jira] [Created] (FLINK-36262) Port fix for CALCITE-5965

2024-09-11 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36262: --- Summary: Port fix for CALCITE-5965 Key: FLINK-36262 URL: https://issues.apache.org/jira/browse/FLINK-36262 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-36217) Remove powermock usage

2024-09-04 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36217: --- Summary: Remove powermock usage Key: FLINK-36217 URL: https://issues.apache.org/jira/browse/FLINK-36217 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-36191) FsMergingCheckpointStorageLocationTest generates test data not in tmp folder

2024-08-31 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36191: --- Summary: FsMergingCheckpointStorageLocationTest generates test data not in tmp folder Key: FLINK-36191 URL: https://issues.apache.org/jira/browse/FLINK-36191

[jira] [Created] (FLINK-36126) Qualification of current catalog and current database should happen during execution, not parsing

2024-08-21 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36126: --- Summary: Qualification of current catalog and current database should happen during execution, not parsing Key: FLINK-36126 URL: https://issues.apache.org/jira/browse/FLINK

[jira] [Created] (FLINK-36085) Refeactor operation with LIKE/ILIKE

2024-08-18 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36085: --- Summary: Refeactor operation with LIKE/ILIKE Key: FLINK-36085 URL: https://issues.apache.org/jira/browse/FLINK-36085 Project: Flink Issue Type: Sub

[jira] [Created] (FLINK-36038) SHOW CREATE VIEW returns invalid query

2024-08-12 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36038: --- Summary: SHOW CREATE VIEW returns invalid query Key: FLINK-36038 URL: https://issues.apache.org/jira/browse/FLINK-36038 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-36026) Options from OPTIONS hint are not present in compile plan

2024-08-09 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-36026: --- Summary: Options from OPTIONS hint are not present in compile plan Key: FLINK-36026 URL: https://issues.apache.org/jira/browse/FLINK-36026 Project: Flink

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-25 Thread Sergey Nuyanzin
link module as a dependency so that > fixes are propagated more easily. > > From: Sergey Nuyanzin > Date: Thursday, July 25, 2024 at 12:44 AM > To: dev@flink.apache.org > Subject: Re: [DISCUSS]: Flink code generation porting to Calcite > Hi James > > can you please e

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-25 Thread Sergey Nuyanzin
Hi James can you please elaborate about your scenario since I feel getting lost with this. from one side the thread is called >Flink code generation porting to Calcite from another side it was mentioned >We really want to avoid having circular dependencies between Flink and Calcite. are you goin

Re: [VOTE] FLIP-465: Introduce DESCRIBE FUNCTION

2024-07-11 Thread Sergey Nuyanzin
+1 (binding) thanks for driving this On Thu, Jul 11, 2024 at 11:29 AM David Radley wrote: > > +1 (non-binding) > > Kind regards , David. > From: Martijn Visser > Date: Thursday, 11 July 2024 at 10:10 > To: dev@flink.apache.org > Subject: [EXTERNAL] Re: [VOTE] FLIP-465: Introduce DESCRIBE FUNCT

Re: [VOTE] FLIP-456: CompiledPlan support for Batch Execution Mode

2024-07-02 Thread Sergey Nuyanzin
Thanks for driving this +1 (binding) On Tue, Jul 2, 2024, 11:21 Martijn Visser wrote: > +1 (binding) > > On Mon, Jul 1, 2024 at 7:00 PM Jim Hughes > wrote: > > > Hi Alexey, > > > > +1 (non-binding) > > > > I'm looking forward to parity between streaming and batch bound for > > compiled plans!

Re: [VOTE] Release flink-shaded 19.0, release candidate #1

2024-07-01 Thread Sergey Nuyanzin
+1 (non-binding) Thanks for driving this - Validated hashes - Verified signature - Verified that no binaries exist in the source archive - Build the source with Maven, also built Flink with this version - Verified licenses - Verified web PRs On Fri, Jun 28, 2024 at 2:02 PM Timo Walther wrote: >

Re: [DISCUSS] Release flink-shaded 19.0

2024-06-27 Thread Sergey Nuyanzin
Thanks for starting this discussion Dawid In general I'm +1 for the release IIRC there is one blocker for flink-shaded[1] which was the reason of downgrading it from 18 to 17[2] I would suggest to resolve it first [1] https://issues.apache.org/jira/browse/FLINK-34234 [2] https://issues.apache.o

Re: [VOTE] FLIP-463: Schema Definition in CREATE TABLE AS Statement

2024-06-21 Thread Sergey Nuyanzin
+1 (binding) On Fri, Jun 21, 2024 at 6:52 PM Jeyhun Karimov wrote: > > Hi Sergio, > > +1 (non-binding) > > Regards, > Jeyhun > > On Fri, Jun 21, 2024 at 4:59 PM Jim Hughes > wrote: > > > Hi Sergio, > > > > +1 (non-binding) > > > > Thanks, > > > > Jim > > > > On Fri, Jun 21, 2024 at 10:50 AM Timo

Re: [DISCUSS] Support to group rows by column ordinals

2024-06-21 Thread Sergey Nuyanzin
proposed feature or not), no? > WDYT? > > > Regards, > Jeyhun > > [1] https://issues.apache.org/jira/browse/FLINK-34366 > > > On Thu, Jun 20, 2024 at 1:27 PM Sergey Nuyanzin wrote: > > > Hey Jeyhun, > > > > Thanks for starting the discussio

Re: [DISCUSS] Support to group rows by column ordinals

2024-06-20 Thread Sergey Nuyanzin
Hey Jeyhun, Thanks for starting the discussion. Could you please elaborate more on use cases of this feature? The one that I see in FLINK-34366[1] is to simplify referencing to aliases in SELECT from GROUP BY (also potentially ORDER BY and HAVING). I wonder whether there is some other use cases w

Re: [DISCUSS] Connector releases for Flink 1.19

2024-06-11 Thread Sergey Nuyanzin
for driving this Sergey, I will pick up the PMC tasks. > > > > Danny > > > > On Sun, Jun 9, 2024 at 11:09 PM Sergey Nuyanzin > > wrote: > > > >> Hi everyone, > >> > >> as you might noticed the voting threads for release of flink-opens

[ANNOUNCE] Apache flink-connector-opensearch 2.0.0 released

2024-06-11 Thread Sergey Nuyanzin
The Apache Flink community is very happy to announce the release of Apache flink-connector-opensearch 2.0.0. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release is available for downl

[ANNOUNCE] Apache flink-connector-opensearch 1.2.0 released

2024-06-11 Thread Sergey Nuyanzin
The Apache Flink community is very happy to announce the release of Apache flink-connector-opensearch 1.2.0 for Flink 1.18 and Flink 1.19. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The

Re: [DISCUSS] Connector Externalization Retrospective

2024-06-11 Thread Sergey Nuyanzin
Thanks for starting this discussion Danny I will put my 5 cents here >From one side yes, support of new Flink release takes time as it was mentioned above However from another side most of the connectors (main/master branches) supported Flink 1.19 even before it was released, same for 1.20 since

Re: [VOTE] Release 1.19.1, release candidate #1

2024-06-11 Thread Sergey Nuyanzin
+1 (non-binding) - Downloaded all the artifacts - Verified checksums and signatures - Verified that source archives do not contain any binaries - Built from source with jdk8 - Ran a simple wordcount job on local standalone cluster On Tue, Jun 11, 2024 at 8:36 AM Matthias Pohl wrote: > +1 (bindi

Re: [DISCUSS] Connector releases for Flink 1.19

2024-06-09 Thread Sergey Nuyanzin
reating+a+flink-connector+release#Creatingaflinkconnectorrelease-Deploysourceandbinaryreleasestodist.apache.org On Fri, May 31, 2024 at 7:53 AM Sergey Nuyanzin wrote: > Hi Jing, > >Thanks for the hint wrt JDBC connector. Where could users know that it > > already supports 1.19? &g

[RESULT][VOTE] Release flink-connector-opensearch v1.2.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
could also consider this as binding) Rui Fan (binding) Danny Cranmer (binding) Sergey Nuyanzin There are no disapproving votes. -- Best regards, Sergey

[RESULT][VOTE] Release flink-connector-opensearch v2.0.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
I'm happy to announce that we have unanimously approved this release. There are 6 approving votes, 3 of which are binding: Andrey Redko Leonard Xu (binding) Hang Ruan Rui Fan (binding) Danny Cranmer (binding) Sergey Nuyanzin There are no disapproving votes. -- Best regards, Sergey

Re: [VOTE] Release flink-connector-opensearch v2.0.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
This vote is now closed, thanks everyone for checking the RC I will announce the results in a new thread On Sun, Jun 9, 2024 at 10:00 PM Sergey Nuyanzin wrote: > +1 (non-binding) > > - Checked release notes > - Verified signatures and hash sums > - Built from sources with jdk 1

Re: [VOTE] Release flink-connector-opensearch v1.2.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
This vote is now closed, thanks everyone for checking the RC I will announce the results in a new thread On Sun, Jun 9, 2024 at 9:59 PM Sergey Nuyanzin wrote: > +1 (non-binding) > > - Checked release notes > - Verified signatures and hash sums > - Built from sources with jdk

Re: [VOTE] Release flink-connector-opensearch v2.0.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
> > > > > > > > Supply more information about build from source code with JDK 1.8 > > > > > > > > > - built from source code with JDK 1.8 succeeded > > > > It’s correct as we don’t activate opensearch2 profile by default. > > > >

Re: [VOTE] Release flink-connector-opensearch v1.2.0, release candidate #1

2024-06-09 Thread Sergey Nuyanzin
gt; > > > > - Built from source code with JDK 1.8 on MaxOS- Run examples > locally.- > > > > Checked release notes Best, Yuepeng Pan > > > > > > > > > > > > At 2024-05-28 22:53:10, "gongzhongqiang" > > > > wrote: > >

Re: [ANNOUNCE] New Apache Flink PMC Member - Fan Rui

2024-06-09 Thread Sergey Nuyanzin
Congratulations, Rui! On Fri, Jun 7, 2024 at 5:36 AM Xia Sun wrote: > Congratulations, Rui! > > Best, > Xia > > Paul Lam 于2024年6月6日周四 11:59写道: > > > Congrats, Rui! > > > > Best, > > Paul Lam > > > > > 2024年6月6日 11:02,Junrui Lee 写道: > > > > > > Congratulations, Rui. > > > > > > Best, > > > Junr

Re: [ANNOUNCE] New Apache Flink PMC Member - Weijie Guo

2024-06-04 Thread Sergey Nuyanzin
Congratulations Weijio Guo! On Tue, Jun 4, 2024, 13:45 Jark Wu wrote: > Congratulations, Weijie! > > Best, > Jark > > On Tue, 4 Jun 2024 at 19:10, spoon_lz wrote: > > > Congratulations, Weijie! > > > > > > > > Regards, > > Zhuo. > > > > > > > > > > > > Replied Message > > | From | Ale

Re: [DISCUSS] Connector releases for Flink 1.19

2024-05-30 Thread Sergey Nuyanzin
Hi Jing, >Thanks for the hint wrt JDBC connector. Where could users know that it > already supports 1.19? There is no released version supporting/tested against 1.19 However the support was added within [1] and currently there is an active RC in voting stage containing this fix [2] [1] https://gi

[jira] [Created] (FLINK-35423) ARRAY_EXCEPT should support set semantics

2024-05-22 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-35423: --- Summary: ARRAY_EXCEPT should support set semantics Key: FLINK-35423 URL: https://issues.apache.org/jira/browse/FLINK-35423 Project: Flink Issue Type

Re: [DISCUSS] Connector releases for Flink 1.19

2024-05-16 Thread Sergey Nuyanzin
>, it looks like opensearch-2.0.0 has been created now, all good. yep, thanks to Martijn I've created RCs for Opensearch connector On Tue, May 14, 2024 at 12:38 PM Danny Cranmer wrote: > Hello, > > @Sergey Nuyanzin , it looks like opensearch-2.0.0 > has been c

[VOTE] Release flink-connector-opensearch v2.0.0, release candidate #1

2024-05-15 Thread Sergey Nuyanzin
Hi everyone, Please review and vote on release candidate #1 for flink-connector-opensearch v2.0.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) The complete staging area is available for your review, which includes: * JIRA release n

[VOTE] Release flink-connector-opensearch v1.2.0, release candidate #1

2024-05-15 Thread Sergey Nuyanzin
Hi everyone, Please review and vote on release candidate #1 for flink-connector-opensearch v1.2.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) The complete staging area is available for your review, which includes: * JIRA release n

Re: [DISCUSS] Connector releases for Flink 1.19

2024-05-12 Thread Sergey Nuyanzin
of the > > > > connector releases and pre-requisite code changes. > > > > > > > > > I would like to work on this task, thanks for initiating it! > > > > > > > > The actual release needs to be performed by a committer. However, help > > >

Re: [DISCUSS][QUESTION] Drop jdk 8 support for Flink connector Opensearch

2024-05-12 Thread Sergey Nuyanzin
yep, it seems you are right we need 2 versions otherwise there will be clash between base artifact from both v1 and v2 just faced this while preparations On Tue, Apr 23, 2024 at 4:13 PM Sergey Nuyanzin wrote: > > thanks for your response, Danny > > yeah, I think we could have 2 r

Re: [DISCUSS][QUESTION] Drop jdk 8 support for Flink connector Opensearch

2024-04-23 Thread Sergey Nuyanzin
t; 1.x/2.x and JDK 11 > 2/ flink-connector-opensearch v1.2.0 (or maybe just 1.1.0-1.19) for Flink > 1.18/1.19, opensearch 1.x and JDK 8 > > What do you think? > > Thanks, > Danny > > On Wed, Apr 17, 2024 at 10:07 AM Sergey Nuyanzin > wrote: > > > Hi everyone

[DISCUSS][QUESTION] Drop jdk 8 support for Flink connector Opensearch

2024-04-17 Thread Sergey Nuyanzin
Hi everyone I'm working on support for Opensearch v2.x for Flink connector Opensearch[1]. Unfortunately after several breaking changes (e.g. [2], [3]) on Opensearch side it is not possible anymore to use the same connector built for both Opensearch v1 and v2. This makes us to go in a similar way a

Re: [DISCUSS] Connector releases for Flink 1.19

2024-04-15 Thread Sergey Nuyanzin
Thanks for volunteering Muhammet! And thanks Danny for starting the activity. If I'm not mistaking (please correct me if I'm wrong) this request is not about version update it is about new releases for connectors btw for jdbc connector support of 1.19 and 1.20-SNAPSHOT is already done I would vo

Re: [ANNOUNCE] New Apache Flink Committer - Zakelly Lan

2024-04-15 Thread Sergey Nuyanzin
Congratulations, Zakelly Lan! On Mon, Apr 15, 2024 at 9:46 AM Jinzhong Li wrote: > Congratulations, Zakelly! > > Best, > Jinzhong > > On Mon, Apr 15, 2024 at 2:56 PM Hangxiang Yu wrote: > > > Congratulations, Zakelly! > > > > On Mon, Apr 15, 2024 at 1:58 PM Yun Tang wrote: > > > > > Congratul

Re: [ANNOUNCE] New Apache Flink PMC Member - Jing Ge

2024-04-12 Thread Sergey Nuyanzin
Congratulations, Jing! On Fri, Apr 12, 2024 at 10:29 AM Rui Fan <1996fan...@gmail.com> wrote: > Congratulations, Jing~ > > Best, > Rui > > On Fri, Apr 12, 2024 at 4:28 PM Yun Tang wrote: > > > Congratulations, Jing! > > > > Best > > Yun Tang > > > > From: Jark Wu

Re: [ANNOUNCE] New Apache Flink PMC Member - Lincoln Lee

2024-04-12 Thread Sergey Nuyanzin
Congratulations, Lincoln! On Fri, Apr 12, 2024 at 10:30 AM Rui Fan <1996fan...@gmail.com> wrote: > Congratulations, Lincoln! > > Best, > Rui > > On Fri, Apr 12, 2024 at 3:59 PM Jark Wu wrote: > > > Hi everyone, > > > > On behalf of the PMC, I'm very happy to announce that Lincoln Lee has > > j

[jira] [Created] (FLINK-35094) SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT

2024-04-12 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-35094: --- Summary: SinkTestSuiteBase.testScaleDown is hanging for 1.20-SNAPSHOT Key: FLINK-35094 URL: https://issues.apache.org/jira/browse/FLINK-35094 Project: Flink

[jira] [Created] (FLINK-35059) Bump org.postgresql:postgresql from 42.5.1 to 42.5.5 in flink-connector-jdbc

2024-04-08 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-35059: --- Summary: Bump org.postgresql:postgresql from 42.5.1 to 42.5.5 in flink-connector-jdbc Key: FLINK-35059 URL: https://issues.apache.org/jira/browse/FLINK-35059

[jira] [Created] (FLINK-35057) Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink jdbc connector

2024-04-08 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-35057: --- Summary: Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.1 for Flink jdbc connector Key: FLINK-35057 URL: https://issues.apache.org/jira/browse/FLINK-35057

[jira] [Created] (FLINK-34951) Flink-ci-mirror stopped running for commits after 22nd of March

2024-03-27 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34951: --- Summary: Flink-ci-mirror stopped running for commits after 22nd of March Key: FLINK-34951 URL: https://issues.apache.org/jira/browse/FLINK-34951 Project: Flink

[jira] [Created] (FLINK-34950) Disable spotless on Java 21 for connector-shared-utils

2024-03-27 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34950: --- Summary: Disable spotless on Java 21 for connector-shared-utils Key: FLINK-34950 URL: https://issues.apache.org/jira/browse/FLINK-34950 Project: Flink

[jira] [Created] (FLINK-34942) Support Flink 1.19, 1.20-SNAPSHOT for OpenSearch connector

2024-03-26 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34942: --- Summary: Support Flink 1.19, 1.20-SNAPSHOT for OpenSearch connector Key: FLINK-34942 URL: https://issues.apache.org/jira/browse/FLINK-34942 Project: Flink

[jira] [Created] (FLINK-34941) Cannot convert org.apache.flink.streaming.api.CheckpointingMode to org.apache.flink.core.execution.CheckpointingMode

2024-03-26 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34941: --- Summary: Cannot convert org.apache.flink.streaming.api.CheckpointingMode to org.apache.flink.core.execution.CheckpointingMode Key: FLINK-34941 URL: https

[jira] [Created] (FLINK-34896) Mi

2024-03-20 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34896: --- Summary: Mi Key: FLINK-34896 URL: https://issues.apache.org/jira/browse/FLINK-34896 Project: Flink Issue Type: Sub-task Reporter: Sergey

[jira] [Created] (FLINK-34895) Migrate FlinkRewriteSubQueryRule

2024-03-20 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34895: --- Summary: Migrate FlinkRewriteSubQueryRule Key: FLINK-34895 URL: https://issues.apache.org/jira/browse/FLINK-34895 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-34894) Migrate JoinDependentConditionDerivationRule

2024-03-20 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34894: --- Summary: Migrate JoinDependentConditionDerivationRule Key: FLINK-34894 URL: https://issues.apache.org/jira/browse/FLINK-34894 Project: Flink Issue

[jira] [Created] (FLINK-34893) Bump Checkstyle to 9+

2024-03-20 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34893: --- Summary: Bump Checkstyle to 9+ Key: FLINK-34893 URL: https://issues.apache.org/jira/browse/FLINK-34893 Project: Flink Issue Type: Bug

Re: [ANNOUNCE] Apache Flink 1.19.0 released

2024-03-18 Thread Sergey Nuyanzin
Congratulations, thanks release managers and everyone involved for the great work! On Mon, Mar 18, 2024 at 12:15 PM Benchao Li wrote: > Congratulations! And thanks to all release managers and everyone > involved in this release! > > Yubin Li 于2024年3月18日周一 18:11写道: > > > > Congratulations! > > >

[jira] [Created] (FLINK-34676) Migrate ConvertToNotInOrInRule

2024-03-14 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34676: --- Summary: Migrate ConvertToNotInOrInRule Key: FLINK-34676 URL: https://issues.apache.org/jira/browse/FLINK-34676 Project: Flink Issue Type: Sub-task

  1   2   3   4   5   6   >