Skip to content

[fix](time) pick two pr to 2.0 - #22753

Closed
Mryange wants to merge 2 commits into
apache:branch-2.0from
Mryange:update-2.0
Closed

[fix](time) pick two pr to 2.0#22753
Mryange wants to merge 2 commits into
apache:branch-2.0from
Mryange:update-2.0

Conversation

@Mryange

Copy link
Copy Markdown
Contributor

Proposed changes

pick from
#21722
#22656

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

zclllyybband others added 2 commits August 8, 2023 21:12
mysql >select sec_to_time(time_to_sec(cast('16:32:18' as time)));
+----------------------------------------------------+
| sec_to_time(time_to_sec(CAST('16:32:18' AS TIME))) |
+----------------------------------------------------+
| 16:32:18 |
+----------------------------------------------------+
1 row in set (0.53 sec)
mysql [test]>select sec_to_time(59538);
+--------------------+
| sec_to_time(59538) |
+--------------------+
| 16:32:18 |
+--------------------+
1 row in set (0.03 sec)
@github-actionsgithub-actionsBot added kind/docs Categorizes issue or PR as related to documentation. kind/test labels Aug 8, 2023
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@xiaokangxiaokang closed this Aug 8, 2023
@xiaokang

Copy link
Copy Markdown
Contributor

pick seperately

@Mryange
Mryange deleted the update-2.0 branch August 9, 2023 02:13
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/docsCategorizes issue or PR as related to documentation.kind/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Mryange@xiaokang@yiguolei@zclllyybb