This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 5f4fab6d9 [doc] Rebuild doc with mvn command (#1991)
5f4fab6d9 is described below
commit 5f4fab6d9712136915e426a7c88c4818a9f81a6e
Author: yuzelin <[email protected]>
AuthorDate: Tue Sep 12 18:27:23 2023 +0800
[doc] Rebuild doc with mvn command (#1991)
---
.../generated/catalog_configuration.html | 6 ----
.../generated/spark_connector_configuration.html | 36 +++++++++++-----------
2 files changed, 18 insertions(+), 24 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/catalog_configuration.html
b/docs/layouts/shortcodes/generated/catalog_configuration.html
index 5b84e4854..d243737a8 100644
--- a/docs/layouts/shortcodes/generated/catalog_configuration.html
+++ b/docs/layouts/shortcodes/generated/catalog_configuration.html
@@ -26,12 +26,6 @@ under the License.
</tr>
</thead>
<tbody>
- <tr>
- <td><h5>disable-create-table-in-default-db</h5></td>
- <td style="word-wrap: break-word;">false</td>
- <td>Boolean</td>
- <td>If true, creating table in default database is not allowed.
Default is false.</td>
- </tr>
<tr>
<td><h5>fs.allow-hadoop-fallback</h5></td>
<td style="word-wrap: break-word;">true</td>
diff --git
a/docs/layouts/shortcodes/generated/spark_connector_configuration.html
b/docs/layouts/shortcodes/generated/spark_connector_configuration.html
index 84358454e..9f2e6962e 100644
--- a/docs/layouts/shortcodes/generated/spark_connector_configuration.html
+++ b/docs/layouts/shortcodes/generated/spark_connector_configuration.html
@@ -27,16 +27,10 @@ under the License.
</thead>
<tbody>
<tr>
- <td><h5>write.merge-schema</h5></td>
- <td style="word-wrap: break-word;">false</td>
- <td>Boolean</td>
- <td>If true, merge the data schema and the table schema
automatically before write data.</td>
- </tr>
- <tr>
- <td><h5>write.merge-schema.explicit-cast</h5></td>
- <td style="word-wrap: break-word;">false</td>
- <td>Boolean</td>
- <td>If true, allow to merge data types if the two types meet the
rules for explicit casting.</td>
+ <td><h5>read.stream.maxBytesPerTrigger</h5></td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>Long</td>
+ <td>The maximum number of bytes returned in a single batch.</td>
</tr>
<tr>
<td><h5>read.stream.maxFilesPerTrigger</h5></td>
@@ -45,16 +39,16 @@ under the License.
<td>The maximum number of files returned in a single batch.</td>
</tr>
<tr>
- <td><h5>read.stream.maxBytesPerTrigger</h5></td>
+ <td><h5>read.stream.maxRowsPerTrigger</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>Long</td>
- <td>The maximum number of bytes returned in a single batch.</td>
+ <td>The maximum number of rows returned in a single batch.</td>
</tr>
<tr>
- <td><h5>read.stream.maxRowsPerTrigger</h5></td>
+ <td><h5>read.stream.maxTriggerDelayMs</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>Long</td>
- <td>The maximum number of rows returned in a single batch.</td>
+ <td>The maximum delay between two adjacent batches, which used to
create MinRowsReadLimit with read.stream.minRowsPerTrigger together.</td>
</tr>
<tr>
<td><h5>read.stream.minRowsPerTrigger</h5></td>
@@ -63,10 +57,16 @@ under the License.
<td>The minimum number of rows returned in a single batch, which
used to create MinRowsReadLimit with read.stream.maxTriggerDelayMs
together.</td>
</tr>
<tr>
- <td><h5>read.stream.maxTriggerDelayMs</h5></td>
- <td style="word-wrap: break-word;">(none)</td>
- <td>Long</td>
- <td>The maximum delay between two adjacent batches, which used to
create MinRowsReadLimit with read.stream.minRowsPerTrigger together.</td>
+ <td><h5>write.merge-schema</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>If true, merge the data schema and the table schema
automatically before write data.</td>
+ </tr>
+ <tr>
+ <td><h5>write.merge-schema.explicit-cast</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>If true, allow to merge data types if the two types meet the
rules for explicit casting.</td>
</tr>
</tbody>
</table>