Skip to content

Commit a7bc234

Browse files
[docs] fix WEEK_CEIL 2-week example output (#3370)
## Summary - redoes #3251 with output-only changes (no UI/component changes) - update WEEK_CEIL 2-week example output from `2023-07-17 00:00:00` to `2023-07-24 00:00:00` - apply only to the four original doc files (version-2.1 and version-3.x in EN + ZH) - commit is signed with the original author identity ## Reference - redoes issue intent from #3251 Co-authored-by: Vinit Vishwakarma <vvinit594@gmail.com>
1 parent 85305ad commit a7bc234

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

  • i18n/zh-CN/docusaurus-plugin-content-docs
    • version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions
    • version-3.x/sql-manual/sql-functions/scalar-functions/date-time-functions
  • versioned_docs
    • version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions
    • version-3.x/sql-manual/sql-functions/scalar-functions/date-time-functions

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions/week-ceil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ SELECT WEEK_CEIL('2023-07-13 22:28:18', 2);
4747
+-----------------------------------------------------------+
4848
| week_ceil(cast('2023-07-13 22:28:18' as DATETIMEV2(0)), 2) |
4949
+-----------------------------------------------------------+
50-
| 2023-07-17 00:00:00 |
50+
| 2023-07-24 00:00:00 |
5151
+-----------------------------------------------------------+
5252
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/date-time-functions/week-ceil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ SELECT WEEK_CEIL('2023-07-13 22:28:18', 2);
4747
+-----------------------------------------------------------+
4848
| week_ceil(cast('2023-07-13 22:28:18' as DATETIMEV2(0)), 2) |
4949
+-----------------------------------------------------------+
50-
| 2023-07-17 00:00:00 |
50+
| 2023-07-24 00:00:00 |
5151
+-----------------------------------------------------------+
5252
```

versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions/week-ceil.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ SELECT WEEK_CEIL('2023-07-13 22:28:18', 2);
5050
+-----------------------------------------------------------+
5151
| week_ceil(cast('2023-07-13 22:28:18' as DATETIMEV2(0)), 2) |
5252
+-----------------------------------------------------------+
53-
| 2023-07-17 00:00:00 |
53+
| 2023-07-24 00:00:00 |
5454
+-----------------------------------------------------------+
5555
```
56-

versioned_docs/version-3.x/sql-manual/sql-functions/scalar-functions/date-time-functions/week-ceil.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ SELECT WEEK_CEIL('2023-07-13 22:28:18', 2);
5050
+-----------------------------------------------------------+
5151
| week_ceil(cast('2023-07-13 22:28:18' as DATETIMEV2(0)), 2) |
5252
+-----------------------------------------------------------+
53-
| 2023-07-17 00:00:00 |
53+
| 2023-07-24 00:00:00 |
5454
+-----------------------------------------------------------+
5555
```
56-

0 commit comments

Comments
 (0)