Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #56665

### What problem does this PR solve?

Issue Number: #48203

Related PR: #xxx

Problem Summary:

```text
mysql> select curtime(5);
+----------------+
| curtime(5)     |
+----------------+
| 12:52:30.77164 |
+----------------+

mysql> select curtime(114514);
ERROR 1105 (HY000): errCode = 2, detailMessage = Can not find the compatibility function signature: current_time(INT)
mysql> SELECT CURTIME(7);
ERROR 1105 (HY000): errCode = 2, detailMessage = The precision must be between 0 and 6
```
@github-actions github-actions bot requested a review from yiguolei as a code owner October 24, 2025 04:16
@Thearas
Copy link
Contributor

Thearas commented Oct 24, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Oct 24, 2025
@Thearas
Copy link
Contributor

Thearas commented Oct 24, 2025

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

@yiguolei yiguolei merged commit 9438031 into branch-4.0 Oct 24, 2025
23 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-56665-branch-4.0 branch October 24, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants