Skip to content

Commit 7bd9bdb

Browse files
Copilotwaynexia
andauthored
fix: Update DateTime to TimestampSecond in information schema (#2149)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: waynexia <[email protected]>
1 parent c95d532 commit 7bd9bdb

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

docs/reference/sql/information-schema/partitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The output is as follows:
3636
| max_data_length | Int64 | | YES | | FIELD |
3737
| index_length | Int64 | | YES | | FIELD |
3838
| data_free | Int64 | | YES | | FIELD |
39-
| create_time | DateTime | | YES | | FIELD |
40-
| update_time | DateTime | | YES | | FIELD |
41-
| check_time | DateTime | | YES | | FIELD |
39+
| create_time | TimestampSecond | | YES | | FIELD |
40+
| update_time | TimestampSecond | | YES | | FIELD |
41+
| check_time | TimestampSecond | | YES | | FIELD |
4242
| checksum | Int64 | | YES | | FIELD |
4343
| partition_comment | String | | YES | | FIELD |
4444
| nodegroup | String | | YES | | FIELD |

docs/reference/sql/information-schema/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The output is as follows:
3434
| table_rows | UInt64 | | YES | | FIELD |
3535
| data_free | UInt64 | | YES | | FIELD |
3636
| auto_increment | UInt64 | | YES | | FIELD |
37-
| create_time | DateTime | | YES | | FIELD |
38-
| update_time | DateTime | | YES | | FIELD |
39-
| check_time | DateTime | | YES | | FIELD |
37+
| create_time | TimestampSecond | | YES | | FIELD |
38+
| update_time | TimestampSecond | | YES | | FIELD |
39+
| check_time | TimestampSecond | | YES | | FIELD |
4040
| table_collation | String | | YES | | FIELD |
4141
| checksum | UInt64 | | YES | | FIELD |
4242
| create_options | String | | YES | | FIELD |

i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ DESC PARTITIONS;
3636
| max_data_length | Int64 | | YES | | FIELD |
3737
| index_length | Int64 | | YES | | FIELD |
3838
| data_free | Int64 | | YES | | FIELD |
39-
| create_time | DateTime | | YES | | FIELD |
40-
| update_time | DateTime | | YES | | FIELD |
41-
| check_time | DateTime | | YES | | FIELD |
39+
| create_time | TimestampSecond | | YES | | FIELD |
40+
| update_time | TimestampSecond | | YES | | FIELD |
41+
| check_time | TimestampSecond | | YES | | FIELD |
4242
| checksum | Int64 | | YES | | FIELD |
4343
| partition_comment | String | | YES | | FIELD |
4444
| nodegroup | String | | YES | | FIELD |

i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ DESC TABLES;
3434
| table_rows | UInt64 | | YES | | FIELD |
3535
| data_free | UInt64 | | YES | | FIELD |
3636
| auto_increment | UInt64 | | YES | | FIELD |
37-
| create_time | DateTime | | YES | | FIELD |
38-
| update_time | DateTime | | YES | | FIELD |
39-
| check_time | DateTime | | YES | | FIELD |
37+
| create_time | TimestampSecond | | YES | | FIELD |
38+
| update_time | TimestampSecond | | YES | | FIELD |
39+
| check_time | TimestampSecond | | YES | | FIELD |
4040
| table_collation | String | | YES | | FIELD |
4141
| checksum | UInt64 | | YES | | FIELD |
4242
| create_options | String | | YES | | FIELD |

i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/partitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ DESC PARTITIONS;
3636
| max_data_length | Int64 | | YES | | FIELD |
3737
| index_length | Int64 | | YES | | FIELD |
3838
| data_free | Int64 | | YES | | FIELD |
39-
| create_time | DateTime | | YES | | FIELD |
40-
| update_time | DateTime | | YES | | FIELD |
41-
| check_time | DateTime | | YES | | FIELD |
39+
| create_time | TimestampSecond | | YES | | FIELD |
40+
| update_time | TimestampSecond | | YES | | FIELD |
41+
| check_time | TimestampSecond | | YES | | FIELD |
4242
| checksum | Int64 | | YES | | FIELD |
4343
| partition_comment | String | | YES | | FIELD |
4444
| nodegroup | String | | YES | | FIELD |

i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ DESC TABLES;
3434
| table_rows | UInt64 | | YES | | FIELD |
3535
| data_free | UInt64 | | YES | | FIELD |
3636
| auto_increment | UInt64 | | YES | | FIELD |
37-
| create_time | DateTime | | YES | | FIELD |
38-
| update_time | DateTime | | YES | | FIELD |
39-
| check_time | DateTime | | YES | | FIELD |
37+
| create_time | TimestampSecond | | YES | | FIELD |
38+
| update_time | TimestampSecond | | YES | | FIELD |
39+
| check_time | TimestampSecond | | YES | | FIELD |
4040
| table_collation | String | | YES | | FIELD |
4141
| checksum | UInt64 | | YES | | FIELD |
4242
| create_options | String | | YES | | FIELD |

versioned_docs/version-0.17/reference/sql/information-schema/partitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The output is as follows:
3636
| max_data_length | Int64 | | YES | | FIELD |
3737
| index_length | Int64 | | YES | | FIELD |
3838
| data_free | Int64 | | YES | | FIELD |
39-
| create_time | DateTime | | YES | | FIELD |
40-
| update_time | DateTime | | YES | | FIELD |
41-
| check_time | DateTime | | YES | | FIELD |
39+
| create_time | TimestampSecond | | YES | | FIELD |
40+
| update_time | TimestampSecond | | YES | | FIELD |
41+
| check_time | TimestampSecond | | YES | | FIELD |
4242
| checksum | Int64 | | YES | | FIELD |
4343
| partition_comment | String | | YES | | FIELD |
4444
| nodegroup | String | | YES | | FIELD |

versioned_docs/version-0.17/reference/sql/information-schema/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The output is as follows:
3434
| table_rows | UInt64 | | YES | | FIELD |
3535
| data_free | UInt64 | | YES | | FIELD |
3636
| auto_increment | UInt64 | | YES | | FIELD |
37-
| create_time | DateTime | | YES | | FIELD |
38-
| update_time | DateTime | | YES | | FIELD |
39-
| check_time | DateTime | | YES | | FIELD |
37+
| create_time | TimestampSecond | | YES | | FIELD |
38+
| update_time | TimestampSecond | | YES | | FIELD |
39+
| check_time | TimestampSecond | | YES | | FIELD |
4040
| table_collation | String | | YES | | FIELD |
4141
| checksum | UInt64 | | YES | | FIELD |
4242
| create_options | String | | YES | | FIELD |

0 commit comments

Comments
 (0)