Re: [VOTE] SPIP: Add FunctionCatalog

2021-03-12 Thread kordex
+1 (for what it's worth). It will definitely help our efforts. On Fri, Mar 12, 2021 at 12:14 PM Gengliang Wang wrote: > > +1 (non-binding) > > On Fri, Mar 12, 2021 at 3:00 PM Hyukjin Kwon wrote: >> >> +1 >> >> 2021년 3월 12일 (금) 오후 2:54, Jungtaek Lim 님이 작성: >>> >>> +1 (non-binding) Excellent descr

using accumulators in (MicroBatch) InputPartitionReader

2021-03-04 Thread kordex
I tried to create a data source, however our use case is bit hard as we do only know the available offsets within the tasks, not on the driver. I therefore planned to use accumulators in the InputPartitionReader but they seem not to work. Example accumulation is done here https://github.com/kortem