-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix exists queries on nested flat_object fields throws exception #16803
base: main
Are you sure you want to change the base?
Conversation
6215f34
to
5763a44
Compare
❌ Gradle check result for 5763a44: 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? |
5763a44
to
7d38155
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16803 +/- ##
============================================
- Coverage 72.05% 72.01% -0.04%
+ Complexity 65183 65157 -26
============================================
Files 5318 5318
Lines 303993 303996 +3
Branches 43990 43992 +2
============================================
- Hits 219028 218923 -105
- Misses 67046 67111 +65
- Partials 17919 17962 +43 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
Signed-off-by: kkewwei <[email protected]> Signed-off-by: kkewwei <[email protected]>
7d38155
to
25e6440
Compare
❌ Gradle check result for 25e6440: 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
[Describe what this change achieves]
Related Issues
Resolves #16795
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.