Skip to content

Commit 9961b82

Browse files
committed
fix docs
1 parent b502e5b commit 9961b82

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,12 +1272,6 @@
12721272
<td>Boolean</td>
12731273
<td>Whether to read the delta from append table's overwrite commit in streaming mode.</td>
12741274
</tr>
1275-
<tr>
1276-
<td><h5>streaming-read-mode</h5></td>
1277-
<td style="word-wrap: break-word;">(none)</td>
1278-
<td><p>Enum</p></td>
1279-
<td>The mode of streaming read that specifies to read the data of table file or log.<br /><br />Possible values:<ul><li>"log": Read from the data of table log store.</li><li>"file": Read from the data of table file store.</li></ul></td>
1280-
</tr>
12811275
<tr>
12821276
<td><h5>streaming-read-overwrite</h5></td>
12831277
<td style="word-wrap: break-word;">false</td>

docs/layouts/shortcodes/generated/kafka_log_configuration.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

paimon-docs/src/main/java/org/apache/paimon/docs/configuration/ConfigOptionsDocGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public class ConfigOptionsDocGenerator {
8181
new OptionsClassLocation("paimon-format", "org.apache.paimon.format"),
8282
new OptionsClassLocation(
8383
"paimon-flink/paimon-flink-common", "org.apache.paimon.flink"),
84-
new OptionsClassLocation(
85-
"paimon-flink/paimon-flink-cdc", "org.apache.paimon.flink.kafka"),
8684
new OptionsClassLocation(
8785
"paimon-flink/paimon-flink-cdc", "org.apache.paimon.flink.pipeline.cdc"),
8886
new OptionsClassLocation(

0 commit comments

Comments
 (0)