dongjoon-hyun commented on issue #27365: [MINOR][SQL] Convert CRLF into LF in 
source files
URL: https://github.com/apache/spark/pull/27365#issuecomment-578568350
 
 
   @HeartSaVioR . When I follow the direction in the PR description, the result 
is different. Did I miss something?
   ```
   $ git log --oneline -n1
   43d9c7e7e5 (HEAD -> master, apache/master, apache/HEAD) 
[SPARK-30640][PYTHON][SQL] Prevent unnecessary copies of data during Arrow to 
Pandas conversion
   
   $ grep -IUrl --color "^M" . | grep "\.java\|\.scala\|\.xml\|\.py\|\.R" | 
grep -v "/target/" | grep -v "/build/" | grep -v "/dist/" | grep -v 
"dependency-reduced-pom.xml" | grep -v ".pyc"
   ./python/pyspark/_globals.py
   ./python/pyspark/heapq3.py
   ./python/pyspark/mllib/linalg/__init__.py
   ./python/pyspark/shuffle.py
   ./python/pyspark/ml/linalg/__init__.py
   ./R/pkg/vignettes/sparkr-vignettes.Rmd
   ./examples/src/main/python/logistic_regression.py
   ./dev/github_jira_sync.py
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to