Skip to content

Commit

Permalink
Update import-parquet-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Jun 15, 2023
1 parent 034acc2 commit 314984d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-cloud/import-parquet-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ To import the Parquet files to TiDB Cloud, take the following steps:

- **Source file URIs and names**: enter the source file URI and name, for example, `s3://sampledate/ingest/TableName.01.parquet`.

5. Click **Start Import**. If you see a warning message, resolve this by providing the correct source file, renaming the existing one according to [Naming Conventions for Data Import](/tidb-cloud/naming-conventions-for-data-import.md), or using **Advanced Settings** to make changes. After that, click **Ignore warning and preview**.
5. Click **Start Import**. If you see a warning message, resolve this by providing the correct source file, renaming the existing one according to [Naming Conventions for Data Import](/tidb-cloud/naming-conventions-for-data-import.md), or using **Advanced Settings** to make changes. After resolving these issues, you need to import the data again.

6. When the import progress shows **Finished**, check the imported tables.

Expand Down Expand Up @@ -169,4 +169,4 @@ The following table lists the supported Parquet data types that can be imported
| SMALLINT | N/A | INT32 |
| SMALLINT UNSIGNED | N/A | INT32 |
| TINYINT | N/A | INT32 |
| TINYINT UNSIGNED | N/A | INT32 |
| TINYINT UNSIGNED | N/A | INT32 |

0 comments on commit 314984d

Please sign in to comment.