SmirAlex commented on code in PR #20734: URL: https://github.com/apache/flink/pull/20734#discussion_r970665628
########## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/keyselector/GenericRowDataKeySelector.java: ########## @@ -44,12 +44,16 @@ public GenericRowDataKeySelector( this.keySerializer = keySerializer; } + public void open() { Review Comment: I suppose, one of possible causes of issue from the jira ticket is concurrent call of `generatedProjection.newInstance(cl)`. So i extracted it in the separate method, all such calls executes sequentially in one thread -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org