Skip to content

Commit 23265d0

Browse files
authored
Update query-metadata.md
1 parent e5075c8 commit 23265d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/en/tutorials/load/query-metadata.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ PUT fs:///Users/eric/Documents/iris.parquet @my_internal_stage;
3434
```
3535

3636
### Step 3: Query column definitions from the staged file
37+
:::caution
38+
39+
`infer_schema` currently only supports parquet file format.
40+
41+
:::
3742

3843
```sql
3944
SELECT * FROM INFER_SCHEMA(location => '@my_internal_stage/iris.parquet');
@@ -110,4 +115,4 @@ SELECT * FROM iris_with_meta LIMIT 5;
110115
iris.parquet34.63.11.50.2 │ setosa │
111116
iris.parquet453.61.40.2 │ setosa │
112117
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
113-
```
118+
```

0 commit comments

Comments
 (0)