danny0405 opened a new pull request, #19623:
URL: https://github.com/apache/hudi/pull/19623

   ### Describe the issue this Pull Request addresses
   
   `TestPipelinesV2#testSinkUsesModeSpecificParallelismAndStableIdentity` 
assumes that the first Sink V2 operator created in a shared test JVM has no 
numeric UID suffix. `Pipelines.opUID` intentionally uses a process-wide counter 
to disambiguate repeated operator names, so the test can fail when another test 
creates a Sink V2 operator first.
   
   ### Summary and Changelog
   
   Update the Sink V2 UID assertion to accept the optional numeric 
disambiguation suffix while continuing to verify the stable operator name and 
table identity components.
   
   ### Impact
   
   Test-only change. There is no public API, runtime behavior, or performance 
impact.
   
   ### Risk Level
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [x] Adequate tests were added if applicable
   


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