Re: Re: [VOTE] FLIP-214: Support Advanced Function DDL

2022-04-26 Thread ron
Hi all, The voting time for FLIP-214 has passed. I'm closing the vote now. There were 5 votes, 4 of which are binding: - Mang Zhang - Jark Wu (binding) - Jing Zhang (binding) - Godfrey He (binding) - Leonard Xu (binding) There were no disapproving votes. Thus, FLIP-214 has been accepted. Thank

Re: Re: [VOTE] FLIP-214: Support Advanced Function DDL

2022-04-21 Thread godfrey he
Hi, Ron Thanks for the explanation, +1 (binding) from my side Best, Godfrey 刘大龙 于2022年4月22日周五 13:45写道: > > > Hi, godfrey > > The add/delete jar syntax parse is supported in table environment side > currently, but the execution is implemented in SqlClient side. After this > FLIP, we will move

Re: Re: [VOTE] FLIP-214: Support Advanced Function DDL

2022-04-21 Thread 刘大龙
Hi, godfrey The add/delete jar syntax parse is supported in table environment side currently, but the execution is implemented in SqlClient side. After this FLIP, we will move the execution to table environment, so here is no public api change. Moreover, I have updated the description in Core