Skip to content

Commit 679934a

Browse files
Merge branch 'master' into fix-max_postpone_time_for_failed_replicated_-history-values
2 parents 6a51e5a + b699c4a commit 679934a

File tree

270 files changed

+3916
-8900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+3916
-8900
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Upcoming meetups
5353
* [Tokyo Meetup with Confluent](https://www.meetup.com/clickhouse-tokyo-user-group/events/306832118/) - April 15, 2025
5454
* [Kuala Lumper Meetup with CNCF](https://www.meetup.com/clickhouse-malaysia-meetup-group/events/306697678/) - April 16, 2025
5555
* [Jakarta Meetup with AWS](https://www.meetup.com/clickhouse-indonesia-user-group/events/306973747/) - April 22, 2025
56+
* [Denver Meetup](https://www.meetup.com/clickhouse-denver-user-group/events/306934991/) - April 23, 2025
5657
* [London Meetup](https://www.meetup.com/clickhouse-london-user-group/events/306047172/) - May 14, 2025
5758
* [Istanbul Meetup](https://www.meetup.com/clickhouse-turkiye-meetup-group/events/306978337/) - May 15, 2025
5859

base/base/BFloat16.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ class BFloat16
155155
res.x = x ^ 0b1000000000000000;
156156
return res;
157157
}
158+
159+
constexpr const UInt16 & raw() const
160+
{
161+
return x;
162+
}
158163
};
159164

160165

base/poco/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
add_subdirectory (Crypto)
21
add_subdirectory (Foundation)
32
add_subdirectory (JSON)
43
add_subdirectory (Net)

base/poco/Crypto/CMakeLists.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/Cipher.h

Lines changed: 0 additions & 141 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/CipherFactory.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/CipherImpl.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)