Commit 23fc4f5
authored
# Which issue does this PR close?
Closes #2446
this PR is to fix the incorrect flushing logic, that should be based on
the row count rather than the bytes
# Rationale for this change
Without this fix, the flushing will be triggered too frequently.
# What changes are included in this PR?
# Are there any user-facing changes?
# How was this patch tested?
# Was this patch authored or co-authored using generative AI tooling?
- [x] Yes
- [ ] No
Generated-by: OpenAI Codex (GPT-5)
1 parent 4447275 commit 23fc4f5
1 file changed
Lines changed: 32 additions & 1 deletion
Lines changed: 32 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
402 | 433 | | |
403 | 434 | | |
404 | 435 | | |
| |||
0 commit comments