-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC][Specialized queries] Implement GRPC Script query #19455
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
Conversation
Signed-off-by: Karen X <[email protected]>
164acee to
63a0bff
Compare
Signed-off-by: Karen X <[email protected]>
|
❕ Gradle check result for 63a0bff: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19455 +/- ##
============================================
- Coverage 72.90% 72.88% -0.02%
+ Complexity 70014 69955 -59
============================================
Files 5681 5685 +4
Lines 321457 321542 +85
Branches 46486 46503 +17
============================================
- Hits 234347 234345 -2
- Misses 68187 68243 +56
- Partials 18923 18954 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
63a0bff to
2bd72f3
Compare
Signed-off-by: Karen X <[email protected]>
2bd72f3 to
b483960
Compare
Signed-off-by: Karen X <[email protected]>
Signed-off-by: Karen X <[email protected]>
|
❌ Gradle check result for 3bd9a21: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Karen X <[email protected]>
|
❌ Gradle check result for 258f392: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Karen X <[email protected]>
… a merge conflict anyway Signed-off-by: Karen X <[email protected]>
e61f664 to
8e7931a
Compare
|
❕ Gradle check result for 8e7931a: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Description
Stacked on top of #19447
Implement GRPC Script query.
Related Issues
Resolves #19454
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.