Azat Khuzhin
081ed8de2a
Use 64-bit capabilities if available
...
This will fix the following warning in dmesg:
capability: warning: `clickhouse-serv' uses 32-bit capabilities (legacy support in use)
P.S. I'm not even sure that the fallback code is useful, since
_LINUX_CAPABILITY_VERSION_3 had been added long time ago, in Linux
2.6.26 (Released 13 July 2008)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-04 16:20:45 +01:00
Jordi Villar
b72507fdf6
Simplify test now that the cause is clear
2024-03-04 16:17:03 +01:00
Nikolai Kochetov
f421d3d571
Merge pull request #60515 from ClickHouse/cleanup-lazy-format-always
...
PullingAsyncPipelineExecutor cleanup
2024-03-04 15:54:53 +01:00
Alexey Milovidov
de6c5d3a40
Merge pull request #60552 from ClickHouse/pc2
...
Userspace page cache again
2024-03-04 17:47:35 +03:00
Yong Wang
8d106f6c70
Fix_max_query_size_for_kql_compound_operator : update test case for better readability
2024-03-04 06:38:13 -08:00
avogar
d7de634123
Update test
2024-03-04 14:37:49 +00:00
Dmitry Novik
f2387262ce
Fix crash with different allow_experimental_analyzer value in subqueries
2024-03-04 15:32:15 +01:00
Antonio Andelic
cb904d4f3e
Merge branch 'master' into catch-finalize-exception
2024-03-04 15:30:16 +01:00
Yarik Briukhovetskyi
e361e5e296
Merge branch 'ClickHouse:master' into fix_int_div_decimal_with_datetime
2024-03-04 14:51:20 +01:00
robot-ch-test-poll3
580f0f02d3
Merge pull request #60728 from ClickHouse/remove-old-code-5
...
Remove old code
2024-03-04 14:46:10 +01:00
Antonio Andelic
9f5fe176ad
Catch exceptions on finalize
2024-03-04 14:42:11 +01:00
Jordi Villar
1da1bbeae2
Set streams to 1 when using insert_deduplication_token
2024-03-04 14:35:57 +01:00
Mikhail f. Shiryaev
b92c94c213
Merge pull request #60603 from ClickHouse/zip-lambda-in-docker
...
Use python zipfile to have x-platform idempotent lambda packages
2024-03-04 14:24:34 +01:00
Raúl Marín
7a851bece3
Update tzdata to 2024a
2024-03-04 14:15:15 +01:00
Dmitry Novik
9c5ed092f8
Fix CREATE VIEW with scalar subquery #ci_set_analyzer
2024-03-04 14:15:07 +01:00
Dmitry Novik
01829450fb
Merge remote-tracking branch 'origin/master' into analyzer-refactor-constant-name
2024-03-04 14:12:15 +01:00
Mikhail f. Shiryaev
1443e490ea
Remove python bytecode, make consistent file-permissions
...
It's impossible to have persistent pyc files
Each time they are built with different content, for example:
> cmp -bl lambda-package*/charset_normalizer/__pycache__/constant.cpython-310.pyc
15582 6 ^F 4 ^D
15583 164 t 155 m
15584 141 a 142 b
15586 164 t 163 s
15587 151 i 332 M-Z
15588 163 s 6 ^F
15589 332 M-Z 164 t
15590 4 ^D 141 a
15591 155 m 143 c
15592 142 b 164 t
15593 143 c 151 i
17425 74 < 75 =
17428 76 > 46 &
17429 332 M-Z 372 M-z
17431 173 { 55 -
17434 75 = 174 |
17437 57 / 72 :
17440 54 , 73 ;
17441 372 M-z 332 M-Z
17443 174 | 175 }
17446 55 - 54 ,
17447 372 M-z 332 M-Z
17449 46 & 173 {
17452 72 : 76 >
17455 42 " 74 <
17458 73 ; 133 [
17461 135 ] 42 "
17464 133 [ 135 ]
17465 332 M-Z 372 M-z
17467 175 } 57 /
17503 332 M-Z 162 r
17504 5 ^E 130 X
17505 152 j 0 ^@
17506 157 o 0 ^@
17507 150 h 0 ^@
17508 141 a 332 M-Z
17509 142 b 5 ^E
17510 162 r 152 j
17511 130 X 157 o
17512 0 ^@ 150 h
17513 0 ^@ 141 a
17514 0 ^@ 142 b
17536 5 ^E 2 ^B
17537 143 c 150 h
17538 160 p 172 z
17539 71 9 332 M-Z
17540 65 5 5 ^E
17541 60 0 143 c
17542 332 M-Z 160 p
17543 2 ^B 71 9
17544 150 h 65 5
17545 172 z 60 0
2024-03-04 13:37:13 +01:00
Mikhail f. Shiryaev
63e40203d1
Use python zipfile to have x-platform idempotent lambda packages
2024-03-04 13:37:11 +01:00
Jordi Villar
63747271e8
Fix test
2024-03-04 13:20:22 +01:00
Jordi Villar
c634012dbf
Reproducer for insert-select + insert_deduplication_token bug
2024-03-04 13:20:22 +01:00
avogar
ddf0dd7eb8
Fix crash when using input() in INSERT SELECT JOIN
2024-03-04 12:19:47 +00:00
Raúl Marín
f212c9c230
Fix crash in arrayEnumerateRanked
2024-03-04 13:14:13 +01:00
zvonand
4e55f2c90d
update test for toStartof...
2024-03-04 13:00:10 +01:00
Yarik Briukhovetskyi
033b9624b4
Merge branch 'ClickHouse:master' into fix_int_div_decimal_with_datetime
2024-03-04 12:56:17 +01:00
beetelbrox
e8f4e4eb77
Fix formatting
2024-03-04 12:54:55 +01:00
zvonand
41ff818a20
fix toStartOfInterval
2024-03-04 12:53:41 +01:00
Alexander Tokmakov
fb02137fcc
Merge pull request #60759 from ClickHouse/revert-60522-sync-with-private-3
...
Revert "Synchronize parsers"
2024-03-04 11:44:50 +01:00
Alexander Tokmakov
2e64b6722f
Revert "Synchronize parsers"
2024-03-04 11:42:21 +01:00
Mikhail f. Shiryaev
017a81692f
Merge pull request #60553 from ClickHouse/update-shellcheck
...
Update shellcheck
2024-03-04 11:21:34 +01:00
Igor Nikonov
815e3db6f5
Merge remote-tracking branch 'origin/master' into use-minmax-indices-always-first
2024-03-04 10:09:44 +00:00
Igor Nikonov
cbad19956c
Fix test with analyzer
2024-03-04 10:09:19 +00:00
Antonio Andelic
83c1c537d5
Execute requests in order
2024-03-04 10:48:50 +01:00
beetelbrox
229945cdd2
Fix whitespace
2024-03-04 10:32:45 +01:00
Han Fei
f07f438fe6
Merge pull request #60259 from bigo-sg/hash_join_bug_59625
...
Resolve #59625 : improper filter setting
2024-03-04 17:32:26 +08:00
beetelbrox
53e0d01d5e
Do not send metadata headers on unsupported multipartoperations
2024-03-04 10:28:27 +01:00
Antonio Andelic
e1e92e5547
Merge pull request #60544 from ClickHouse/keeper-add-timeout-commit-log
...
Keeper fix: add timeouts when waiting for commit logs
2024-03-04 09:53:35 +01:00
Alexey Milovidov
0d2414c92e
Merge pull request #60714 from azat/tests/integration-query-retries-v2
...
Do not retry queries if container is down in integration tests (resubmit)
2024-03-04 08:35:59 +03:00
Alexey Milovidov
9b4b4c0f8a
Merge pull request #60621 from max-sixty/skim
...
fix(rust): Fix skim's panic handler
2024-03-04 08:16:00 +03:00
Alexey Milovidov
097253bbff
Merge pull request #60617 from max-sixty/idiomatic-rust
...
internal: Refine rust prql code
2024-03-04 08:15:08 +03:00
Alexey Milovidov
5e43b733b2
Add a test
2024-03-04 06:00:32 +01:00
Alexey Milovidov
43e0a1b708
Remove nonsense from SQL/JSON
2024-03-04 05:59:02 +01:00
Alexey Milovidov
629af21701
Update build.md
2024-03-04 05:52:47 +03:00
lgbo-ustc
aca219773b
Merge remote-tracking branch 'origin/master' into hash_join_bug_59625
2024-03-04 10:51:26 +08:00
Alexey Milovidov
3476e36e87
Update build.md
...
1. Add `apt-get update` command.
2. Put Docker to the bottom.
2024-03-04 05:50:43 +03:00
Alexey Milovidov
7609856cd5
Fix another error
2024-03-04 03:06:27 +01:00
Alexey Milovidov
9a5085a4c3
Fix buffer overflow in CompressionCodecMultiple
2024-03-04 02:56:22 +01:00
Maximilian Roos
395cc63792
Fix source of panics, add tests
2024-03-03 16:08:55 -08:00
Alexey Milovidov
fc6f3c8399
Live view's life is close to the end
2024-03-04 00:49:22 +01:00
Alexey Milovidov
da2481c5c8
Merge remote-tracking branch 'origin/master' into remove-old-code-5
2024-03-04 00:12:03 +01:00
Alexey Milovidov
cbf5443585
Remove old code
2024-03-04 00:11:55 +01:00