Skip to content

Commit

Permalink
release-7.2.0: refine the highlight description of Import Into (#14055)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Jul 11, 2023
1 parent e40b1bd commit 0ce5d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/release-7.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.2/quick-start-with-
</tr>
<tr>
<td rowspan="1">SQL</td>
<td>Support a new SQL statement, <a href="https://docs.pingcap.com/tidb/v7.2/sql-statement-import-into">IMPORT INTO</a>, to enable data import using the TiDB service, itself (experimental)</td>
<td>Support a new SQL statement, <a href="https://docs.pingcap.com/tidb/v7.2/sql-statement-import-into">IMPORT INTO</a>, for data import (experimental)</td>
<td>To simplify the deployment and maintenance of TiDB Lightning, TiDB introduces a new SQL statement <code>IMPORT INTO</code>, which integrates physical import mode of TiDB Lightning, including remote import from Amazon S3 or Google Cloud Storage (GCS) directly into TiDB.</td>
</tr>
<tr>
Expand Down

0 comments on commit 0ce5d9d

Please sign in to comment.