Skip to content

Commit

Permalink
fix: adhere write stats configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Ion Koutsouris <[email protected]>
  • Loading branch information
ion-elgreco committed Feb 14, 2025
1 parent b3efdfc commit e866db8
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 59 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ API that lets you query, inspect, and operate your Delta Lake with ease.

## Table of contents

- [Table of contents](#table-of-contents)
- [Quick Start](#quick-start)
- [Get Involved](#get-involved)
- [Integrations](#integrations)
- [Features](#features)
- [Cloud Integrations](#cloud-integrations)
- [Supported Operations](#supported-operations)
- [Protocol Support Level](#protocol-support-level)

## Quick Start

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

0 comments on commit e866db8

Please sign in to comment.