Skip to content
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](inverted index) Fix Null Pointer Exception in function match #45774

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

zzzxl1993
Copy link
Contributor

@Thearas
Copy link
Contributor

Thearas commented Dec 23, 2024

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@zzzxl1993
Copy link
Contributor Author

run buildall

…pache#45456)

Problem Summary:

Using select match_phrase('', '') in the old optimizer causes issues
@zzzxl1993 zzzxl1993 force-pushed the branch-2.1.202412161434 branch from d9bbce9 to a69dcdf Compare December 23, 2024 07:56
@zzzxl1993
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.48% (9575/26247)
Line Coverage: 27.94% (78707/281734)
Region Coverage: 26.61% (40411/151839)
Branch Coverage: 23.36% (20464/87586)
Coverage Report: http://coverage.selectdb-in.cc/coverage/a69dcdf57df4980108b1d4718af7f0986140fd55_a69dcdf57df4980108b1d4718af7f0986140fd55/report/index.html

@qidaye qidaye merged commit 02f15a8 into apache:branch-2.1 Dec 24, 2024
17 of 19 checks passed
@yiguolei yiguolei mentioned this pull request Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants