-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[chore](error msg) More convenient error msg when function not found. #40296
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38402 ms
|
TPC-DS: Total hot run time: 192777 ms
|
ClickBench: Total hot run time: 32.5 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
TPC-H: Total hot run time: 37700 ms
|
TPC-DS: Total hot run time: 192546 ms
|
ClickBench: Total hot run time: 31.92 s
|
TeamCity be ut coverage result: |
…apache#40296) previous ``` ERROR 1105 (HY000): errCode = 2, detailMessage = ([]())[INTERNAL_ERROR]Function dsqrt get failed, expr is VectorizedFnCall[dsqrt](arguments=Float64,return=Float64) and return type is Float64. ``` now ``` ERROR 1105 (HY000): errCode = 2, detailMessage = ([]())[INTERNAL_ERROR]Could not find function dsqrt, arg Float64 return Float64 ```
…#40296) previous ``` ERROR 1105 (HY000): errCode = 2, detailMessage = ([]())[INTERNAL_ERROR]Function dsqrt get failed, expr is VectorizedFnCall[dsqrt](arguments=Float64,return=Float64) and return type is Float64. ``` now ``` ERROR 1105 (HY000): errCode = 2, detailMessage = ([]())[INTERNAL_ERROR]Could not find function dsqrt, arg Float64 return Float64 ```
previous
now