You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add the in-commit timestamp field to CommitInfo (#581)
## What changes are proposed in this pull request?
This PR adds the inCommitTimestamp filed to CommitInfo. This lays the
groundwork for supporting ICT for table properties and for writes.
We update transaction write tests to ignore the in-commit timestamp
field since the write path does not currently support in-commit
timestamps.
## How was this change tested?
All existing tests pass.
0 commit comments