You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to modify the value of GradoopId.NULL_VALUE using
GradoopId.get().copyTo(GradoopId.NULL_VALUE);
I am currently having issues because of this, because Flink's object reuse mechanics seem to abuse this at some point. I will update this once I know more.
The text was updated successfully, but these errors were encountered:
It is possible to modify the value of
GradoopId.NULL_VALUE
usingI am currently having issues because of this, because Flink's object reuse mechanics seem to abuse this at some point. I will update this once I know more.
The text was updated successfully, but these errors were encountered: