Flink tableApi/sql calendar

2018-08-25 Thread Sergey Nuyanzin
Hello, I have just faced with a question: what calendar is used by Flink tableAPI/sql? For instance there was a TIMESTAMPADD related issue [1] with references to MySql documentation. However there are some contradictions like: from one side there is a testTimestampAdd[2] in Flink which expects

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

2021-11-13 Thread Sergey Nuyanzin
Congratulations! On Sat, Nov 13, 2021 at 5:03 AM Yufei Zhang wrote: > Congratulations! > > Cheers, > Yufei > > On Sat, 13 Nov 2021 at 10:10, Yun Gao > wrote: > > > Congratulations Leonard! > > > > Best, > > Yun > > > > > > -- > >

Re: Re: [ANNOUNCE] New Apache Flink Committer - Yangze Guo

2021-11-13 Thread Sergey Nuyanzin
Congratulations! On Sat, Nov 13, 2021 at 3:10 AM Yun Gao wrote: > Congratulations Yangze! > > > Best, > Yun > > > -- > Sender:Piotr Nowojski > Date:2021/11/12 17:02:12 > Recipient:dev > Theme:Re: [ANNOUNCE] New Apache Flink

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-29 Thread Sergey Nuyanzin
, 2021 at 2:22 PM Daisy Tsang wrote: > Hi, > > would a command that shows the available table source/sink factories be > implemented? Something that can show that a factory is loaded, etc. > > - Daisy > > On Thu, Nov 4, 2021 at 8:30 AM Sergey Nuyanzin > wrote: > &g

Re: [VOTE] FLIP-189: SQL Client Usability Improvements

2021-11-12 Thread Sergey Nuyanzin
> >>>> > > >>>> On Fri, Nov 5, 2021, 17:45 Konstantin Knauf > > wrote: > > >>>> > > >>>>> +1 (binding) > > >>>>> > > >>>>> On Fri, Nov 5, 2021 at 4:03 PM Martijn Visser &l

Re: [VOTE][FLIP-195] Improve the name and structure of vertex and operator name for job

2021-11-23 Thread Sergey Nuyanzin
+1 (non-binding) On Wed, Nov 24, 2021 at 8:38 AM godfrey he wrote: > +1 (binding) > > Best, > Godfrey > > Jark Wu 于2021年11月24日周三 下午12:02写道: > > > > +1 (binding) > > > > Btw, @JingZhang I think your vote can be counted into binding now. > > > > Best, > > Jark > > > > On Tue, 23 Nov 2021 at

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-02 Thread Sergey Nuyanzin
at 1:56 AM Martijn Visser > >>>> wrote: > >>>> > >>>>> Hi Sergey, > >>>>> > >>>>> I guess you've just set a new standard ;-) I agree with Ingo, these > >>>>> improvements look really good! > >>&

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-02 Thread Sergey Nuyanzin
a new standard ;-) I agree with Ingo, these > > > > > improvements look really good! > > > > > > > > > > Best regards, > > > > > > > > > > Martijn > > > > > > > > > > On Mon, 1 Nov 2021 at 18:23,

[DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-10-28 Thread Sergey Nuyanzin
Hi all, I want to start a discussion about FLIP-189: SQL Client Usability Improvements. The main changes in this FLIP: - Flink sql client parser improvements so that sql client does not ask for ; inside a quoted string or a comment - use prompt to show what sql client is waiting for -

Flink sql client usability improvements

2021-10-26 Thread Sergey Nuyanzin
Hello Flink community currently I work a bit with some regarding Flink sql client usability issues [1] I noticed that there could be a lot more usability improvement, that's why first I want to ask if it makes sense for the community to raise such a FLIP. And yes, I would like to contribute

Re: Flink sql client usability improvements

2021-10-27 Thread Sergey Nuyanzin
display/FLINK/FLIP-163%3A+SQL+Client+Improvements > > Best, > Jark > > On Tue, 26 Oct 2021 at 20:09, Sergey Nuyanzin wrote: > > > Hello Flink community > > > > currently I work a bit with some regarding Flink sql client usability > > issues [1] > > > > I n

[DISCUSS] Should we go only with DateTimeFormatter in DateTimeUtils for DATE_FORMAT

2021-11-09 Thread Sergey Nuyanzin
Hi all, In flink-table-common in DateTimeUtils class there are several dateFormat methods. Based on documentation [1] DATE_FORMAT Built-in function it should be compatible with SimpleDateFormat. However in fact it is compatible only for timestamps with non local timezones while for timestamps with

Re: [VOTE] FLIP-189: SQL Client Usability Improvements

2021-11-05 Thread Sergey Nuyanzin
Also there is a short demo showing some of the features mentioned in this FLIP. It is available at https://asciinema.org/a/446247?speed=3.0 (It was also mentioned in [DISCUSS] thread) On Wed, Nov 3, 2021 at 11:04 PM Sergey Nuyanzin wrote: > > Hi everyone, > > I would like to

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-03 Thread Sergey Nuyanzin
OJO that the CLI can receive from the Executor. > > Regards, > Timo > > > On 03.11.21 11:12, Sergey Nuyanzin wrote: > > Hi 李宇彬, > > > > I think you are right. Thank you very much for the idea. > > I came across MySQL[1] and PostgreSQL[2] prompts and also

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-03 Thread Sergey Nuyanzin
org/jira/browse/FLINK-24730 > > > > > On 11/2/2021 21:09,Sergey Nuyanzin wrote: > Hi Timo > > Thank you for your questions. > > I will answer your questions here and update FLIP's page as well > > For example, who is responsible for parsing comments? I guess

[VOTE] FLIP-189: SQL Client Usability Improvements

2021-11-03 Thread Sergey Nuyanzin
Hi everyone, I would like to start a vote on FLIP-189: SQL Client Usability Improvements [1]. The FLIP was discussed in this thread [2]. FLIP-189 targets usability improvements of SQL Client such as parsing improvement, syntax highlighting, completion, prompts The vote will be open for at least

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-04 Thread Sergey Nuyanzin
I've started a [VOTE] thread for this FLIP https://lists.apache.org/thread/f14jjhrscrdv7h6zw6h1k72nfx232qxs On Wed, Nov 3, 2021 at 2:59 PM Sergey Nuyanzin wrote: > Hi Timo, > > I completely agree it would be great if we can propagate Calcite parser > config in > the way you

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-11-01 Thread Sergey Nuyanzin
: > Thanks for creating this FLIP Sergey. I think what you propose sounds like > very good improvements for the SQL client. This should make the client a > lot more ergonomic :-) > > Cheers, > Till > > On Fri, Oct 29, 2021 at 11:26 AM Sergey Nuyanzin > wrote: > > > Hi

Re: [DISCUSS] FLIP-189: SQL Client Usability Improvements

2021-10-29 Thread Sergey Nuyanzin
show (some of) the proposed improvements. Is that something that > might be easily feasible? > > Best regards, > > Martijn > > On Thu, 28 Oct 2021 at 11:02, Sergey Nuyanzin wrote: > > > Hi all, > > > > I want to start a discussion about FLIP-189: SQL Cli

Re: [VOTE] FLIP-190: Support Version Upgrades for Table API & SQL Programs

2021-12-16 Thread Sergey Nuyanzin
+1 (non-binding) On Wed, Dec 15, 2021 at 11:22 AM godfrey he wrote: > +1 (binding) > > Best, > Godfrey > > Ingo Bürk 于2021年12月15日周三 16:19写道: > > > > +1 (binding) > > > > Thanks for driving this much needed feature! > > > > On 14.12.21 17:45, Timo Walther wrote: > > > Hi everyone, > > > > > >

Re: [ANNOUNCE] New Apache Flink Committer - Ingo Bürk

2021-12-05 Thread Sergey Nuyanzin
Congratulations, Ingo! On Mon, Dec 6, 2021 at 7:32 AM Leonard Xu wrote: > Congratulations, Ingo! Well Deserved. > > Best, > Leonard > > > 2021年12月3日 下午11:24,Ingo Bürk 写道: > > > > Thank you everyone for the warm welcome! > > > > > > Best > > Ingo > > > > On Fri, Dec 3, 2021 at 11:47 AM Ryan

Re: [ANNOUNCE] New Apache Flink Committer - Matthias Pohl

2021-12-05 Thread Sergey Nuyanzin
Congratulations, Matthias! On Mon, Dec 6, 2021 at 7:33 AM Leonard Xu wrote: > Congratulations Matthias! > > Best, > Leonard > > 2021年12月3日 下午11:23,Matthias Pohl 写道: > > > > Thank you! I'm looking forward to continue working with you. > > > > On Fri, Dec 3, 2021 at 7:29 AM Jingsong Li > wrote:

Re: [ANNOUNCE] New Apache Flink Committer - Martijn Visser

2022-03-03 Thread Sergey Nuyanzin
Congratulations Martijn! On Fri, Mar 4, 2022 at 8:07 AM David Morávek wrote: > Congratulations Martijn, well deserved! > > Best, > D. > > On Fri, Mar 4, 2022 at 7:25 AM Jiangang Liu > wrote: > > > Congratulations Martijn! > > > > Best > > Liu Jiangang > > > > Lijie Wang 于2022年3月4日周五 14:00写道:

Re: [VOTE] FLIP-356: Support Nested Fields Filter Pushdown

2023-09-05 Thread Sergey Nuyanzin
+1 (binding) On Tue, Sep 5, 2023 at 4:55 PM Jiabao Sun wrote: > +1 (non-binding) > > Best, > Jiabao > > > > 2023年9月5日 下午10:33,Martijn Visser 写道: > > > > +1 (binding) > > > > On Tue, Sep 5, 2023 at 4:16 PM ConradJam wrote: > > > >> +1 (non-binding) > >> > >> Yuepeng Pan 于2023年9月1日周五 15:43写道:

Re: Flink and Flink shaded dependency

2023-09-13 Thread Sergey Nuyanzin
Hi Jing, If I remember correctly, bumping of guava to another major version usually leads to package rename since the major version number is a part of the package name... Not 100% sure however this could be the reason for some potential breaking changes (we also faced that with connectors while

Re: Flink and Flink shaded dependency

2023-09-13 Thread Sergey Nuyanzin
ors that used > > Flink Shaded in the released versions, given that Guava is part of the > > package name. I think that was the case for Kafka, Pulsar, JDBC, PubSub, > > HBase, Cassandra and maybe even more. We shouldn't do this upgrade. > > > > Best regards, > > > &g

Re: [VOTE] FLIP-348: Make expanding behavior of virtual metadata columns configurable

2023-08-31 Thread Sergey Nuyanzin
+1 (binding) On Thu, Aug 31, 2023 at 9:28 AM Benchao Li wrote: > +1 (binding) > > Martijn Visser 于2023年8月31日周四 15:24写道: > > > > +1 (binding) > > > > On Thu, Aug 31, 2023 at 9:09 AM Timo Walther wrote: > > > > > Hi everyone, > > > > > > I'd like to start a vote on FLIP-348: Make expanding

Re: Flink and Flink shaded dependency

2023-09-14 Thread Sergey Nuyanzin
. What if CVE related > code has been used in Flink? I do see it is an issue that upgrading a lib > in the flink-shaded repo is not recommended because of the complexity. > IMHO, we don't want to put the cart before the horse. > > Best regards, > Jing > > On Wed, Sep

Re: Inconsistent build Flink from source in readme and docs

2023-09-14 Thread Sergey Nuyanzin
Hi David The links you have mentioned seems correct Movement[1] towards to maven 3.8.6 happened since 1.18.x, and this is mentioned in doc for master branch At the same time 1.17.x still requires 3.3.x as mentioned in the doc for 1.17 you've mentioned. so it depends on the Flink version [1]

Re: [VOTE] Release flink-connector-hbase v3.0.0, release candidate 2

2023-09-04 Thread Sergey Nuyanzin
Hi Martijn, thanks a lot for taking this +1 (non-binding) - checked signatures and checksums - checked that no binaries - checked NOTICE and LICENSE - checked web PR there is one minor I noticed: the connector still uses "io.github.zentol .flink" for flink-connector-parent I submitted a PR[1]

Re: [DISCUSS] Drop python 3.7 support in 1.19

2023-09-04 Thread Sergey Nuyanzin
+1, Thanks for looking into this. On Mon, Sep 4, 2023 at 8:38 AM Gyula Fóra wrote: > +1 > Thanks for looking into this. > > Gyula > > On Mon, Sep 4, 2023 at 8:26 AM Matthias Pohl .invalid> > wrote: > > > Thanks Gabor for looking into it. It sounds reasonable to me as well. > > > > +1 > > > >

Re: How do I source debug the scala in the flink table planner?

2023-11-02 Thread Sergey Nuyanzin
Hi David thanks on working on it May be I don't fully understand your issue however if you are using IntellijIdea and scala plugin (at least in readme it is mentioned that it is recommended) then you should be able to download corresponding sources(at least for table-planner) set breakpoints

Re: How do I source debug the scala in the flink table planner?

2023-11-05 Thread Sergey Nuyanzin
the Scala breakpoints do not spring. I wonder if it > relates to the planner being loaded in a different class loader. > > Kind regards, David. > > > > > > From: Sergey Nuyanzin > Date: Thursday, 2 November 2023 at 19:58 > To: dev@flink.apache.org > Sub

Re: [VOTE] Apache Flink Kafka connector version 3.0.1, RC1

2023-10-30 Thread Sergey Nuyanzin
+1 (non-binding) * Verified hashes and checksums * Built from source * Checked release tag * Reviewed the web PR On Mon, Oct 30, 2023 at 5:13 PM Tzu-Li (Gordon) Tai wrote: > +1 (binding) > > - Hashes and checksums > - Build succeeds against 1.18.0: mvn clean install -Dflink.version=1.18.0 > -

Re: [VOTE] FLIP-373: Support Configuring Different State TTLs using SQL Hint

2023-10-25 Thread Sergey Nuyanzin
+1 (binding) On Wed, Oct 25, 2023 at 2:03 PM liu ron wrote: > +1(binding) > > Best, > Ron > > Jark Wu 于2023年10月25日周三 19:52写道: > > > +1 (binding) > > > > Best, > > Jark > > > > On Wed, 25 Oct 2023 at 16:27, Jiabao Sun .invalid> > > wrote: > > > > > Thanks Jane for driving this. > > > > > > +1

Re: [DISCUSS] [FLINK-32873] Add a config to allow disabling Query hints

2023-10-02 Thread Sergey Nuyanzin
Hi Bonnie, I think changing it to something like .enabled could lead to misunderstanding for instance when we set this flag to false what should it mean? 1. Just ignore hints and execute a query like the same query however with removed hints 2. Fail on validation because hints are disabled 3.

Re: [DISCUSS] [FLINK-32873] Add a config to allow disabling Query hints

2023-10-04 Thread Sergey Nuyanzin
make sure the purpose > > of this discussion is to globally ignore hints without changing any other > > behaviours, if I am not mistaken. Thanks! > > > > Best regards, > > Jing > > > > On Mon, Oct 2, 2023 at 3:40 PM Sergey Nuyanzin > wrote: > > &g

Re: [VOTE] FLIP-239: Port JDBC Connector to FLIP-27-143

2023-10-12 Thread Sergey Nuyanzin
+1 (binding) On Thu, Oct 12, 2023 at 10:44 AM Martijn Visser wrote: > +1 (binding) > > On Thu, Oct 12, 2023 at 8:12 AM Samrat Deb wrote: > > > > +1 (non binding ) > > > > Bests, > > Samrat > > > > On Thu, Oct 12, 2023 at 11:14 AM Jing Ge > wrote: > > > > > +1(binding) Thanks! > > > > > > Best

Re: [ANNOUNCE] Release 1.18.0, release candidate #1

2023-10-05 Thread Sergey Nuyanzin
Thanks for creating RC1 * Downloaded artifacts * Built from sources * Verified checksums and gpg signatures * Verified versions in pom files * Checked NOTICE, LICENSE files The strange thing I faced is CheckpointAfterAllTasksFinishedITCase.testRestoreAfterSomeTasksFinished fails on AZP [1]

Re: [DISCUSS] Remove legacy Paimon (TableStore) doc link from Flink web navigation

2023-10-18 Thread Sergey Nuyanzin
+1 On Wed, Oct 18, 2023, 09:33 Yu Li wrote: > +1 > > Best Regards, > Yu > > > On Tue, 17 Oct 2023 at 18:59, Jing Ge wrote: > > > +1 > > > > On Tue, Oct 17, 2023 at 11:13 AM Yong Fang wrote: > > > > > +1 > > > > > > On Tue, Oct 17, 2023 at 4:52 PM Leonard Xu wrote: > > > > > > > +1 > > > > >

Re: [ANNOUNCE] Release 1.18.0, release candidate #1

2023-10-09 Thread Sergey Nuyanzin
> > > [1] https://nightlies.apache.org/flink/ > > > > On Fri, Oct 6, 2023 at 2:03 PM Konstantin Knauf > wrote: > > > >> Hi everyone, > >> > >> I've just opened a PR for the release announcement [1] and I am looking > >> forwar

Re: [VOTE] FLIP-367: Support Setting Parallelism for Table/SQL Sources

2023-10-11 Thread Sergey Nuyanzin
+1 (binding) that's a nice improvement thanks for driving that On Wed, Oct 11, 2023 at 8:42 AM Lincoln Lee wrote: > +1 (binding) > > Best, > Lincoln Lee > > > Leonard Xu 于2023年10月10日周二 09:57写道: > > > +1(binding) > > > > Best, > > Leonard > > > > > On Oct 9, 2023, at 9:45 PM, Jing Ge > wrote:

Re: [ANNOUNCE] The Flink Speed Center and benchmark daily run are back online

2023-10-20 Thread Sergey Nuyanzin
Thanks a lot for working on this! On Fri, Oct 20, 2023 at 9:27 AM Yangze Guo wrote: > Thanks for the effort, Zhaoqian! > > Best, > Yangze Guo > > On Fri, Oct 20, 2023 at 2:55 PM Leonard Xu wrote: > > > > Thanks Zakelly for the great work. > > > > Best, > > Leonard > > > > > 2023年10月19日

Re: [ANNOUNCE] New Apache Flink Committer - Ron Liu

2023-10-16 Thread Sergey Nuyanzin
Congratulations, Ron! On Mon, Oct 16, 2023 at 9:38 AM Qingsheng Ren wrote: > Congratulations and welcome aboard, Ron! > > Best, > Qingsheng > > > On Oct 16, 2023, at 11:22, yuxia wrote: > > > > Congratulations, Ron! > > > > Best regards, > > Yuxia > > > > - 原始邮件 - > > 发件人: "Feng Jin"

Re: [ANNOUNCE] New Apache Flink Committer - Jane Chan

2023-10-16 Thread Sergey Nuyanzin
Congratulations, Jane! On Mon, Oct 16, 2023 at 9:39 AM Qingsheng Ren wrote: > Congratulations and welcome, Jane! > > Best, > Qingsheng > > > On Oct 16, 2023, at 14:20, Benchao Li wrote: > > > > Congrats, Jane! Well deserved~ > > > > Leonard Xu 于2023年10月16日周一 14:19写道: > >> > >> > >>> Congrats!

Re: [ANNOUNCE] Release 1.18.0, release candidate #1

2023-10-06 Thread Sergey Nuyanzin
On Thu, Oct 5, 2023 at 11:19 PM Sergey Nuyanzin wrote: > Thanks for creating RC1 > > * Downloaded artifacts > * Built from sources > * Verified checksums and gpg signatures > * Verified versions in pom files > * Checked NOTICE, LICENSE files > >

Re: [VOTE] Release 1.18.0, release candidate #3

2023-10-24 Thread Sergey Nuyanzin
+1 (non-binding) - Downloaded artifacts - Built Flink from sources - Verified SHA512 checksums GPG signatures - Compared checkout with provided sources - Verified pom/NOTICE - Deployed standalone session cluster and ran WordCount example in batch and streaming On Tue, Oct 24, 2023 at 9:09 

Re: [Re-DISCUSS] FLIP-202: Introduce ClickHouse Connector

2023-08-24 Thread Sergey Nuyanzin
Hi Conrad, Thanks for driving it. In general I'm +1 however I have a couple of questions 1. From FLIP's description it is not clear whether this connector will support Async sink [1] or not, could you please clarify it? 2. Also may be a bit more details in FLIP's page would helpful why a new

[SUMMARY] Flink 1.18 Release Sync 08/15/2023

2023-08-15 Thread Sergey Nuyanzin
Hi devs, We'd like to share some highlights about the 1.18 release sync on Aug 15, 2023. - Currently we have 2 blocker issues [1], [2]. We'll try to resolve these issues and then cut the 1.18 release branch assuming there are no new blockers. - Release testing is ongoing: currently 4 out of 28

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

2022-06-15 Thread Sergey Nuyanzin
Congratulations, Jingsong! On Wed, Jun 15, 2022 at 8:45 AM Jingsong Li wrote: > Thanks everyone. > > It's great to be with you in the Flink community! > > Best, > Jingsong > > On Wed, Jun 15, 2022 at 2:11 PM Yun Gao > wrote: > > > > Congratulations, Jingsong! > > > > Best, > > Yun Gao > > > >

Re: [ANNOUNCE] New Apache Flink Committers: Qingsheng Ren, Shengkai Fang

2022-06-20 Thread Sergey Nuyanzin
Congratulations, Qingsheng and ShengKai. On Mon, Jun 20, 2022 at 11:20 AM Feifan Wang wrote: > Congratulations, Qingsheng and ShengKai. > > > > Best, > Feifan > > > —— > Name: Feifan Wang > Email: zoltar9...@163.com > > > Replied Message > | From | Zakelly Lan | > | Date |

Re: [ANNOUNCE] Apache Flink 1.15.0 released

2022-05-05 Thread Sergey Nuyanzin
Great news! Congratulations! Thanks to the release managers, and everyone involved. On Thu, May 5, 2022 at 11:57 AM godfrey he wrote: > Congratulations~ > > Thanks Yun, Till and Joe for driving this release > and everyone who made this release happen. > > Best, > Godfrey > > Becket Qin

Re: Flink Table Task question

2022-09-01 Thread Sergey Nuyanzin
Hi Emma, not sure if I fully understand your question/case however there is a FLIP-195 [1] about improvement of naming I think you might be interested in taking a look at it [1]

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

2022-09-29 Thread Sergey Nuyanzin
+1 (non-binding) - downloaded the artifacts - compiled from source - verified checksum - verified signatures On Thu, Sep 29, 2022 at 9:26 AM Martijn Visser wrote: > Thanks for pushing this release Chesnay. > > +1 (binding) > > - Verified that checksums and GPG files match the released files >

Re: [VOTE] Drop Gelly

2022-10-17 Thread Sergey Nuyanzin
+1 (non-binding) On Mon, Oct 17, 2022 at 5:50 AM Yun Gao wrote: > Hi Yu, > Very thanks for the suggestions and I also strongly > agree with that. Perhaps we could update the Gelly > documentation pages to also express the information. > Best, > Yun Gao >

Re: [VOTE] Release 1.16.0, release candidate #2

2022-10-24 Thread Sergey Nuyanzin
+1 (non-binding) - checked hashes and signatures - built from sources - started cluster, ran different simple jobs - checked sql client On Mon, Oct 24, 2022 at 3:14 PM Leonard Xu wrote: > +1 (non-binding) > > - verified signatures and hashsums > - built from source code succeeded > - checked

Re: [DISCUSS] Restructure FLIP pages with page properties

2022-09-19 Thread Sergey Nuyanzin
Thanks for the proposal and for driving this Chesnay! It already looks much better. There are some thoughts about that. The list of FLIPs that appears in the menu as part of the FLIP overview [1] exceeds 200 now which results in Confluence applying pagination. Users have to click an additional

Re: [ANNOUNCE] New Apache Flink PMC Member - Martijn Visser

2022-09-10 Thread Sergey Nuyanzin
Congratulations, Martijn! Well deserved. On Fri, Sep 9, 2022 at 6:38 PM Matthias Pohl wrote: > Congrats, Martijn! Indeed, well deserved :-) > > On Fri, Sep 9, 2022 at 5:10 PM tison wrote: > > > Congrats! Well deserved. > > > > Best, > > tison. > > > > > > Timo Walther 于2022年9月9日周五 23:08写道: >

Re: [ANNOUNCE] New Apache Flink Committer - Caizhi Weng

2022-09-10 Thread Sergey Nuyanzin
Congratulations Caizhi! On Fri, Sep 9, 2022 at 6:38 PM Matthias Pohl wrote: > Congratulations, Caizhi! > > On Fri, Sep 9, 2022 at 3:50 PM Yun Tang wrote: > > > Congratulations Caizhi, well deserved! > > > > Best > > Yun Tang > > > > From: Martijn Visser > >

Re: [VOTE] Remove HCatalog connector

2022-10-13 Thread Sergey Nuyanzin
+1 (non-binding) Thanks Martijn for driving this On Thu, Oct 13, 2022 at 8:47 AM Qingsheng Ren wrote: > +1 > > Thanks for driving this Martijn! > > Best, > Qingsheng > > > On Oct 13, 2022, at 03:45, Martijn Visser > wrote: > > > > Hi everyone, > > > > Since no comments were made, I'm opening a

Re: [ANNOUNCE] New Apache Flink PMC Member - Danny Cranmer

2022-10-11 Thread Sergey Nuyanzin
Congratulations, Danny On Tue, Oct 11, 2022, 15:18 Lincoln Lee wrote: > Congratulations Danny! > > Best, > Lincoln Lee > > > Congxian Qiu 于2022年10月11日周二 19:42写道: > > > Congratulations Danny! > > > > Best, > > Congxian > > > > > > Leonard Xu 于2022年10月11日周二 18:03写道: > > > > > Congratulations

Re: [VOTE] Update Flink's Scala 2.12 support from 2.12.7 to 2.12.16

2022-12-17 Thread Sergey Nuyanzin
+1 (non-binding) On Sat, Dec 17, 2022 at 1:06 PM David Anderson wrote: > +1 (binding) > > > > On Fri, Dec 16, 2022 at 12:22 PM Martijn Visser > wrote: > > > Hi all, > > > > I'm bumping this old vote thread once more. > > > > If we want to add Java 17 support at some point, we will need to

Re: [DISCUSS] Release Flink 1.16.1

2022-12-17 Thread Sergey Nuyanzin
Hi Martijn, +1 thanks for bringing this up On Sat, Dec 17, 2022 at 5:11 PM Konstantin Knauf wrote: > Hi Martijn, > > thanks for bringing it up and +1 to do a release rather soon. > > Best, > > Konstantin > > Am Fr., 16. Dez. 2022 um 06:17 Uhr schrieb ConradJam >: > > > Hi Martijn, > > > >

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

2022-12-19 Thread Sergey Nuyanzin
+1 (non-binding) - Validated hashes and signature - Verified that no binaries exist in the source archive - Build from sources with Maven - Verified licenses On Sat, Dec 17, 2022 at 8:34 AM Martijn Visser wrote: > Hi Danny, > > +1 (binding) > > - Validated hashes > - Verified signature > -

Re: [VOTE] Release flink-connector-jdbc, release candidate #2

2022-12-19 Thread Sergey Nuyanzin
+1 (non-binding) - Validated hashes and signature - Verified that no binaries exist in the source archive - Build from sources with Maven - Verified licenses one nitpick: it seems a link to the tag is broken (number 5) I guess it should be this one

Re: [Discuss] SQL Client syntax to show a configuration

2022-12-21 Thread Sergey Nuyanzin
Hi Mingliang, Thanks for bringing this up >From one side, yes some engines use SHOW syntax and I would rather +0.5 here. >From another side both SHOW and SET are very limited commands. Maybe it would make sense to look at information_schema (mentioned in SQL 92[1]) and most databases already

Re: [ANNOUNCE] New Apache Flink Committer - Matyas Orhidi

2022-11-21 Thread Sergey Nuyanzin
Congratulations, Matyas! On Tue, Nov 22, 2022 at 8:31 AM Steven Wu wrote: > Congrats, Matyas! > > On Mon, Nov 21, 2022 at 11:19 PM godfrey he wrote: > > > Congratulations, Matyas! > > > > Matthias Pohl 于2022年11月22日周二 13:40写道: > > > > > > Congratulations, Matyas :) > > > > > > On Tue, Nov 22,

Re: [ANNOUNCE] New Apache Flink PMC Members - Godfrey He, Xingbo Huang

2022-11-24 Thread Sergey Nuyanzin
Congrats to both! On Thu, Nov 24, 2022 at 8:59 AM Yun Gao wrote: > Congratulations Godfrey and Xingbo! > Best, > Yun Gao > -- > From:Matthias Pohl > Send Time:2022 Nov. 24 (Thu.) 12:25 > To:dev > Subject:Re: [ANNOUNCE] New Apache

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

2022-11-21 Thread Sergey Nuyanzin
KEYS > > [4] > https://repository.apache.org/content/repositories/orgapacheflink-1548 > > [5] https://github.com/apache/flink/tree/release-1.15.3-rc1 > > [6] https://github.com/apache/flink-web/pull/581 > > > > > > On Mon, Nov 21, 2022 at 11:32 AM Sergey

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

2022-11-21 Thread Sergey Nuyanzin
Maybe I'm doing something wrong... however when I'm trying to go to links mentioned in the first email I receive 404 for these links https://dist.apache.org/repos/dist/dev/flink/flink-1.15.3-r c1

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

2023-01-26 Thread Sergey Nuyanzin
Thanks Martijn. +1 (non-binding) - Verified checksums and signatures - Built from sources - Compared downloaded with mentioned git tag - Verified version in poms - Ran several queries in batch and streaming (standalone cluster) - Verified NOTICE and LICENSE files On Mon, Jan 23, 2023 at 2:06 PM

Re: [VOTE] Release flink-connector-gcp-pubsub v3.0.0, release candidate #1

2023-01-26 Thread Sergey Nuyanzin
+1 (non-binding) * verified hashes and signatures * verified versions in pom files * verified LICENSE and NOTICE files * compared sources against git tag * built from sources On Thu, Jan 26, 2023 at 3:08 PM Konstantin Knauf wrote: > +1 (binding) > > * checked Maven and source artifact

Re: [VOTE] Release Apache Flink Elasticsearch connector 3.0.0, rc2

2022-11-07 Thread Sergey Nuyanzin
+1 (non-binding) - checked signatures - checked tag - checked LICENSE/NOTICE files - no binaries in source - checked versions On Mon, Nov 7, 2022 at 2:32 PM Danny Cranmer wrote: > +1 (binding) > > - Source release does not contain binaries > - Source release builds and tests pass (when using

Re: [VOTE] Release Apache Flink Elasticsearch connector 3.0.0, rc1

2022-11-02 Thread Sergey Nuyanzin
still checking however there is at least one finding I would like to highlight currently elasticsearch connector depends on jackson-bom 2.13.2.20220328 which has 2 CVEs CVE-2022-42003[1] CVE-2022-42004[2] fixed in 2.13.4.20221013 [3] Does it make sense to include it in this version? [1]

Re: [ANNOUNCE] Apache Flink 1.16.0 released

2022-10-31 Thread Sergey Nuyanzin
Congratulations! Thanks everyone involved! On Mon, Oct 31, 2022 at 3:15 PM Matthias Pohl wrote: > Thanks everyone for making this release happen. > > Best, > Matthias > > On Mon, Oct 31, 2022 at 10:47 AM Yuan Mei wrote: > > > Congrats! Thanks everyone who is making this release happen! > > > >

Re: [VOTE] FLIP-297: Improve Auxiliary Sql Statements

2023-03-08 Thread Sergey Nuyanzin
+1 (binding) i guess based on [1], please correct me if i am wrong [1] https://cwiki.apache.org/confluence/display/FLINK/Flink+Bylaws#FlinkBylaws-Actions On Wed, Mar 8, 2023 at 8:04 AM yuxia wrote: > +1 (non-binding) > Thanks Ran Tao for driving it. > > Best regards, > Yuxia > > - 原始邮件

Re: [ANNOUNCE] Release 1.17.0, release candidate #1

2023-03-10 Thread Sergey Nuyanzin
I guess there is something wrong with signature while checking it i got this gpg: assuming signed data in 'flink-1.17.0-bin-scala_2.12.tgz' gpg: Signature made Wed 08 Mar 2023 03:59:17 PM CET gpg:using RSA key A1BD477F79D036D2C30CA7DBCA8AEEC2F6EB040B gpg: BAD signature from

Re: Re: [ANNOUNCE] New Apache Flink Committer - Yuxia Luo

2023-03-13 Thread Sergey Nuyanzin
Congratulations, Yuxia! On Mon, Mar 13, 2023 at 9:24 AM Leonard Xu wrote: > Congrats Yuxia, impressive work on hive,well deserved! > > Best, > Leonard > > On Mon, Mar 13, 2023 at 3:49 PM Martijn Visser > wrote: > > > Congrats Yuxia, well deserved! > > > > On Mon, Mar 13, 2023 at 5:29 AM Jane

Re: [DISCUSS] Planning Flink 1.18

2023-03-24 Thread Sergey Nuyanzin
Thanks for starting the discussion about Flink 1.18. I would be interested in helping out around the release as well. On Sat, Mar 25, 2023 at 2:20 AM Qingsheng Ren wrote: > Hi Konstantin, > > Thanks for kicking off 1.18! As mentioned by Jing we’d like to participate > in the new cycle, and hope

Re: [VOTE] Release 1.17.0, release candidate #3

2023-03-21 Thread Sergey Nuyanzin
+1 (non-binding) - downloaded, checked hashes - verified signatures - built from sources - checked LICENSE and NOTICE files - ran simple jobs On Tue, Mar 21, 2023, 11:16 Etienne Chauchot wrote: > Hi all, > > - I read the release notes: I'd suggest if possible that we group the > subtasks by

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-27 Thread Sergey Nuyanzin
doing this by adding an > > > > Information > > > > > schema? The SHOW approach requires modifying the parser/language > for > > > > every > > > > > gap we identify. On the flip side, an Information schema is much > > easier > > >

Re: [ANNOUNCE] New Apache Flink PMC Member - Dong Lin

2023-02-16 Thread Sergey Nuyanzin
Congratulations, Dong! On Thu, Feb 16, 2023 at 10:01 AM Wencong Liu wrote: > Congratulations Dong! > > > Bast, > Wencong Liu > > > > > > > > > > > > > > > > > > At 2023-02-16 14:19:08, "Guowei Ma" wrote: > >Hi, everyone > > > >On behalf of the PMC, I'm very happy to announce Dong Lin as a

Re: [DISCUSS] Release Flink 1.15.4

2023-02-16 Thread Sergey Nuyanzin
+1 On Thu, Feb 16, 2023 at 10:32 AM yuxia wrote: > +1 > > Best regards, > Yuxia > > - 原始邮件 - > 发件人: "Rui Fan" <1996fan...@gmail.com> > 收件人: "dev" > 发送时间: 星期四, 2023年 2 月 16日 上午 11:31:49 > 主题: Re: [DISCUSS] Release Flink 1.15.4 > > +1 > > On Thu, Feb 16, 2023 at 6:51 AM Jing Ge > wrote:

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Sergey Nuyanzin
Thanks for driving the FLIP I have a couple of questions Am I right that INFORMATION_SCHEMA mentioned by Timo[1] is out of scope of this FLIP? I noticed there are some support of it in Spark[2]/Hive[3]/Snowflake[4] and others Does it make sense to add support for connectors e.g. show

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-24 Thread Sergey Nuyanzin
ay? Is it the name of the plugin? > Just Like: > Kafka > Hudi > Files > > Best Regards, > Ran Tao > > > Sergey Nuyanzin 于2023年2月24日周五 19:11写道: > > > Thanks for driving the FLIP > > > > I have a couple of questions > > Am I right that INF

Re: [DISCUSS] FLIP-297: Improve Auxiliary Sql Statements

2023-02-28 Thread Sergey Nuyanzin
gt; > >> allow me to make a small summary: > > >> > > >> 1.Support ILIKE > > >> 2.Using catalog api to support show operations > > >> 3.Need a dedicated FLIP try to support INFORMATION_SCHEMA > > >> 4.Support SHOW CONNECTORS > > >>

Re: [VOTE] Flink minor version support policy for old releases

2023-02-28 Thread Sergey Nuyanzin
+1 (non-binding) Thanks for driving this Danny. On Tue, Feb 28, 2023 at 9:41 AM Samrat Deb wrote: > +1 (non binding) > > Thanks for driving it > > Bests, > Samrat > > On Tue, 28 Feb 2023 at 1:36 PM, Junrui Lee wrote: > > > Thanks Danny for driving it. > > > > +1 (non-binding) > > > > Best

Re: [ANNOUNCE] New Apache Flink Committer - Rui Fan

2023-02-20 Thread Sergey Nuyanzin
Congratulations, Rui! On Tue, Feb 21, 2023 at 4:53 AM Weihua Hu wrote: > Congratulations, Rui! > > Best, > Weihua > > > On Tue, Feb 21, 2023 at 11:28 AM Biao Geng wrote: > > > Congrats, Rui! > > Best, > > Biao Geng > > > > weijie guo 于2023年2月21日周二 11:21写道: > > > > > Congrats, Rui! > > > > > >

Re: [ANNOUNCE] New Apache Flink Committer - Anton Kalashnikov

2023-02-20 Thread Sergey Nuyanzin
Congratulations, Anton! On Tue, Feb 21, 2023 at 4:53 AM Weihua Hu wrote: > Congratulations, Anton! > > Best, > Weihua > > > On Tue, Feb 21, 2023 at 11:22 AM weijie guo > wrote: > > > Congratulations, Anton! > > > > Best regards, > > > > Weijie > > > > > > Leonard Xu 于2023年2月21日周二 11:02写道: > >

Re: [ANNOUNCE] New Apache Flink PMC Member - Leonard Xu

2023-04-23 Thread Sergey Nuyanzin
Congratulations, Leonard! On Sun, Apr 23, 2023 at 1:38 PM Zhipeng Zhang wrote: > Congratulations, Leonard. > > Hang Ruan 于2023年4月23日周日 19:03写道: > > > > Congratulations, Leonard. > > > > Best, > > Hang > > > > Yanfei Lei 于2023年4月23日周日 18:34写道: > > > > > Congratulations, Leonard! > > > > > >

Re: [ANNOUNCE] New Apache Flink PMC Member - Qingsheng Ren

2023-04-23 Thread Sergey Nuyanzin
Congratulations, Qingsheng! On Sun, Apr 23, 2023 at 1:37 PM Zhipeng Zhang wrote: > Congratulations, Qingsheng! > > Hang Ruan 于2023年4月23日周日 19:03写道: > > > > Congratulations, Qingsheng! > > > > Best, > > Hang > > > > Yanfei Lei 于2023年4月23日周日 18:33写道: > > > > > Congratulations, Qingsheng! > > >

Re: [ANNOUNCE] Flink Table Store Joins Apache Incubator as Apache Paimon(incubating)

2023-03-28 Thread Sergey Nuyanzin
Congratulations! On Wed, Mar 29, 2023 at 4:11 AM Zhu Zhu wrote: > Congratulations! > > Cheers, > Zhu > > Jing Zhang 于2023年3月28日周二 23:56写道: > > > > Congratulations! > > > > Best, > > Jing Zhang > > > > Rui Fan <1996fan...@gmail.com> 于2023年3月28日周二 22:25写道: > > > > > Congratulations! > > > > > >

Re: Re: [ANNOUNCE] New Apache Flink Committer - Weijie Guo

2023-02-13 Thread Sergey Nuyanzin
Congratulations, Weijie! On Mon, Feb 13, 2023 at 10:32 AM Yun Tang wrote: > Congratulations, Weijie! > > Best > Yun Tang > > On 2023/02/13 09:23:16 ramkrishna vasudevan wrote: > > Congratulations!!! Weijie > > > > Regards > > Ram > > > > On Mon, Feb 13, 2023 at 2:17 PM Yuepeng Pan wrote: > > >

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

2023-02-14 Thread Sergey Nuyanzin
Congratulations, Jing Ge! On Tue, Feb 14, 2023 at 2:47 PM Rui Fan wrote: > Congratulations, Jing! > > Best, > Rui Fan > > On Tue, Feb 14, 2023 at 19:36 Yuepeng Pan wrote: > > > Congratulations, Jing Ge ! > > > > Best,Yuepeng Pan > > > > > > > > > > > > > > At 2023-02-14 15:49:24, "godfrey he"

Re: [DISCUSS] Release 2.0 Work Items

2023-07-03 Thread Sergey Nuyanzin
n 29, 2023 at 8:43 PM Chesnay Schepler > > > > wrote: > > > > > > > >> Something else configuration-related is that there are a bunch of > > > >> options where the type isn't quite correct (e.g., a String where it > > > >> co

[DISCUSSION] Revival of FLIP-154 (SQL Implicit Type Coercion)

2023-07-18 Thread Sergey Nuyanzin
Hello everyone I'd like to revive FLIP-154[1] a bit. I failed with finding any discussion/vote thread about it (please point me to that if it is present somewhere) Also FLIP itself looks abandoned (no activity for a couple of years), however it seems to be useful. I did a bit investigation

Re: [VOTE] Release flink-connector-jdbc v3.1.1, release candidate #1

2023-06-01 Thread Sergey Nuyanzin
+1 (non-binding) * built from source * verified signatures and hashsums * checked release notes * reviewed web PR thanks for driving this On Thu, Jun 1, 2023 at 8:15 PM Ahmed Hamdy wrote: > Hi Martijn, > > +1 (non-binding) > > - built from source code succeeded > - verified signatures match

Re: [DISCUSS] FLIP-348: Support System Columns in SQL and Table API

2023-07-27 Thread Sergey Nuyanzin
Hi Timo, Thanks for the FLIP. I also tend to think that Option 3 is better. I would be also interested in a question mentioned by Benchao Li. And a similar question about nested queries like `SELECT * FROM (SELECT $rowtime, * FROM t);` Am I right that it will show `$rowtime` in output ? On

Re: Re: [ANNOUNCE] New Apache Flink Committer - Yong Fang

2023-07-25 Thread Sergey Nuyanzin
Congratulations, Yong Fang! On Tue, Jul 25, 2023 at 7:53 AM ConradJam wrote: > Congratulations, Yong Fang > > Mang Zhang 于2023年7月25日周二 12:08写道: > > > Congratulations, Yong Fang! > > > > > > -- > > > > Best regards, > > Mang Zhang > > > > > > > > > > > > 在 2023-07-25 10:30:24,"Jark Wu" 写道: > >

Re: [ANNOUNCE] New Apache Flink Committer - Hong Teoh

2023-08-04 Thread Sergey Nuyanzin
Congratulations, Hong! On Fri, Aug 4, 2023 at 7:25 AM Shammon FY wrote: > Congratulations, Hong! > > Best, > Shammon FY > > On Fri, Aug 4, 2023 at 12:33 PM Jing Ge > wrote: > > > congrats! Hong! > > > > Best regards, > > Jing > > > > On Fri, Aug 4, 2023 at 11:48 AM Qingsheng Ren > wrote: > >

  1   2   3   4   5   6   >