We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e779b commit 55144b2Copy full SHA for 55144b2
kernel/src/transaction.rs
@@ -315,6 +315,9 @@ fn generate_commit_info(
315
.get_mut("operationParameters")
316
.ok_or_else(|| Error::missing_column("operationParameters"))?
317
.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
321
commit_info_data_type
322
.fields
323
.shift_remove("inCommitTimestamp");
0 commit comments