Skip to content

Conversation

@Mryange
Copy link
Contributor

@Mryange Mryange commented Aug 8, 2023

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...

zclllyybb and 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-actions github-actions bot added kind/docs Categorizes issue or PR as related to documentation. kind/test labels Aug 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2023

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

@xiaokang xiaokang closed this Aug 8, 2023
@xiaokang
Copy link
Contributor

xiaokang commented Aug 8, 2023

pick seperately

@xiaokang xiaokang removed the dev/2.0.1 label Aug 8, 2023
@Mryange Mryange deleted the update-2.0 branch August 9, 2023 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/docs Categorizes issue or PR as related to documentation. kind/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants