Re: KeyBy is not creating different keyed streams for different keys

2019-01-29 Thread Congxian Qiu
ector-functions Best, Congxian Kumar Bolar, Harshith 于2019年1月29日周二 下午12:49写道: > Typo: lines 1, 2 and 5 > > > > *From: *Harshith Kumar Bolar > *Date: *Tuesday, 29 January 2019 at 10:16 AM > *To: *"user@flink.apache.org" > *Subject: *KeyBy is not creating diffe

Re: KeyBy is not creating different keyed streams for different keys

2019-01-28 Thread Kumar Bolar, Harshith
Typo: lines 1, 2 and 5 From: Harshith Kumar Bolar Date: Tuesday, 29 January 2019 at 10:16 AM To: "user@flink.apache.org" Subject: KeyBy is not creating different keyed streams for different keys Hi all, I'm reading a simple JSON string as input and keying the stream based on tw

KeyBy is not creating different keyed streams for different keys

2019-01-28 Thread Kumar Bolar, Harshith
Hi all, I'm reading a simple JSON string as input and keying the stream based on two fields A and B. But KeyBy is generating the same keyed stream for different values of B but for a particular combination of A and B. The input: { "A": "352580084349898", "B": "1546559127", "C": "A"