Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC][3.3] Doc changes for InCommitTimestamps #3979

Merged
merged 8 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix heading
dhruvarya-db committed Dec 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 72c1b744d6a45b81c5c4e2c1f27ab8e8b881db2a
2 changes: 1 addition & 1 deletion docs/source/delta-batch.md
Original file line number Diff line number Diff line change
@@ -760,7 +760,7 @@ In-Commit Timestamps stores modification timestamps within the commit itself, en
- **Immutable History**: Timestamps become part of the table's permanent commit history
- **Consistent Time Travel**: Queries using timestamp-based time travel produce reliable results even after table migration

### Enabling the Feature
#### Enabling the Feature
This feature can be enabled by setting the table property `delta.enableInCommitTimestamps` to `true`:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This feature can be enabled by setting the table property `delta.enableInCommitTimestamps` to `true`:
This is a Writer table feature and can be enabled by setting the table property `delta.enableInCommitTimestamps` to `true`:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also attach the link to Writer TableFetaure section (if any).


```sql