Skip to content

Commit

Permalink
fix: remove WITH MAX_INSERT_ROWS option
Browse files Browse the repository at this point in the history
  • Loading branch information
irenjj committed May 16, 2024
1 parent 8f58f73 commit 17d772c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/nightly/en/reference/sql/copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ COPY tbl FROM '/path/to/folder/xxx.parquet' WITH (FORMAT = 'parquet');
|---|---|---|
| `FORMAT` | Target file(s) format, e.g., JSON, CSV, Parquet | **Required** |
| `PATTERN` | Use regex to match files. e.g., `*_today.parquet` | Optional |
| `MAX_INSERT_ROWS` | Maximum number of rows for insertion. e.g., `1000` | Optional |

#### `CONNECTION` Option

Expand Down
1 change: 0 additions & 1 deletion docs/nightly/zh/reference/sql/copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ COPY tbl FROM '/path/to/folder/xxx.parquet' WITH (FORMAT = 'parquet');
|---|---|---|
| `FORMAT` | 目标文件格式,例如 JSON, CSV, Parquet | **** |
| `PATTERN` | 使用正则匹配文件,例如 `*_today.parquet` | 可选 |
| `MAX_INSERT_ROWS` | 一次性插入最大行数,例如 `1000` | 可选 |

#### Connection 选项

Expand Down

0 comments on commit 17d772c

Please sign in to comment.