-
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
fix case insensitive query on wildcard field #15882
fix case insensitive query on wildcard field #15882
Conversation
❌ Gradle check result for c373ab2: 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 cf04117: 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? |
I rebased on the main branch for merge conflict, thus need another approval :D, thanks @msfroh |
@HUSTERGS update CHANGELOG please? |
Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com>
CHANGELOG added, sorry forgot again :( need another approval, thanks @dblock |
❌ Gradle check result for 94f528b: 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 94f528b: 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? |
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> (cherry picked from commit aaa92ae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field * fix YAML test * add change log --------- (cherry picked from commit aaa92ae) Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: gaobinlong <gbinlong@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gaobinlong <gbinlong@amazon.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
* fix case insensitive query on wildcard field Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * fix YAML test Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> * add change log Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> --------- Signed-off-by: gesong.samuel <gesong.samuel@bytedance.com> Co-authored-by: gesong.samuel <gesong.samuel@bytedance.com>
Description
fix case insensitive query on wildcard field
Related Issues
Resolves #15855
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.