Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzifu666 committed Sep 20, 2024
1 parent a4c7a10 commit 7c96b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/spark/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This section introduce all available spark procedures about paimon.
<li>options_map: Options map for adding key-value options which is a map.</li>
<li>parallelism: the parallelism for migrate process, default is core numbers of machine.</li>
</td>
<td>CALL sys.migrate_database(source_type => 'hive', db => 'db01', options => 'file.format=parquet', options_map => map('k1','v1'), parallelism => 6)</td>
<td>CALL sys.migrate_database(source_type => 'hive', database => 'db01', options => 'file.format=parquet', options_map => map('k1','v1'), parallelism => 6)</td>
</tr>
<tr>
<td>migrate_table</td>
Expand Down

0 comments on commit 7c96b04

Please sign in to comment.