Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wxplovecc committed Aug 6, 2024
1 parent 7e49fb7 commit 6164ff3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@
<td>Boolean</td>
<td>Whether to force the removal of the normalize node when streaming read. Note: This is dangerous and is likely to cause data errors if downstream is used to calculate aggregation and the input is not complete changelog.</td>
</tr>
<tr>
<td><h5>streaming-read.shuffle-by-partition</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
<td>Whether shuffle by partition and bucket when streaming read. </td>
</tr>
<tr>
<td><h5>scan.split-enumerator.batch-size</h5></td>
<td style="word-wrap: break-word;">10</td>
Expand Down Expand Up @@ -260,6 +254,12 @@
<td>Duration</td>
<td>If the new snapshot has not been generated when the checkpoint starts to trigger, the enumerator will block the checkpoint and wait for the new snapshot. Set the maximum waiting time to avoid infinite waiting, if timeout, the checkpoint will fail. Note that it should be set smaller than the checkpoint timeout.</td>
</tr>
<tr>
<td><h5>streaming-read.shuffle-by-partition</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
<td>Whether shuffle by partition and bucket when streaming read.</td>
</tr>
<tr>
<td><h5>unaware-bucket.compaction.parallelism</h5></td>
<td style="word-wrap: break-word;">(none)</td>
Expand Down

0 comments on commit 6164ff3

Please sign in to comment.