Skip to content

Commit d95bbfa

Browse files
authored
Fix docs build
1 parent c1dd6cd commit d95bbfa

File tree

1 file changed

+1
-1
lines changed
  • docs/cloud/reference/01_changelog/02_release_notes

1 file changed

+1
-1
lines changed

docs/cloud/reference/01_changelog/02_release_notes/25_08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ doc_type: 'changelog'
208208

209209
### Format improvements {#format-improvements}
210210

211-
* New parquet reader implementation. It's generally faster and supports page-level filter pushdown and `PREWHERE`. Currently experimental. Use setting [`input_format_parquet_use_native_reader_v3`](/operations/settings/formats#input_format_parquet_use_native_reader_v3) to enable. [#82789](https://github.com/ClickHouse/ClickHouse/pull/82789) ([Michael Kolupaev](https://github.com/al13n321)).
211+
* New parquet reader implementation. It's generally faster and supports page-level filter pushdown and `PREWHERE`. Currently experimental. Use setting `input_format_parquet_use_native_reader_v3` to enable. [#82789](https://github.com/ClickHouse/ClickHouse/pull/82789) ([Michael Kolupaev](https://github.com/al13n321)).
212212
* Improved performance of the ProtobufSingle input format by reusing the serializer when no parsing errors occur. [#83613](https://github.com/ClickHouse/ClickHouse/pull/83613) ([Eduard Karacharov](https://github.com/korowa)).
213213

214214
### Data type and serialization optimizations {#data-type-and-serialization-optimizations}

0 commit comments

Comments
 (0)