Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion content/references/advanced/parquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ This page summarizes the available features supported by the CedarDB Parser.
| Compression | Support |
|:---------------------:|:-------:|
| UNCOMPRESSED | 🟢 |
| BROTLI | 🔴 |
| BROTLI | 🟢 |
| GZIP | 🟢 |
| LZ4 (deprecated) | 🔴 |
| LZ4_RAW | 🟢 |
Expand Down
2 changes: 1 addition & 1 deletion content/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

| **Feature** | **State** | **Details** |
|-----------------------|:----------------------:|------------------------------------------------------------|
| Parquet reader | {{< iconplanned >}} | |
| Parquet reader | {{< icondone >}} | [Documentation](/docs/references/advanced/parquet/) |

Check failure on line 53 in content/roadmap.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'icondone'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'icondone'?", "location": {"path": "content/roadmap.md", "range": {"start": {"line": 53, "column": 34}}}, "severity": "ERROR"}
| Parquet writer | {{< iconplanned >}} | |
| Iceberg support | {{< iconplanned >}} | |
| pg_dump compatibility | {{< iconinprogress >}} | [Documentation](/docs/cookbook/importing_from_postgresql/) |
Expand Down
Loading