mbutrovich commented on code in PR #2430:
URL: https://github.com/apache/datafusion-comet/pull/2430#discussion_r2375811246
##########
.github/actions/java-test/action.yaml:
##########
@@ -62,6 +62,43 @@ runs:
run: |
./mvnw -B compile test-compile scalafix:scalafix -Dscalafix.mode=CHECK
-Psemanticdb ${{ inputs.maven_opts }}
+ - name: Check for documentation changes
+ shell: bash
+ run: |
+ # Capture the initial state of docs before we potentially regenerate
them
+ echo "Checking documentation consistency..."
+
+ # Configure git for safe directory access in container
+ git config --global --add safe.directory "$(pwd)"
Review Comment:
> This seems overly complex.
That's Claude for you! I'll give your suggestion a shot, thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]