-
Notifications
You must be signed in to change notification settings - Fork 736
New workflow #8259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New workflow #8259
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8259 +/- ##
==========================================
- Coverage 88.94% 88.93% -0.01%
==========================================
Files 287 287
Lines 63135 63134 -1
Branches 7942 7941 -1
==========================================
- Hits 56156 56151 -5
- Misses 4668 4672 +4
Partials 2311 2311 🚀 New features to boost your workflow:
|
Potential Backward Compatibility Issues DetectedThis PR contains changes that may break backward compatibility:
Please review these changes carefully before merging. |
5fcbc5a to
b9378ab
Compare
The comment is generated when the following lines added to upgrade script for testing, it is reverted. |
|
To test locally: Sample test results: |
This PR introduces a GitHub Actions workflow that automatically performs text-based analysis to detect potential backward compatibility issues. The workflow analyzes update scripts, UDF function signatures, and GUC changes, then adds comments to flag breaking changes. Note that this provides heuristic detection based on code changes and does not offer comprehensive coverage of all possible breaking changes.