dongjoon-hyun edited a comment 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 at the 
master branch, 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to