keyliug
Results
2
comments of
keyliug
The code is requesting the value at the runtime (e.g. in processElement of a DoFn).
In my case, when I was using DualInputNestedValueProvider, both X and Y are of the same type, ValueProvider. When we're doing input.getX() and input.getY(), we are expecting to get the...