Skip to content

Commit

Permalink
Update ingestion/overview.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: congyi wang <[email protected]>
Signed-off-by: IrisWan <[email protected]>
  • Loading branch information
WanYixian and wcy-fdu authored Nov 28, 2024
1 parent ea94321 commit 9dd84e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SELECT count(*) from s3_source;

### Data type mapping in Parquet

You can use the table function `file_scan()` to read Parquet files from sources. Below is the data type mapping that shows how RisingWave converts data types from file sources in Parquet format.
When using file source to read parquet files, please define the schema information according to the following mapping.

| File source type | RisingWave type |
| :----------- | :-------------- |
Expand Down

0 comments on commit 9dd84e6

Please sign in to comment.