Skip to content

Commit 55144b2

Browse files
Add clarifying comment for inCommitTimestamp
1 parent 16e779b commit 55144b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/src/transaction.rs

+3
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ fn generate_commit_info(
315315
.get_mut("operationParameters")
316316
.ok_or_else(|| Error::missing_column("operationParameters"))?
317317
.data_type = hack_data_type;
318+
319+
// Since writing in-commit timestamps is not supported, we remove the field so it is not
320+
// written to the log
318321
commit_info_data_type
319322
.fields
320323
.shift_remove("inCommitTimestamp");

0 commit comments

Comments
 (0)