Skip to content

Commit

Permalink
Update SparkLoad.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellolilyliuyi authored and wanpengfei-git committed Aug 23, 2023
1 parent e367615 commit 03d05c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/loading/SparkLoad.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ This load uses external Apache Spark™ resources to pre-process imported data,
Spark load is an **asynchronous** import method that requires users to create Spark-type import jobs via the MySQL protocol and view the import results using `SHOW LOAD`.

> **NOTICE**
<<<<<<< HEAD
> In versions earlier than v2.5.9, the bucketing column of a StarRocks table cannot be of DATE, DATETIME, or DECIMAL type when Spark Load is used to load data into this table.
=======
>
> - Only users with the INSERT privilege on a StarRocks table can load data into this table. You can follow the instructions provided in [GRANT](../sql-reference/sql-statements/account-management/GRANT.md) to grant the required privilege.
> - Spark Load can not be used to load data into a Primary Key table.
>>>>>>> 9cc630a315 ([Doc] Spark load can not be used to load data into a Primary Key table (#29791))
> - In versions earlier than v2.5.9, the bucketing column of a StarRocks table cannot be of DATE, DATETIME, or DECIMAL type when Spark Load is used to load data into this table.
## Terminology explanation

Expand Down

0 comments on commit 03d05c6

Please sign in to comment.