twalthr commented on PR #20555: URL: https://github.com/apache/flink/pull/20555#issuecomment-1212955760
Thanks for the review @zentol. Next to the necessity to pass around the `isCompile` flag, I found another issue due to the fact that transformations can be caches in a transient variable. In the end, I found a way nicer solution by just moving the flag a call higher in the planning phase. The code looks much cleaner now, I also added an additional test. Please have another look. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
