You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/40-load-data/04-transform/04-querying-avro.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Databend provides comprehensive support for querying Avro files directly from st
36
36
37
37
***Variant Representation**: Each row in an Avro file is treated as a variant, referenced by `$1`. This allows for flexible access to nested structures within the Avro data.
38
38
***Type Mapping**: Each Avro type is mapped to a corresponding variant type in Databend.
39
-
***Metadata Access**: You can access metadata columns like `metadata$filename` and `metadata$file_row_number` for additional context about the source file and row.
39
+
***Metadata Access**: You can access metadata columns like `METADATA$FILENAME` and `METADATA$FILE_ROW_NUMBER` for additional context about the source file and row.
40
40
41
41
## Tutorial
42
42
@@ -95,12 +95,12 @@ FROM @avro_query_stage
95
95
96
96
### Query with Metadata
97
97
98
-
Query Avro files directly from a stage, including metadata columns like `metadata$filename` and `metadata$file_row_number`:
98
+
Query Avro files directly from a stage, including metadata columns like `METADATA$FILENAME` and `METADATA$FILE_ROW_NUMBER`:
0 commit comments