-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](functions) impl scalar functions translate and url_encode #40567
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
[feature](functions) impl scalar functions translate and url_encode #40567
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
should also implement fold constant on fe |
Done, and is there a way to test fold constant? |
|
run buildall |
...ion-test/suites/query_p0/sql_functions/math_functions/test_math_unary_always_nullable.groovy
Outdated
Show resolved
Hide resolved
|
TeamCity be ut coverage result: |
4756de5 to
4c9f50b
Compare
|
run buildall |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 38296 ms |
TPC-DS: Total hot run time: 196940 ms |
ClickBench: Total hot run time: 31.67 s |
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/IsNan.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Nan.java
Outdated
Show resolved
Hide resolved
you can add cases to nereids/p0/expression/fold_constant and need to check boundary: null, unnormal url string etc. like other guys mentions before, and use testFoldConst function in Suite.groovy to check whether the result of fe fold constant is same as be execution |
|
run external |
df3c919 to
87b91c9
Compare
|
run buildall |
3 similar comments
|
run buildall |
|
run buildall |
|
run buildall |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 42646 ms |
|
run buildall |
TPC-H: Total hot run time: 41717 ms |
TPC-DS: Total hot run time: 198232 ms |
ClickBench: Total hot run time: 32.49 s |
|
TeamCity be ut coverage result: |
zclllyybb
left a comment
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.
LGTM
|
PR approved by anyone and no changes requested. |
|
PR approved by at least one committer and no changes requested. |
…pache#40567) impl translate and url_encode for presto
…pache#40567) impl translate and url_encode for presto
…pache#40567) impl translate and url_encode for presto
…pache#40567) impl translate and url_encode for presto
…pache#40567) impl translate and url_encode for presto
## Proposed changes pick from master: #40567
…pache#40567) impl translate and url_encode for presto
Proposed changes
impl translate and url_encode for presto