Skip to content

Commit 767fdc2

Browse files
ion-elgrecoLiam Brannigan
authored andcommitted
fix: adhere write stats configuration
Signed-off-by: Ion Koutsouris <[email protected]>
1 parent 6171b1e commit 767fdc2

File tree

3 files changed

+358
-59
lines changed

3 files changed

+358
-59
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ API that lets you query, inspect, and operate your Delta Lake with ease.
5656

5757
## Table of contents
5858

59+
- [Table of contents](#table-of-contents)
5960
- [Quick Start](#quick-start)
6061
- [Get Involved](#get-involved)
6162
- [Integrations](#integrations)
6263
- [Features](#features)
64+
- [Cloud Integrations](#cloud-integrations)
65+
- [Supported Operations](#supported-operations)
66+
- [Protocol Support Level](#protocol-support-level)
6367

6468
## Quick Start
6569

@@ -172,8 +176,8 @@ of features outlined in the Delta [protocol][protocol] is also [tracked](#protoc
172176
| -------------- | --------------------------------------------- | :-------------------------------: |
173177
| Version 2 | Append Only Tables | ![done] |
174178
| Version 2 | Column Invariants | ![done] |
175-
| Version 3 | Enforce `delta.checkpoint.writeStatsAsJson` | [![open]][writer-rs] |
176-
| Version 3 | Enforce `delta.checkpoint.writeStatsAsStruct` | [![open]][writer-rs] |
179+
| Version 3 | Enforce `delta.checkpoint.writeStatsAsJson` | ![done] |
180+
| Version 3 | Enforce `delta.checkpoint.writeStatsAsStruct` | ![done] |
177181
| Version 3 | CHECK constraints | [![done]][check-constraints] |
178182
| Version 4 | Change Data Feed | ![done] |
179183
| Version 4 | Generated Columns | |

0 commit comments

Comments
 (0)