Commit Graph

116348 Commits

Author SHA1 Message Date
Kseniia Sumarokova
064c15f2ab
Merge branch 'master' into fix-async-buffer 2023-06-01 11:13:54 +02:00
Sema Checherinda
de62c9e558
Merge pull request #50410 from ClickHouse/clang-17-2
Support clang-17
2023-06-01 10:48:58 +02:00
Robert Schulze
08d98329b0
Revert "Add SQL functions for Entropy Learned Hashing" 2023-06-01 10:12:09 +02:00
Robert Schulze
669b795ec8
Merge pull request #50245 from rschu1ze/msan-siphash-keyed
Fix msan issue in keyed siphash
2023-06-01 10:04:59 +02:00
Robert Schulze
578711e8e5
Merge branch 'master' into bump-c-ares 2023-06-01 09:56:50 +02:00
Robert Schulze
793513419b
Merge pull request #50402 from rschu1ze/bump-libxml2
Bump libxml2 to 2.10.4
2023-06-01 09:55:54 +02:00
Robert Schulze
4c29e06ba2
Merge pull request #50404 from rschu1ze/bump-gsasl
Fix CVE-2022-2469
2023-06-01 09:52:03 +02:00
Mikhail f. Shiryaev
bcbce15cde
Mark the builds without results as pending 2023-06-01 08:51:44 +02:00
Zhiguo Zhou
3d0f336643 Optimize predicate with toYYYYMM converter
Like toYear(PR #50062), the predicate with toYYYYMM could also be
optimized with its preimage. For example, we could transform the
predicate "toYYYYMM(c) = 202305" to "c >= '2023-05-01' AND c <=
'2023-05-31'", so that the invocation of toYYYYMM is avoided. The
similar transformation also applies to other comparisons.

This commit extends OptimizeDateFilterInPlaceVisitor by having it
recognize the toYYYYMM converter in the WHERE/PREWHERE clauses and
replace it with the above tranformed predicate in-place at the AST
level.
2023-06-01 10:20:45 +08:00
frinkr
c9d0d217f5 fix Keeper deadlock on exception when preprocessing requests 2023-06-01 09:57:42 +08:00
Alexey Milovidov
fb86fe8f9d Remove useless code 2023-06-01 03:08:05 +02:00
Alexey Milovidov
956c399b2a Remove useless code 2023-06-01 03:04:29 +02:00
alekar
c4c8dbca2d
Merge branch 'master' into minor-cgroup-improvements 2023-05-31 17:58:18 -07:00
Manas Alekar
6334b6d569 Address case where cpu cgroup is set to max. 2023-05-31 17:55:20 -07:00
Alexey Milovidov
75de3ffba8
Merge branch 'master' into fix-async-buffer 2023-06-01 03:40:28 +03:00
Alexey Milovidov
379c573db0
Merge branch 'master' into isnull-operator-priority 2023-06-01 03:20:22 +03:00
lgbo-ustc
5dbce62ec3 fixed. without apply prepareRightBlock will cause mismatch block structure 2023-06-01 08:10:28 +08:00
Alexey Milovidov
8e6100b0f9 Merge branch 'clang-17-2' 2023-06-01 01:33:23 +02:00
Alexey Milovidov
c54abdb4f8 Support clang-17 2023-06-01 01:32:03 +02:00
Sema Checherinda
0aa30ef129 reuse s3_mocks, rewrite test test_paranoid_check_in_logs 2023-06-01 01:29:37 +02:00
Denny Crane
ad19d2142f ping ci 2023-05-31 20:17:54 -03:00
Denny Crane
801a4d5742 test for #42610 2023-05-31 20:08:22 -03:00
Maksim Kita
da09823ece Compile aggregate expressions enable by default 2023-05-31 23:14:39 +03:00
Nikita Mikhaylov
3543d95980
Parallel replicas always skip unavailable ones (#50293) 2023-05-31 22:10:33 +02:00
SmitaRKulkarni
123cd505ee
Merge branch 'master' into 43983_Updated_to_hold_lock_fetch_part 2023-05-31 21:59:55 +02:00
Robert Schulze
5b32c026b9
Fix CVE-2022-2469 2023-05-31 18:48:41 +00:00
Robert Schulze
2bf867c1cf
Bump to v1.19.1 2023-05-31 18:13:18 +00:00
Robert Schulze
eeab9fb3d4
Add new file 2023-05-31 18:08:20 +00:00
Robert Schulze
5eb592acc5
Bump libxml2 from 2.10.3 to 2.10.4
CVE-2023-28484
CVE-2023-29469
2023-05-31 17:57:50 +00:00
Robert Schulze
3a1e07d4c1
Add submodule c-ares 2023-05-31 17:54:47 +00:00
Robert Schulze
95cbc11d7b
Remove c-ares submodule 2023-05-31 17:54:31 +00:00
Robert Schulze
2e2f98ced6
Add new source file 2023-05-31 17:26:31 +00:00
Robert Schulze
f57c5105f6
Remove file deleted upstream from build description 2023-05-31 17:02:05 +00:00
alekar
38db3313be
Merge branch 'master' into minor-cgroup-improvements 2023-05-31 10:01:06 -07:00
Robert Schulze
57c88e664c
Remove old protobuf 2023-05-31 17:01:00 +00:00
alekar
cb85e5a01e
Update base/base/getMemoryAmount.cpp
Co-authored-by: Sergei Trifonov <svtrifonov@gmail.com>
2023-05-31 10:00:43 -07:00
alekar
495580918a
Update base/base/getMemoryAmount.cpp
Co-authored-by: Sergei Trifonov <svtrifonov@gmail.com>
2023-05-31 10:00:19 -07:00
Sema Checherinda
dd2d43a491
Merge branch 'master' into fix-test-profile-events 2023-05-31 18:57:52 +02:00
Victor Krasnov
9d4c8c30ab Rename 01472_toStartOfInterval_disallow_empty_tz_field test to 01472_toBoundsOfInterval_disallow_empty_tz_field 2023-05-31 19:57:37 +03:00
Robert Schulze
ab6fe946bd
Switch build to google-protobuf-cmake 2023-05-31 16:47:38 +00:00
Alexander Tokmakov
2357c03388
Merge branch 'master' into fix_materialized_mysql_poll_timeout 2023-05-31 19:47:14 +03:00
Robert Schulze
7d8c1ff3cc
Move protobuf entry in .gitmodules 2023-05-31 16:43:36 +00:00
Robert Schulze
8c3e256cae
Switch protobuf to v3.18.x 2023-05-31 16:42:56 +00:00
Robert Schulze
8c1f579c48
Add google-protobuf submodule 2023-05-31 16:41:30 +00:00
Victor Krasnov
adf71e706e Intergate week related functions to 01472_toStartOfInterval_disallow_empty_tz_field test 2023-05-31 16:34:55 +00:00
Mikhail f. Shiryaev
653da5f002
Reduce the unzip verbosity 2023-05-31 18:23:21 +02:00
Sema Checherinda
aedd3afb8a
fix hung in unit tests (#50391)
* fix hung in unit tests

* Update gtest_writebuffer_s3.cpp

* Update gtest_writebuffer_s3.cpp

---------

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-05-31 19:20:58 +03:00
rfraposa
bed7443181 Fixes 2023-05-31 09:31:46 -06:00
Mikhail f. Shiryaev
a96a845e23
Add comment to prepare-ci-ami.sh, add a success at the end 2023-05-31 17:12:49 +02:00
Victor Krasnov
570778dee0 Integrated toStartOfWeekand and toLastDayOfWeek in 00189_time_zones_long 2023-05-31 15:08:25 +00:00