Skip to content

Commit

Permalink
Add clarifying comment for inCommitTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Jan 9, 2025
1 parent ae2b7d1 commit f8909ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ fn generate_commit_info(
.get_mut("operationParameters")
.ok_or_else(|| Error::missing_column("operationParameters"))?
.data_type = hack_data_type;

// Since writing in-commit timestamps is not supported, we remove the field so it is not
// written to the log
commit_info_data_type
.fields
.shift_remove("inCommitTimestamp");
Expand Down

0 comments on commit f8909ba

Please sign in to comment.