Re: [VOTE] Use Gradle for Apache Beam developmental processes

2017-11-28 Thread Wesley Tanaka
ure (via configurations) -- Wesley Tanaka https://wtanaka.com/

Re: Making ReifyTimestampsAndWindowsFn public

2017-10-13 Thread Wesley Tanaka
ng/triggering semantics that are required and a runner may drop records causing confusion for users. On Sat, Oct 7, 2017 at 12:52 PM, Wesley Tanaka wrote: GatherAllPanes.ReifyTimestampsAndWindowsFn looks useful for giving MapElements, Filter, et al access to PaneInfo and BoundedWindow. Is

Making ReifyTimestampsAndWindowsFn public

2017-10-07 Thread Wesley Tanaka
an be resolved invalid if this is a bad idea. More generally, it seems like ValueInSingleWindow is hardly used across the API.  Is there a reason to avoid it, either in the API or in user code or both? -- Wesley Tanaka https://wtanaka.com/

SerializableFunction composition operator

2017-05-24 Thread Wesley Tanaka
on of one, or is it too trivial? https://github.com/wtanaka/streaming/pull/86/files --- Wesley Tanaka https://wtanaka.com/

Behavior of Top.Largest

2017-05-13 Thread Wesley Tanaka
match their behavior? --- Wesley Tanaka https://wtanaka.com/

Re: [DISCUSSION] Encouraging more contributions

2017-04-25 Thread Wesley Tanaka
am-fn-api  --- Wesley Tanaka https://wtanaka.com/ On Monday, April 24, 2017, 2:45:45 PM HST, Sourabh Bajaj wrote: For 6. I think having them in one page on the website where we can find the design docs more easily would be great. 7. For low-hanging-fruit, one thing I really liked from some Mo

Re: AfterWatermarkEarlyAndLate

2017-04-20 Thread Wesley Tanaka
tructed trigger instead of making the types and classes complex. Kenn On Thu, Apr 20, 2017 at 12:59 AM, Wesley Tanaka wrote: > AfterWatermarkEarlyAndLate has: >    public AfterWatermarkEarlyAndLate withEarlyFirings(OnceTrigger > earlyTrigger) >    public AfterWatermarkEarlyAndLate

AfterWatermarkEarlyAndLate

2017-04-20 Thread Wesley Tanaka
of FromEndOfWindow by having AfterWatermark.pastEndOfWindow() return a new AfterWatermarkEarlyAndLate(Never.ever(), null); Or is there a value to having FromEndOfWindow be separate that I am not understanding? --- Wesley Tanaka https://wtanaka.com/

Re: Naming of Combine.Globally

2017-04-18 Thread Wesley Tanaka
be implemented as a composition of the lower-level primitives? I haven't dug that deeply into Combine yet, so I may be missing something obvious. --- Wesley Tanaka https://wtanaka.com/ On Monday, April 17, 2017, 11:32:29 PM HST, Aljoscha Krettek wrote:Hi, I think both fold and redu

Naming of Combine.Globally

2017-04-17 Thread Wesley Tanaka
stead of either "fold" or "reduce"?  From the wikipedia list above, it seems as though "fold" and "reduce" are in much more common usage, so either of those might be easier for newcomers to understand. --- Wesley Tanaka http://wtanaka.com/