diff --git a/content/references/advanced/parquet.md b/content/references/advanced/parquet.md index 70d5b6d4..ca644f94 100644 --- a/content/references/advanced/parquet.md +++ b/content/references/advanced/parquet.md @@ -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 | 🟢 | diff --git a/content/roadmap.md b/content/roadmap.md index 24e93493..2efec6bb 100644 --- a/content/roadmap.md +++ b/content/roadmap.md @@ -50,7 +50,7 @@ CedarDB. | **Feature** | **State** | **Details** | |-----------------------|:----------------------:|------------------------------------------------------------| -| Parquet reader | {{< iconplanned >}} | | +| Parquet reader | {{< icondone >}} | [Documentation](/docs/references/advanced/parquet/) | | Parquet writer | {{< iconplanned >}} | | | Iceberg support | {{< iconplanned >}} | | | pg_dump compatibility | {{< iconinprogress >}} | [Documentation](/docs/cookbook/importing_from_postgresql/) |