Alexey Milovidov
d553e46a06
Merge branch 'master' into faster-parts-removal
2021-01-15 13:25:20 +03:00
Alexey Milovidov
aa51463c93
Adjust perf test
2021-01-15 13:22:51 +03:00
alexey-milovidov
e914ef619f
Merge pull request #18818 from templarzq/master
...
Implement ColumnAggregateFunction cloneResized method
2021-01-15 13:21:21 +03:00
Alexey Milovidov
55265db583
Add a test
2021-01-15 13:17:55 +03:00
Alexey Milovidov
33d045b72e
Fix issue in function "bar"
2021-01-15 13:17:09 +03:00
Mikhail Filimonov
4361a5e0d6
Give a try for 1.6.0-RC1
2021-01-15 11:07:35 +01:00
alexey-milovidov
461d370e8d
Merge pull request #19020 from ClickHouse/fix_18879
...
Fix duplicate UUIDs of LiveView on server startup
2021-01-15 13:04:08 +03:00
alexey-milovidov
80c937b64c
Merge pull request #19084 from ClickHouse/simplifuy-tuple-hamming-distance
...
Simplify tupleHammingDistance
2021-01-15 13:02:09 +03:00
alexey-milovidov
421dd1ca66
Merge pull request #18542 from nautaa/master
...
add function to decode charaters for XML
2021-01-15 12:28:01 +03:00
alesapin
d601faa669
Merge pull request #18935 from fastio/bugfix_attach_partition_does_not_reset_mutation
...
Bugfix: attach partition should reset the mutation
2021-01-15 12:21:16 +03:00
alesapin
e106df2ad0
Fix comment
2021-01-15 12:10:03 +03:00
alesapin
0662d6bd7d
Fix compression codec read for empty files
2021-01-15 12:04:23 +03:00
alesapin
dfc1e8ef1d
Also upload query log
2021-01-15 10:53:37 +03:00
jianmei zhang
82d3c4c9fe
update chinese docs of insert-into and select-all to latest
2021-01-15 12:00:56 +08:00
Alexander Kuzmenkov
c9628386fc
more fixes
2021-01-15 01:39:43 +03:00
Mikhail Filimonov
0d23f3f16a
Docker: fix uid/gid of the clickhouse user
...
Explicitly set uid / gid of clickhouse user & group to the fixed values 101.
It is especially important for rootless containers: in that case entrypoint can't do chown
and owners of mounted volumes should be configured externally.
We do that in advance at the begining of Dockerfile before any packages will be installed
to prevent picking those uid / gid by some unrelated software.
The same uid / gid (101) is used both for alpine and ubuntu.
Number 101 is used by default in openshift, and was used by all clickhouse-server docker images
before 20.10. In 20.11 it was changed (by accident) to 999.
2021-01-14 23:37:27 +01:00
Alexey Milovidov
f6f7ef65a2
Add perf test
2021-01-15 00:34:53 +03:00
Alexey Milovidov
8fe85b5fcb
Add stateful test
2021-01-15 00:33:54 +03:00
Alexander Kuzmenkov
4c2c083387
strip leading whitespace
2021-01-15 00:27:36 +03:00
alesapin
cabfa3b7df
Merge pull request #19055 from ClickHouse/more_debug_for_writer
...
More debug for stateless tests writer
2021-01-15 00:26:42 +03:00
Alexey Milovidov
9db1299f41
Improve code
2021-01-15 00:25:19 +03:00
alesapin
b6170c1326
No logs
2021-01-15 00:18:50 +03:00
alesapin
8da81a4791
No errors
2021-01-15 00:15:48 +03:00
alesapin
58f10799dd
Remove changes
2021-01-15 00:14:10 +03:00
Mikhail Filimonov
04da361f64
Update librdkafka to v1.5.3
2021-01-14 21:53:58 +01:00
Alexander Kuzmenkov
1abb554d2b
test fixes
2021-01-14 23:47:52 +03:00
MyroTk
489d9d186a
Looping RBAC several times
2021-01-14 21:25:37 +01:00
MyroTk
7a64b60399
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_rbac_alter_fetch_fix_and_new_tests
2021-01-14 21:24:43 +01:00
Alexey Milovidov
da9bd043d4
Merge branch 'master' into nautaa-master
2021-01-14 23:09:33 +03:00
Alexey Milovidov
522ccddbec
Better code
2021-01-14 23:05:00 +03:00
Azat Khuzhin
ecae6c1c60
Avoid reading the distributed batch just to read the block header
...
Before this patch batched mode of the DirectoryMonitor is 2x slower then
non-batched, after it should be more or less the same as non-batched.
2021-01-14 22:38:46 +03:00
Alexey Milovidov
ffca270512
Fix Arcadia
2021-01-14 22:34:13 +03:00
Alexey Milovidov
f60c5f8296
Merge branch 'master' into templarzq/master
2021-01-14 22:33:11 +03:00
alexey-milovidov
2760006415
Update gtest_peekable_read_buffer.cpp
2021-01-14 22:29:34 +03:00
alexey-milovidov
48ec7b6042
Merge pull request #19058 from filimonov/update-test-containers
...
Update test containers
2021-01-14 22:23:44 +03:00
Denny Crane
7c8ec40555
Update partition.md
2021-01-14 14:31:26 -04:00
Denny Crane
55986d0383
Update partition.md
2021-01-14 14:24:49 -04:00
Denny Crane
b2aa4d9709
Update partition.md
2021-01-14 14:22:19 -04:00
Denny Crane
2c41360270
Update partition.md
2021-01-14 13:57:02 -04:00
Denny Crane
5143378bb4
Update partition.md
2021-01-14 13:54:17 -04:00
Nikolai Kochetov
d120801df3
Fix style
2021-01-14 20:16:31 +03:00
Alexey Milovidov
ee13dd4fef
Fix error
2021-01-14 19:58:44 +03:00
MyroTk
0df681a58b
Moving SYSTEM SHUTDOWN out of parallel
2021-01-14 17:57:44 +01:00
Alexander Kuzmenkov
f5d63c23a2
semicolon
2021-01-14 19:55:09 +03:00
Alexey Milovidov
8276a1c8d2
Faster parts removal, more safe and efficient interface of IDisk
2021-01-14 19:24:13 +03:00
alesapin
490326e6b0
Fix symlinks
2021-01-14 19:24:06 +03:00
Nikolai Kochetov
39de699790
Added test.
2021-01-14 19:13:14 +03:00
Nikolai Kochetov
4bb0bd16e1
Simplify tupleHammingDistance
2021-01-14 19:02:17 +03:00
alesapin
09e825e28c
Merge pull request #19040 from ClickHouse/fix_redundant_exception_while_dropping_part
...
Avoid redundant exception while dropping part
2021-01-14 18:59:59 +03:00
Alexander Kuzmenkov
828dea83cb
Merge remote-tracking branch 'origin/master' into tmp
2021-01-14 18:50:34 +03:00