luzhijing commented on code in PR #16483: URL: https://github.com/apache/doris/pull/16483#discussion_r1111043280
########## docs/en/docs/data-operate/import/import-scenes/local-file-load.md: ########## @@ -25,6 +25,13 @@ under the License. --> # Import local data +The following mainly introduces how to import local data in client. + +Now Doris support two way to load data from client local file: +1. [Stream Load](../import-way/stream-load-manual.md) +2. [MySql Load](../import-way/mysql-load-manual.md) Review Comment: ```suggestion 2. [MySQL Load](../import-way/mysql-load-manual.md) ``` MySQL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
