Arunodoy18 commented on PR #36964:
URL: https://github.com/apache/beam/pull/36964#issuecomment-3602769516

   Fixes #25427
   
   ### Summary
   
   This PR fixes the issue described in #25427 where <briefly state the 
problem>.  
   The root cause was <1–2 lines explaining the specific code problem>.  
   This change ensures that <expected behavior after fix>.
   
   ### Changes in This PR
   
   - Updated <file_name> to <describe the change>.
   - Added/updated <tests or logic>.
   - Ensured compatibility with existing IO connectors.
   - Reverted accidental/unrelated changes (e.g., `KafkaIO.java`).
   
   No other files were modified.
   
   ### Validation
   
   - `./gradlew clean build` passed locally
   - `./gradlew spotlessApply` was run to ensure format compliance
   - Relevant unit tests were executed:
     - `<list test classes if needed>`
   - Verified behavior by <brief description, e.g., running example pipeline>.
   
   ### Notes for Reviewers
   
   - This PR contains **only the minimal changes required** to fix #25427.
   - No unrelated formatting or refactoring changes are included.
   
   Please let me know if additional test coverage or documentation updates are 
needed.
   
   
   
   
   During investigation, I confirmed that modifying `KafkaIO.java` was 
unintentional  
   and caused Spotless failures. Those changes have been reverted.
   
   This PR now focuses solely on the fix for #25427.


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