BIOINSu commented on PR #24128:
URL: https://github.com/apache/flink/pull/24128#issuecomment-1910388204

   @libenchao Thanks for the remind. The CI failing reason is that when verify 
the transformation, the transformation id and operator name could be different 
with local environment. These are already fixed in the latest version of code 
by:
   1.  Disabled simplify operator name when verify transformation since 
simplify name could introduce id from `ExecNodeContext`. 
   2. Verify transformation without verifying transformation id by adding 
`toStringWithoutID()` method in `Transformation` and visible for testing.


-- 
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]

Reply via email to