MaxGekk commented on issue #26031: [SPARK-29362][SQL] Move timestamp expressions and tests to separate files URL: https://github.com/apache/spark/pull/26031#issuecomment-538765869 > Interesting, so you can get git to notice that the file contents were copied. It isn't the default? Yes, you just need to pass additional options to git `-C` (https://git-scm.com/docs/git-blame#Documentation/git-blame.txt--Cltnumgt) or `-M`(https://git-scm.com/docs/git-blame#Documentation/git-blame.txt--Mltnumgt) otherwise it will show who copied the code. > but maybe complex ops with git take a while? Less than 2 seconds: ```shell $ time git blame -C ./timestampExpressions.scala > /dev/null git blame -C ./timestampExpressions.scala > /dev/null 1.21s user 0.09s system 99% cpu 1.312 total ```
---------------------------------------------------------------- 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]
