-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Fix bulk ingest NPE with empty pipeline #15138
Conversation
Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit b47b401) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for a3b9d48: 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? |
❌ Gradle check result for a3b9d48: 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? |
❌ Gradle check result for 9e812df: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15138 +/- ##
=========================================
Coverage 71.58% 71.58%
- Complexity 63427 63441 +14
=========================================
Files 5208 5208
Lines 297309 297313 +4
Branches 43275 43276 +1
=========================================
+ Hits 212821 212838 +17
+ Misses 66674 66631 -43
- Partials 17814 17844 +30 ☔ View full report in Codecov by Sentry. |
Backport b47b401 from #15033.