From 094f3876785e0e1bd84d67b69521c58cbba4bd39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Oct 2025 04:21:09 +0000 Subject: [PATCH 1/3] [INIT] Start translation to Simplified-Chinese --- .translation-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.translation-init b/.translation-init index 033d338187..30ba10e4cb 100644 --- a/.translation-init +++ b/.translation-init @@ -1 +1 @@ -Translation initialization: 2025-10-10T09:31:23.332884 +Translation initialization: 2025-10-13T04:21:09.341216 From 176fb5d02e8a0e054708f6c109801c77dd2640aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Oct 2025 04:21:30 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8C=90=20Translate=20system-copy-hist?= =?UTF-8?q?ory.md=20to=20Simplified-Chinese?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../31-system-tables/system-copy-history.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md diff --git a/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md b/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md new file mode 100644 index 0000000000..6b85171f83 --- /dev/null +++ b/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md @@ -0,0 +1,22 @@ +--- +title: system.copy_history +--- + +import FunctionDescription from '@site/src/components/FunctionDescription'; + + + +包含复制历史的相关信息。 + +```sql +select * from copy_history('abc'); + +╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +│ file_name │ content_length │ last_modified │ etag │ +│ String │ UInt64 │ Nullable(Timestamp) │ Nullable(String) │ +├─────────────────────────────────────────────────────────────┼────────────────┼────────────────────────────┼──────────────────┤ +│ data_0199db4c843a70b2b81f115f01c8de97_0000_00000000.parquet │ 10531 │ 2025-10-13 02:00:49.083208 │ NULL │ +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +``` + +请注意,`system.copy_history` 的结果受 `load_file_metadata_expire_hours` 设置影响,默认值为 24 小时。 \ No newline at end of file From b2610bcdb09b841c1dd0e55a29792376d5d7359f Mon Sep 17 00:00:00 2001 From: Bohu Date: Mon, 13 Oct 2025 20:35:38 +0800 Subject: [PATCH 3/3] Update Chinese translation in system-copy-history.md --- .../00-sql-reference/31-system-tables/system-copy-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md b/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md index 6b85171f83..1c5b026df2 100644 --- a/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md +++ b/docs/cn/sql-reference/00-sql-reference/31-system-tables/system-copy-history.md @@ -6,7 +6,7 @@ import FunctionDescription from '@site/src/components/FunctionDescription'; -包含复制历史的相关信息。 +包含 COPY 历史的相关信息。 ```sql select * from copy_history('abc'); @@ -19,4 +19,4 @@ select * from copy_history('abc'); ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ``` -请注意,`system.copy_history` 的结果受 `load_file_metadata_expire_hours` 设置影响,默认值为 24 小时。 \ No newline at end of file +请注意,`system.copy_history` 的结果受 `load_file_metadata_expire_hours` 设置影响,默认值为 24 小时。