You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ALTINITY_CONTRIBUTIONS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
List of pull requests contributed by Altinity develoeprs to ClickHouse server. It does not include documentation changes.
2
2
3
3
## 2024
4
+
* Boolean support for parquet native reader [71055](https://github.com/ClickHouse/ClickHouse/pull/71055) by @arthurpassos
5
+
* Allow each authentication method to have its own expiration date, remove from user entity. [70090](https://github.com/ClickHouse/ClickHouse/pull/70090) by @arthurpassos
6
+
* make numactl respect EPERM error, when get_mempolicy is is restricted by seccomp [70900](https://github.com/ClickHouse/ClickHouse/pull/70900) by @filimonov
7
+
* add timeouts for retry loops in test_storage_rabbitmq [70510](https://github.com/ClickHouse/ClickHouse/pull/70510) by @filimonov
8
+
* Support for Parquet page V2 on native reader [70807](https://github.com/ClickHouse/ClickHouse/pull/70807) by @arthurpassos
9
+
* Add parquet bloom filters support [62966](https://github.com/ClickHouse/ClickHouse/pull/62966) by @arthurpassos
4
10
* Thread pool: move thread creation out of lock [68694](https://github.com/ClickHouse/ClickHouse/pull/68694) by @filimonov
5
11
* fix Kafka test [70352](https://github.com/ClickHouse/ClickHouse/pull/70352) by @filimonov
6
12
* Maybe fix RabbitMQ [70336](https://github.com/ClickHouse/ClickHouse/pull/70336) by @filimonov
0 commit comments