Hi Flume experts,
I want to confirm the behavior of "count" function over PCollection. Suppose I have a PCollection of KV<int64, string>, what will be the expected behavior of count over this PCollection?
From the document, Two elements are considered equal iff they encode to the same byte string
so I expect two elements should have two fields both equal to each other.
Thanks,
Chenyun