Skip to content

Commit 105a630

Browse files
authored
fix: links (#2192)
1 parent df3cbe8 commit 105a630

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/cn/guides/40-load-data/04-transform/04-querying-metadata.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ sidebar_label: 元数据
55

66
以下文件级别的元数据字段可用于支持的文件格式:
77

8-
| 文件元数据 | 类型 | 描述 |
9-
|----------------------------|---------|-------------------------------------------------|
10-
| `metadata$filename` | VARCHAR | 读取行的文件名 |
11-
| `metadata$file_row_number` | INT | 文件中的行号(从 0 开始) |
8+
| 文件元数据 | 类型 | 描述 |
9+
| -------------------------- | ------- | ------------------------- |
10+
| `metadata$filename` | VARCHAR | 读取行的文件名 |
11+
| `metadata$file_row_number` | INT | 文件中的行号(从 0 开始) |
1212

1313
这些元数据字段在以下位置可用:
1414

@@ -17,11 +17,11 @@ sidebar_label: 元数据
1717

1818
## 查询元数据的详细指南
1919

20-
| 文件格式 | 指南 |
21-
|-------------|---------------------------------------------------------------------------------------------------|
22-
| Parquet | [使用元数据查询 Parquet 文件](/docs/en/guides/40-load-data/04-transform/00-querying-parquet.md#query-with-metadata) |
23-
| CSV | [使用元数据查询 CSV 文件](/docs/en/guides/40-load-data/04-transform/01-querying-csv.md#query-with-metadata) |
24-
| TSV | [使用元数据查询 TSV 文件](/docs/en/guides/40-load-data/04-transform/02-querying-tsv.md#query-with-metadata) |
25-
| NDJSON | [使用元数据查询 NDJSON 文件](/docs/en/guides/40-load-data/04-transform/03-querying-ndjson.md#query-with-metadata) |
26-
| ORC | [使用元数据查询 ORC 文件](/docs/en/guides/40-load-data/04-transform/03-querying-orc.md#query-with-metadata) |
27-
| Avro | [使用元数据查询 Avro 文件](/docs/en/guides/40-load-data/04-transform/04-querying-avro.md#query-with-metadata) |
20+
| 文件格式 | 指南 |
21+
| -------- | --------------------------------------------------------------------------- |
22+
| Parquet | [使用元数据查询 Parquet 文件](./00-querying-parquet.md#query-with-metadata) |
23+
| CSV | [使用元数据查询 CSV 文件](./01-querying-csv.md#query-with-metadata) |
24+
| TSV | [使用元数据查询 TSV 文件](./02-querying-tsv.md#query-with-metadata) |
25+
| NDJSON | [使用元数据查询 NDJSON 文件](./03-querying-ndjson.md#query-with-metadata) |
26+
| ORC | [使用元数据查询 ORC 文件](./03-querying-orc.md#query-with-metadata) |
27+
| Avro | [使用元数据查询 Avro 文件](./04-querying-avro.md#query-with-metadata) |

docs/en/guides/40-load-data/04-transform/04-querying-metadata.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Metadata
66
The following file-level metadata fields are available for the supported file formats:
77

88
| File Metadata | Type | Description |
9-
|----------------------------|---------|--------------------------------------------------|
9+
| -------------------------- | ------- | ------------------------------------------------ |
1010
| `metadata$filename` | VARCHAR | The name of the file from which the row was read |
1111
| `metadata$file_row_number` | INT | The row number within the file (starting from 0) |
1212

@@ -17,11 +17,11 @@ These metadata fields are available in:
1717

1818
## Detailed Guides for Querying Metadata
1919

20-
| File Format | Guide |
21-
|-------------|---------------------------------------------------------------------------------------------------|
22-
| Parquet | [Querying Parquet Files with Metadata](/docs/en/guides/40-load-data/04-transform/00-querying-parquet.md#query-with-metadata) |
23-
| CSV | [Querying CSV Files with Metadata](/docs/en/guides/40-load-data/04-transform/01-querying-csv.md#query-with-metadata) |
24-
| TSV | [Querying TSV Files with Metadata](/docs/en/guides/40-load-data/04-transform/02-querying-tsv.md#query-with-metadata) |
25-
| NDJSON | [Querying NDJSON Files with Metadata](/docs/en/guides/40-load-data/04-transform/03-querying-ndjson.md#query-with-metadata) |
26-
| ORC | [Querying ORC Files with Metadata](/docs/en/guides/40-load-data/04-transform/03-querying-orc.md#query-with-metadata) |
27-
| Avro | [Querying Avro Files with Metadata](/docs/en/guides/40-load-data/04-transform/04-querying-avro.md#query-with-metadata) |
20+
| File Format | Guide |
21+
| ----------- | ------------------------------------------------------------------------------------ |
22+
| Parquet | [Querying Parquet Files with Metadata](./00-querying-parquet.md#query-with-metadata) |
23+
| CSV | [Querying CSV Files with Metadata](./01-querying-csv.md#query-with-metadata) |
24+
| TSV | [Querying TSV Files with Metadata](./02-querying-tsv.md#query-with-metadata) |
25+
| NDJSON | [Querying NDJSON Files with Metadata](./03-querying-ndjson.md#query-with-metadata) |
26+
| ORC | [Querying ORC Files with Metadata](./03-querying-orc.md#query-with-metadata) |
27+
| Avro | [Querying Avro Files with Metadata](./04-querying-avro.md#query-with-metadata) |

0 commit comments

Comments
 (0)