[
https://issues.apache.org/jira/browse/HIVE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561473#comment-13561473
]
Mark Grover commented on HIVE-3918:
-----------------------------------
Some more context into this change:
If you are using Ubuntu (like me) and use github, touching any file would add a
bunch of files in your git index because they have windows style line endings.
This started happening due to recent introduction of .gitattributes file
(HIVE-3839). This change fixes those Windows style line endings to be Unix
style line endings.
> Normalize more CRLF line endings
> --------------------------------
>
> Key: HIVE-3918
> URL: https://issues.apache.org/jira/browse/HIVE-3918
> Project: Hive
> Issue Type: Bug
> Reporter: Mark Grover
> Assignee: Mark Grover
> Attachments: HIVE-3918.1.patch
>
>
> While I tried to fix files that had incompatible line endings in HIVE-3858, I
> missed some more files. It was most likely because HIVE-3858 was tested by me
> on Mac OS X but when I started using the github repository on a ubuntu box, I
> saw there are some more files in the Hive repo that have incorrect line
> endings. These files get added to the index automatically when a change is
> made to the local git repo. Once these cosmetic changes get committed, we
> would have gotten rid of all windows/old Mac OS style line endings in our
> Hive repository.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira