dossett opened a new pull request, #3732:
URL: https://github.com/apache/parquet-java/pull/3732

   A recent Dependabot Maven-wrapper update rewrote `mvnw.cmd` with CRLF line 
endings, while the repository’s `.gitattributes` requires LF for text files. 
Fresh clones therefore immediately show `mvnw.cmd` as modified, obscuring real 
changes and violating the clean-worktree expectation.
   
   This change normalizes `mvnw.cmd` to LF so its committed representation 
conforms to the repository attribute. It does not change any wrapper commands 
or dependency behavior.
   
   Validation:
   
   - `git diff --cached --check`
   - CRLF-insensitive diff against the prior file is empty
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to