andygrove commented on code in PR #1735: URL: https://github.com/apache/datafusion-comet/pull/1735#discussion_r2087004311
########## docs/source/contributor-guide/spark-sql-tests.md: ########## @@ -117,12 +118,16 @@ wiggle --replace ./sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.sc ## Generating The Diff File +The diff file can be generated using the `git diff` command. It may be necessary to set the `core.abbrev` +configuration setting to use 11 digits hashes for consistency with existing diff files. + ```shell +git config core.abbrev 11; Review Comment: This is the main change. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org