|
Hi Leonard,
the UUID class cannot be treated as a POJO by Flink, because it is lacking the public getters and setters for mostSigBits and leastSigBits . However, it should be possible to treat it as a generic type. I think the difference is that you cannot use key expressions and key indices to define join keys. But you can use a KeySelector to define the key.
If that should not be your problem, then it would be helpful if you could show me the problematic code which produces the error message.
Cheers, Till
|