Mikhail f. Shiryaev
4dd628cd86
Clean trash from changelog for v22.3.16.1190-lts
2023-01-11 12:06:06 +01:00
Vladimir C
eed2a29524
Fix style
2023-01-11 10:55:51 +00:00
vdimir
6c5b4458cb
Add test, comments, rename
2023-01-11 10:55:50 +00:00
vdimir
f3702e9279
add missing src/Planner/CollectUsedIndetifiers
2023-01-11 10:55:50 +00:00
vdimir
0b86deb585
[wip] drop unused columns after join on/using
2023-01-11 10:55:49 +00:00
vdimir
a881a61e74
Set pipeline type in join step description
2023-01-11 10:55:49 +00:00
vdimir
8b65ed200c
Review fixes
2023-01-11 10:53:13 +00:00
Yatsishin Ilya
77f0724629
Fix flaky test_tcp_handler_interserver_listen_host
2023-01-11 10:28:30 +00:00
Maksim Kita
f1947b94de
Fixed tests
2023-01-11 11:10:06 +01:00
Mikhail f. Shiryaev
1dc9fe6f5a
Fix the timeout, remove wrong parameters
2023-01-11 10:45:51 +01:00
Mikhail f. Shiryaev
1420c4b852
Use logging instead of printing
2023-01-11 10:44:59 +01:00
Maksim Kita
eac7a07f3f
Analyzer AggregateFunctionsArithmeticOperationsPass fix
2023-01-11 10:20:30 +01:00
Maksim Kita
82271d6c4b
Analyzer SumIfToCountIfPass crash fix
2023-01-11 10:20:30 +01:00
Maksim Kita
9a46d9bcff
Merge pull request #44508 from kitaisreal/analyzer-duplicate-alias-crash-fix
...
Analyzer duplicate alias crash fix
2023-01-11 12:14:26 +03:00
robot-clickhouse
6d6e803cfb
Automatic style fix
2023-01-11 10:09:43 +01:00
Ilya Yatsishin
f871949d85
Try to fix flaky test_create_user_and_login/test.py::test_login_as_dropped_user_xml
2023-01-11 10:09:43 +01:00
Ilya Yatsishin
cc007aca03
Merge pull request #45125 from qoega/pull-image-in-sqlancer-check
...
Pull SQLancer image before check run
2023-01-11 10:09:04 +01:00
Maksim Kita
d41107a942
Merge pull request #43372 from ClickHouse/fix-aggregation-planner
...
Fix aggregate functions optimisation in AggregateFunctionsArithmericOperationsPass
2023-01-11 12:06:59 +03:00
Maksim Kita
f0567f7a25
Merge pull request #45055 from kitaisreal/analyzer-aggregation-without-column-fix
...
Analyzer aggregation without column fix
2023-01-11 12:03:32 +03:00
Anton Popov
85734bb321
fix build
2023-01-11 08:32:33 +00:00
simpleton
babef5d990
fix: Solve the unique invalid problem of negative interval
2023-01-11 16:08:22 +08:00
taiyang-li
af0c3d751f
fix uts
2023-01-11 14:32:28 +08:00
MeenaRenganathan22
fe1df7aabe
Updated the reference files
2023-01-10 22:00:53 -08:00
MeenaRenganathan22
8bc0fd05e9
Merge branch 'crc-power-fix' of https://github.com/ClibMouse/ClickHouse into crc-power-fix
2023-01-10 21:32:24 -08:00
MeenaRenganathan22
25c94dfa83
Changes to support the CRC32 in PowerPC to address the WeakHash collision issue. Update the reference to support the hash values based on the specific platform
2023-01-10 21:20:13 -08:00
Bharat Nallan Chakravarthy
24d3db1295
try binary search when selecting idx
2023-01-10 21:16:20 -08:00
Bharat Nallan Chakravarthy
e18a95719d
review fix
2023-01-10 21:16:16 -08:00
MeenaRenganathan22
1167ae47e9
Changes to support the CRC32 in PowerPC to address the WeakHash collision issue. Update the reference to support the hash values based on the specific platform
2023-01-10 20:56:16 -08:00
taiyang-li
6794367663
fix uts
2023-01-11 10:38:17 +08:00
Alexey Milovidov
6aefd1bc91
Merge pull request #45136 from ClickHouse/cleanup_44197
...
Minor cleanup in stress/run.sh
2023-01-11 05:33:46 +03:00
Zhiguo Zhou
be4d79e924
Deallocate memory of profile events out of critical section
...
To further shrink the critical section for releasing memory of the
profile events (ProfileEventsCountersAndMemory), this commit puts
the dealloaction out of the critical section while keeping the
memory move under lock. This change could mitigate the contention
for ThreadGroupStatus::mutex.
2023-01-11 09:58:30 +08:00
Anton Popov
6c4f53bdca
Merge remote-tracking branch 'upstream/master' into HEAD
2023-01-11 01:00:57 +00:00
alesapin
9b16b3f48f
Fix potential memory leak
2023-01-11 01:03:01 +01:00
Dmitry Novik
6027b8ee4d
Remove redundant code
2023-01-10 23:23:07 +00:00
Dmitry Novik
b7fdc10271
Merge remote-tracking branch 'origin/master' into fix-aggregation-planner
2023-01-10 22:24:50 +00:00
Yatsishin Ilya
a704cf804a
fix
2023-01-10 22:17:28 +00:00
Igor Nikonov
543221b8b9
Merge remote-tracking branch 'origin/master' into fix-insert-delay
2023-01-10 22:15:41 +00:00
Igor Nikonov
e75df5e76b
Test
...
+ fix some review comments
2023-01-10 22:14:54 +00:00
DanRoscigno
563e0e76f9
init
2023-01-10 16:59:34 -05:00
DanRoscigno
75c04945bd
spelling
2023-01-10 16:18:50 -05:00
DanRoscigno
5cf1b1f61d
feedback
2023-01-10 16:09:59 -05:00
Alexander Tokmakov
881b17492f
Merge branch 'master' into fix_get_part_name
2023-01-10 21:39:35 +01:00
Rich Raposa
4b28b39f7c
Merge pull request #45137 from ClickHouse/add-detectLanguage-to-docs
...
Added the detectLanguage functions to the docs
2023-01-10 12:58:12 -07:00
Alexander Tokmakov
255881a2ff
Merge pull request #44466 from ClickHouse/parallel_parts_cleanup_with_zero_copy
...
Parallel parts cleanup with zero copy replication
2023-01-10 22:44:39 +03:00
rfraposa
57ab2a4110
Update nlp-functions.md
...
Added the detectLanguage functions
2023-01-10 12:26:51 -07:00
avogar
035dc33707
Fix builds
2023-01-10 19:22:18 +00:00
Alexander Tokmakov
2af17ec1c0
Update clickhouse-test
2023-01-10 22:19:58 +03:00
Alexander Tokmakov
8fa1b070c6
minor cleanup in stress/run.sh
2023-01-10 19:55:06 +01:00
Ilya Yatsishin
0efceae6ce
Merge pull request #44917 from azat/mt-fix-log-message
...
Fix logging message in MergeTreeDataMergerMutator (about merged parts)
2023-01-10 19:49:31 +01:00
Nikolai Kochetov
299fcff8bc
Merge pull request #45123 from ClickHouse/fix-race-in-s3cluster
...
Fix data race in s3Cluster.
2023-01-10 19:47:42 +01:00