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
wing/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 <wtanaka+b...@wtanaka.com> wrote: GatherAllPanes.ReifyTimestampsAndWindowsFn looks useful for giving MapElements, Filter, et al access to PaneInfo and Bou

Making ReifyTimestampsAndWindowsFn public

2017-10-07 Thread Wesley Tanaka
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
of one, or is it too trivial? https://github.com/wtanaka/streaming/pull/86/files --- Wesley Tanaka https://wtanaka.com/

Re: [DISCUSSION] Encouraging more contributions

2017-04-25 Thread Wesley Tanaka
-api  --- Wesley Tanaka https://wtanaka.com/ On Monday, April 24, 2017, 2:45:45 PM HST, Sourabh Bajaj <sourabhba...@google.com.INVALID> 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

Re: AfterWatermarkEarlyAndLate

2017-04-20 Thread Wesley Tanaka
alysis on the constructed trigger instead of making the types and classes complex. Kenn On Thu, Apr 20, 2017 at 12:59 AM, Wesley Tanaka <wtan...@yahoo.com.invalid> wrote: > AfterWatermarkEarlyAndLate has: >    public AfterWatermarkEarlyAndLate withEarlyFirings(OnceTrigger > earl

AfterWatermarkEarlyAndLate

2017-04-20 Thread Wesley Tanaka
rid 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
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 <aljos...@apache.org> wrote:Hi, I think both fold and reduc

Naming of Combine.Globally

2017-04-17 Thread Wesley Tanaka
tead 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/