FANNG1 commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1751404237


##########
.github/workflows/spark-integration-test.yml:
##########
@@ -108,3 +107,64 @@ jobs:
             spark-connector/v3.5/spark/build/spark-3.5-integration-test.log
             distribution/package/logs/*.out
             distribution/package/logs/*.log
+
+  SparkIT-on-pr:
+    needs: changes
+    if: (github.event_name == 'pull_request' && 
needs.changes.outputs.source_changes == 'true')

Review Comment:
   Is there any way to reuse the code?  duplicated code are hard to maintance.



-- 
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]

Reply via email to