Skip to content

[doc](function) add some test cases to second and microsecond function#3120

Merged
zclllyybb merged 1 commit intoapache:masterfrom
dwdwqfwe:fix_second
Nov 26, 2025
Merged

[doc](function) add some test cases to second and microsecond function#3120
zclllyybb merged 1 commit intoapache:masterfrom
dwdwqfwe:fix_second

Conversation

@dwdwqfwe
Copy link
Contributor

@dwdwqfwe dwdwqfwe commented Nov 26, 2025

doc of apache/doris#56659

Versions

  • dev
  • 4.x
  • 3.x
  • 2.1

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

@dwdwqfwe dwdwqfwe requested a review from zclllyybb as a code owner November 26, 2025 08:59
@zclllyybb zclllyybb merged commit fdf3be4 into apache:master Nov 26, 2025
2 of 4 checks passed
zclllyybb pushed a commit to apache/doris that referenced this pull request Nov 26, 2025
…#56659)

before:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 0                  |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
| <null>                         |
+--------------------------------+
```
now:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 3                 |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
|123456                      |
+--------------------------------+
```

doc: apache/doris-website#3120
github-actions bot pushed a commit to apache/doris that referenced this pull request Nov 26, 2025
…#56659)

before:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 0                  |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
| <null>                         |
+--------------------------------+
```
now:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 3                 |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
|123456                      |
+--------------------------------+
```

doc: apache/doris-website#3120
nagisa-kunhah pushed a commit to nagisa-kunhah/doris that referenced this pull request Dec 14, 2025
…apache#56659)

before:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 0                  |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
| <null>                         |
+--------------------------------+
```
now:
```
+--------------------+
| SECOND('10:05:03') |
+--------------------+
| 3                 |
+--------------------+

+--------------------------------+
| MICROSECOND('12:00:00.123456') |
+--------------------------------+
|123456                      |
+--------------------------------+
```

doc: apache/doris-website#3120
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.

2 participants