Re: [Discuss]- Donate Iceberg Flink Connector

2022-11-08 Thread OpenInx
Hi Sorry for the late reply. I'm one of the core flink iceberg connector maintainers at the early stage (flink 1.12, flink 1.13, flink 1.14). For the later flink releases, I've had some adjustments in my work and had less interactions with apache flink+iceberg, thanks Ryan, Steven, Kyle,

Re: [VOTE] Apache Flink Table Store 0.1.0, release candidate #2

2022-05-05 Thread OpenInx
hose e2e tests successfully. 7. Verify the apache flink access table store: ./bin/sql-client.sh -j /Users/openinx/Downloads/flink-table-store-0.1.0/flink-table-store-dist/target/flink-table-store-dist-0.1.0.jar embedded shell SET 'table-store.path' = '/Users/openinx/test/table-store

Re: [DISCUSS]Support the merge statement in FlinkSQL

2022-02-21 Thread OpenInx
hink it is great if flink has a better abstraction if sql framework, I > know that iceberg > implements the merge statement by extending logical rule from spark. Hi, > openInx, > could you list some needs from your point of view ? > > About: the implement of the merge statement

Re: [DISCUSS]Support the merge statement in FlinkSQL

2022-02-13 Thread OpenInx
I'm currently maintaining the iceberg flink modules from apache iceberg community. Currently, the spark has a great integration experience with iceberg format v2 in batch mode. In this document [1], The merge into syntax from spark sql extensions does really help a lot when people want to change

Re: [ANNOUNCE] New Apache Flink Committer - Leonard Xu

2021-11-15 Thread OpenInx
Congrats, Leonard! On Tue, Nov 16, 2021 at 12:10 AM Leonard Xu wrote: > Thank you all, it’s an honor to work in our community with everyone. > > I will continue to contribute to the Flink community and Flink > ecology(e.g.Flink CDC Connectors). > > Best, > Leonard > > > > > 在

Re: [ANNOUNCE] New Apache Flink Committer - Jing Zhang

2021-11-15 Thread OpenInx
Congrats Jing! On Tue, Nov 16, 2021 at 11:59 AM Terry Wang wrote: > Congratulations, Jing! > Well deserved! > > Best, > Terry Wang > > > > > 2021年11月16日 上午11:27,Zhilong Hong 写道: > > > > Congratulations, Jing! > > > > Best regards, > > Zhilong Hong > > > > On Mon, Nov 15, 2021 at 9:41 PM

Re: The Apache Flink should pay more attention to ensuring API compatibility.

2021-09-28 Thread OpenInx
> Apart from this being `@PublicEvolving` >From my perspective, annotating the 'DynamicTableSink' to be a 'PublicEvolving' class is not reasonable, because that means devs could just change the basic API which all downstream connectors are depending on easily when iterating flink from 1.12 to

Re: The Apache Flink should pay more attention to ensuring API compatibility.

2021-09-28 Thread OpenInx
ververica.com > > > > <https://www.ververica.com/> > > > > > > Follow us @VervericaData > > > > -- > > > > Join Flink Forward <https://flink-forward.org/> - The Apache Flink > > Conference > > > > Stream Proces

Re: The Apache Flink should pay more attention to ensuring API compatibility.

2021-09-27 Thread OpenInx
anyone's feelings. On Tue, Sep 28, 2021 at 12:33 PM OpenInx wrote: > Hi Dev > > We are trying to upgrade the flink version from 1.12.0 to 1.13.2 in apache > iceberg project ( https://github.com/apache/iceberg/pull/3116), but it's > not a great experience. We expect to support

The Apache Flink should pay more attention to ensuring API compatibility.

2021-09-27 Thread OpenInx
is another reason). To better support the compatibility of downstream systems and delivering better experience to flink users, I will strongly suggest the Apache Flink community to pay more attention to ensuring API compatibility. Zheng Hu (openinx) Thanks.

Re: [ANNOUNCE] Yu Li became a Flink committer

2020-02-08 Thread OpenInx
Congratulations Yu! Well deserve. On Tue, Feb 4, 2020 at 9:56 AM Danny Chan wrote: > Congratulations Yu! > > Best, > Danny Chan > 在 2020年2月4日 +0800 AM1:46,dev@flink.apache.org,写道: > > > > Congratulations Yu! >

Re: Apply for contributor permission

2019-12-24 Thread OpenInx
check again ,thank you > > > > > > Jark Wu 于2019年12月25日周三 上午11:02写道: > > > > > > > It seems that the close permission is not applied to every JIRA > users, > > > only > > > > Contributors. > > > > > > > > I ad

Re: Apply for contributor permission

2019-12-24 Thread OpenInx
Hi tison I'm also encountering the same problem, I wanna to close the jira[1], but found that I've no permission to close the jira. I think the apache contributor should have the permission to close a JIRA ? should have some jira configurations to grant the permission. My JIRA ID is : openinx

Re: [ANNOUNCE] Zhu Zhu becomes a Flink committer

2019-12-14 Thread OpenInx
Congrats Zhu Zhu! On Sat, Dec 14, 2019 at 2:38 PM Jeff Zhang wrote: > Congrats, Zhu Zhu! > > Paul Lam 于2019年12月14日周六 上午10:29写道: > > > Congrats Zhu Zhu! > > > > Best, > > Paul Lam > > > > Kurt Young 于2019年12月14日周六 上午10:22写道: > > > > > Congratulations Zhu Zhu! > > > > > > Best, > > > Kurt > > >

Re: [VOTE] FLIP-83: Flink End-to-end Performance Testing Framework

2019-11-17 Thread OpenInx
+1 (non-binding) On Mon, Nov 18, 2019 at 11:54 AM aihua li wrote: > +1 (non-binding) > > Thanks Yu Li for driving on this. > > > 在 2019年11月15日,下午8:10,Yu Li 写道: > > > > Hi All, > > > > I would like to start the vote for FLIP-83 [1] which is discussed and > > reached consensus in the

Re: [ANNOUNCE] Jark Wu is now part of the Flink PMC

2019-11-08 Thread OpenInx
Congrats Jark ! Well deserve. On Fri, Nov 8, 2019 at 5:53 PM Paul Lam wrote: > Congrats Jark! > > Best, > Paul Lam > > > 在 2019年11月8日,17:51,jincheng sun 写道: > > > > Hi all, > > > > On behalf of the Flink PMC, I'm happy to announce that Jark Wu is now > > part of the Apache Flink Project

Anybody can help to review the PR about re-work the e2e framework in Java ?

2019-11-05 Thread OpenInx
Hi : I’m working on the e2e framework re-work, say rewrite the the e2e framework in java so that we can do more things, such as running it on both standalone & distributed Flink cluster, test on standalone or distributed kafka env , run under maven env etc. Talked with Till and Chesnay in

Re: Error:java: 无效的标记: --add-exports=java.base/sun.net.util=ALL-UNNAMED

2019-11-04 Thread OpenInx
Hi I met the same problem before. After some digging, I find that the idea will detect the JDK version and choose whether to use the jdk11 option to run the flink maven building. if you are in jdk11 env, then it will add the option --add-exports when maven building in IDEA. For my case, I was

Re: [DISCUSS] FLIP-83: Flink End-to-end Performance Testing Framework

2019-11-03 Thread OpenInx
> The test cases are written in java and scripts in python. We propose a separate directory/module in parallel with flink-end-to-end-tests, with the > name of flink-end-to-end-perf-tests. Glad to see that the newly introduced e2e test will be written in Java. because I'm re-working on the

Re: [ANNOUNCE] Becket Qin joins the Flink PMC

2019-10-28 Thread OpenInx
Congratulations Becket! On Tue, Oct 29, 2019 at 10:06 AM Zili Chen wrote: > Congratulations Becket! > > Best, > tison. > > > Congxian Qiu 于2019年10月29日周二 上午9:53写道: > > > Congratulations Becket! > > > > Best, > > Congxian > > > > > > Wei Zhong 于2019年10月29日周二 上午9:42写道: > > > > > Congratulations