[RESULT][VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-17 Thread Alan Sheinberg
The vote for FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding [1] has concluded (discussion thread [2]). The vote will be closed [3]. There were 4 approving votes, all binding, and there were no disapprovals: - Stefan Richter (binding) - Timo Walther (binding

Re: [VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-09 Thread Lincoln Lee
+1 (binding) Best, Lincoln Lee Benchao Li 于2024年5月9日周四 13:02写道: > +1 (binding) > > Timo Walther 于2024年5月8日周三 17:15写道: > > > > +1 (binding) > > > > Thanks, > > Timo > > > > On 08.05.24 11:10, Stefan Richter wrote: > > > Hi Alan, > > > > > > Thanks for this proposal, the ability to exclude

Re: [VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-08 Thread Benchao Li
+1 (binding) Timo Walther 于2024年5月8日周三 17:15写道: > > +1 (binding) > > Thanks, > Timo > > On 08.05.24 11:10, Stefan Richter wrote: > > Hi Alan, > > > > Thanks for this proposal, the ability to exclude functions from constant > > folding makes sense to me. > > > > +1 (binding) > > > > Best, > >

Re: [VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-08 Thread Timo Walther
+1 (binding) Thanks, Timo On 08.05.24 11:10, Stefan Richter wrote: Hi Alan, Thanks for this proposal, the ability to exclude functions from constant folding makes sense to me. +1 (binding) Best, Stefan On 8. May 2024, at 02:01, Alan Sheinberg wrote: Hi everyone, I'd like to start a

Re: [VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-08 Thread Stefan Richter
Hi Alan, Thanks for this proposal, the ability to exclude functions from constant folding makes sense to me. +1 (binding) Best, Stefan > On 8. May 2024, at 02:01, Alan Sheinberg > wrote: > > Hi everyone, > > I'd like to start a vote on FLIP-452 [1]. It covers adding a new method >

[VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-07 Thread Alan Sheinberg
Hi everyone, I'd like to start a vote on FLIP-452 [1]. It covers adding a new method FunctionDefinition.supportsConstantFolding() as part of the Flink Table/SQL API to allow skipping invocation of functions while constant-folding. It has been discussed in this thread [2]. I would like to start a