Skip to content

Commit

Permalink
respond to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db committed Dec 19, 2024
1 parent 3a82f21 commit 9fb8db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/delta-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ Without the In-Commit Timestamp feature, <Delta> uses file modification timestam
3. Time Travel Reliability: These timestamp changes could affect the accuracy and consistency of time travel queries

#### Enabling the Feature
This feature can be enabled by setting the table property `delta.enableInCommitTimestamps` to `true`:
This is a [writer table feature](versioning.md#what-are-table-features) and can be enabled by setting the table property `delta.enableInCommitTimestamps` to `true`:

```sql
ALTER TABLE <table_name>
Expand Down

0 comments on commit 9fb8db2

Please sign in to comment.