-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](datetime) fix datetime rounding on BE (#32075) #32359
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](datetime) fix datetime rounding on BE (#32075) #32359
Conversation
|
Thank you for your contribution to Apache Doris. |
|
run buildall |
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.
clang-tidy made some suggestions
| // specific language governing permissions and limitations | ||
| // under the License. | ||
|
|
||
| #include <gen_cpp/Exprs_types.h> |
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.
warning: 'gen_cpp/Exprs_types.h' file not found [clang-diagnostic-error]
#include <gen_cpp/Exprs_types.h>
^| @@ -17,6 +17,7 @@ | |||
|
|
|||
| #include "gtest/gtest_pred_impl.h" | |||
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.
warning: 'gtest/gtest_pred_impl.h' file not found [clang-diagnostic-error]
#include "gtest/gtest_pred_impl.h"
^
TPC-H: Total hot run time: 50416 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 201997 ms |
ClickBench: Total hot run time: 30.54 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
merge blocked for waiting #27965 merge to 2.0 |
…to_upstream_branch-2.0
…ng-hhhh/doris into pick_32075_to_upstream_branch-2.0
|
run buildall |
|
run buildall |
|
TeamCity be ut coverage result: |
pick #32075