diff --git a/docs/reference/sql/information-schema/partitions.md b/docs/reference/sql/information-schema/partitions.md index 6dddfa81a..5e9d04f1c 100644 --- a/docs/reference/sql/information-schema/partitions.md +++ b/docs/reference/sql/information-schema/partitions.md @@ -36,9 +36,9 @@ The output is as follows: | max_data_length | Int64 | | YES | | FIELD | | index_length | Int64 | | YES | | FIELD | | data_free | Int64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | checksum | Int64 | | YES | | FIELD | | partition_comment | String | | YES | | FIELD | | nodegroup | String | | YES | | FIELD | diff --git a/docs/reference/sql/information-schema/tables.md b/docs/reference/sql/information-schema/tables.md index 0e0d52d9a..437e34f07 100644 --- a/docs/reference/sql/information-schema/tables.md +++ b/docs/reference/sql/information-schema/tables.md @@ -34,9 +34,9 @@ The output is as follows: | table_rows | UInt64 | | YES | | FIELD | | data_free | UInt64 | | YES | | FIELD | | auto_increment | UInt64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | table_collation | String | | YES | | FIELD | | checksum | UInt64 | | YES | | FIELD | | create_options | String | | YES | | FIELD | diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md index a835caecb..16a9f68eb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md @@ -36,9 +36,9 @@ DESC PARTITIONS; | max_data_length | Int64 | | YES | | FIELD | | index_length | Int64 | | YES | | FIELD | | data_free | Int64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | checksum | Int64 | | YES | | FIELD | | partition_comment | String | | YES | | FIELD | | nodegroup | String | | YES | | FIELD | diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md index 0e42db5ff..e5242b9fb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md @@ -34,9 +34,9 @@ DESC TABLES; | table_rows | UInt64 | | YES | | FIELD | | data_free | UInt64 | | YES | | FIELD | | auto_increment | UInt64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | table_collation | String | | YES | | FIELD | | checksum | UInt64 | | YES | | FIELD | | create_options | String | | YES | | FIELD | diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/partitions.md b/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/partitions.md index a835caecb..16a9f68eb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/partitions.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/partitions.md @@ -36,9 +36,9 @@ DESC PARTITIONS; | max_data_length | Int64 | | YES | | FIELD | | index_length | Int64 | | YES | | FIELD | | data_free | Int64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | checksum | Int64 | | YES | | FIELD | | partition_comment | String | | YES | | FIELD | | nodegroup | String | | YES | | FIELD | diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/tables.md b/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/tables.md index 0e42db5ff..e5242b9fb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/tables.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/information-schema/tables.md @@ -34,9 +34,9 @@ DESC TABLES; | table_rows | UInt64 | | YES | | FIELD | | data_free | UInt64 | | YES | | FIELD | | auto_increment | UInt64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | table_collation | String | | YES | | FIELD | | checksum | UInt64 | | YES | | FIELD | | create_options | String | | YES | | FIELD | diff --git a/versioned_docs/version-0.17/reference/sql/information-schema/partitions.md b/versioned_docs/version-0.17/reference/sql/information-schema/partitions.md index 6dddfa81a..5e9d04f1c 100644 --- a/versioned_docs/version-0.17/reference/sql/information-schema/partitions.md +++ b/versioned_docs/version-0.17/reference/sql/information-schema/partitions.md @@ -36,9 +36,9 @@ The output is as follows: | max_data_length | Int64 | | YES | | FIELD | | index_length | Int64 | | YES | | FIELD | | data_free | Int64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | checksum | Int64 | | YES | | FIELD | | partition_comment | String | | YES | | FIELD | | nodegroup | String | | YES | | FIELD | diff --git a/versioned_docs/version-0.17/reference/sql/information-schema/tables.md b/versioned_docs/version-0.17/reference/sql/information-schema/tables.md index 0e0d52d9a..437e34f07 100644 --- a/versioned_docs/version-0.17/reference/sql/information-schema/tables.md +++ b/versioned_docs/version-0.17/reference/sql/information-schema/tables.md @@ -34,9 +34,9 @@ The output is as follows: | table_rows | UInt64 | | YES | | FIELD | | data_free | UInt64 | | YES | | FIELD | | auto_increment | UInt64 | | YES | | FIELD | -| create_time | DateTime | | YES | | FIELD | -| update_time | DateTime | | YES | | FIELD | -| check_time | DateTime | | YES | | FIELD | +| create_time | TimestampSecond | | YES | | FIELD | +| update_time | TimestampSecond | | YES | | FIELD | +| check_time | TimestampSecond | | YES | | FIELD | | table_collation | String | | YES | | FIELD | | checksum | UInt64 | | YES | | FIELD | | create_options | String | | YES | | FIELD |