Commit cc3d1e6
authored
chore: fix misleading comment about CTAS and
fix misleading comment about CTAS and `allow_append_only_skip`
Previous comments about the behavior of CommitSink::allow_append_only_skip were incorrect. In fact,
CTAS operations are allowed to skip the update_table_meta operation inside CommitSink if no data
is inserted to the target table.allow_append_only_skip (#19189)1 parent 2a231b8 commit cc3d1e6
File tree
1 file changed
+3
-4
lines changed- src/query/storages/fuse/src/operations/common/processors
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
393 | 392 | | |
394 | 393 | | |
395 | 394 | | |
| |||
0 commit comments