-
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.16] fix constant_keyword field type (#14807) #14969
[Backport 2.16] fix constant_keyword field type (#14807) #14969
Conversation
Signed-off-by: kkewwei <kkewwei@163.com> Signed-off-by: kkewwei <kewei.11@bytedance.com> test Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com> Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com> (cherry picked from commit cb74371)
4510627
to
36c2086
Compare
@dblock I think this bug fix should be released as soon as possible so I opened this backport 2.16 PR, the bug is fatal( |
❌ Gradle check result for 36c2086: 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.16 #14969 +/- ##
============================================
+ Coverage 71.55% 71.64% +0.09%
- Complexity 62711 62789 +78
============================================
Files 5122 5122
Lines 294461 294462 +1
Branches 42910 42910
============================================
+ Hits 210687 210965 +278
+ Misses 66086 65790 -296
- Partials 17688 17707 +19 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andrew Ross <andrross@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge it. It's a clear bug fix and narrowly scoped. If it can make 2.16, great.
❌ Gradle check result for d23b0a4: ABORTED 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 d23b0a4: 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? |
Description
Backport #14807 to 2.16.
Related Issues
#14638
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.