Yakov Olkhovskiy
0c14ac782e
Merge pull request #68456 from aalexfvk/use_http_1_1_for_external_http_auth
...
Use HTTP/1.1 for external HTTP authentication
2024-08-18 14:36:48 +00:00
Robert Schulze
8d0d870326
Merge pull request #68510 from ClickHouse/revert-65761-improve_upper_lower
...
Revert "Improve compatibility of `upper/lowerUTF8` with Spark"
2024-08-18 13:25:32 +00:00
Robert Schulze
f5308635d1
Revert "Improve compatibility of upper/lowerUTF8
with Spark"
2024-08-18 15:25:07 +02:00
Robert Schulze
6cf5a7f7f8
Merge pull request #65761 from bigo-sg/improve_upper_lower
...
Improve compatibility of `upper/lowerUTF8` with Spark
2024-08-18 12:14:43 +00:00
Robert Schulze
27b08de3da
Merge pull request #68443 from rschu1ze/update-analyzer-tech-debt
...
Update analyzer_tech_debt.txt
2024-08-18 12:11:56 +00:00
Max K.
ca515047ea
Merge pull request #68457 from ClickHouse/ci_native_arm_build
...
CI: Native build for package_aarch64
2024-08-18 11:19:55 +00:00
Alexey Milovidov
bd035e7eb4
Merge pull request #68488 from ClickHouse/misc-databases
...
Miscellaneous changes in database engines
2024-08-18 07:59:47 +00:00
Alexey Milovidov
a892e1d093
Merge branch 'master' into misc-databases
2024-08-18 05:57:43 +02:00
Alexey Milovidov
f0ae57c018
Merge pull request #68433 from ClickHouse/logout
...
Fix 01119_session_log flakiness
2024-08-18 01:21:56 +00:00
Alexey Milovidov
5d851d718a
Merge branch 'master' into misc-databases
2024-08-17 23:21:22 +02:00
Alexey Milovidov
51a6035088
Merge pull request #68490 from ClickHouse/part-of-66999-2
...
Miscellaneous changes from #66999 (2)
2024-08-17 20:51:48 +00:00
Max Kainov
7432400fd0
revert hacks made to prevent OOM in aarch64
2024-08-17 18:53:43 +02:00
Max Kainov
a42b12725a
CI: Native build for package_aarch64
2024-08-17 18:53:43 +02:00
Alexey Milovidov
72ded640d4
Merge branch 'master' into part-of-66999-2
2024-08-17 17:04:35 +02:00
Alexey Milovidov
b9e8b15e46
Merge pull request #68486 from ClickHouse/database-overlay-more-ops
...
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 14:31:29 +00:00
Alexey Milovidov
fdae56a249
Merge pull request #68489 from ClickHouse/part-of-66999
...
Miscellaneous changes in BaseDaemon
2024-08-17 14:31:09 +00:00
Julia Kartseva
95a41b9681
Merge pull request #68478 from jkartseva/03149-broken-pipe-fix
...
Fix `Broken pipe` error for `03149_numbers_max_block_size_zero.sh`
2024-08-17 05:03:42 +00:00
Michael Kolupaev
fe6fcedf58
Merge remote-tracking branch 'origin/master' into logout
2024-08-17 03:25:36 +00:00
Alexey Milovidov
67bbe6fe98
Merge pull request #68458 from cwurm/patch-4
...
Update gui.md: Links, formatting, spelling
2024-08-17 00:23:07 +00:00
Alexey Milovidov
83608cb7bf
Miscellaneous changes from #66999 (2)
2024-08-17 01:40:07 +02:00
Alexey Milovidov
142d7b1582
Miscellaneous changes in BaseDaemon
2024-08-17 01:35:49 +02:00
Alexey Milovidov
05df12379a
Merge pull request #68462 from ClickHouse/fix-test-02122_join_group_by_timeout
...
Fix test `02122_join_group_by_timeout`
2024-08-16 23:21:24 +00:00
Alexey Milovidov
63ac05aafd
Merge pull request #68479 from ClickHouse/docs-update-json-link
...
Update JSON link
2024-08-16 22:24:31 +00:00
Alexey Milovidov
da0a8051d8
Miscellaneous changes in database engines
2024-08-17 00:22:57 +02:00
Alexey Milovidov
8ba142559c
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 00:09:39 +02:00
Julia Kartseva
2a5de86fe4
shellcheck
2024-08-16 21:46:21 +00:00
Justin de Guzman
4b11522990
Update JSON link
2024-08-16 14:06:55 -07:00
Alexey Milovidov
da1d09b2d9
Merge pull request #68435 from ClickHouse/tuple-element-identifier
...
Support expressions with tuples like `expr().name`
2024-08-16 20:57:55 +00:00
Alexey Milovidov
52f35d8100
Merge pull request #68452 from Avogar/date-time-inference-fix
...
Better inference of date times 2
2024-08-16 20:54:03 +00:00
Alexander Gololobov
967d237ba6
Merge pull request #67935 from ClickHouse/davenger_patch_42
...
Add keeper error description to the message
2024-08-16 20:42:15 +00:00
Anton Popov
1fab2fb492
Merge pull request #68016 from CurtizJ/merge-bigger-steps
...
Try to make bigger steps in execution of merges
2024-08-16 20:41:43 +00:00
Julia Kartseva
faad7f4ba2
Fix Broken pipe error for 03149_numbers_max_block_size_zero.sh
...
The error appeared while debugging
https://github.com/ClickHouse/clickhouse-private/issues/14225
Logs:
https://pastila.nl/?00628486/754eaf7d96fd03ceecdf1a45458867dc#B9vFn07WAielph/Z5lHbrQ==
From the `man grep`:
> -q, --quiet, --silent
> <...> Exit immediately with zero status if any match is found, even if an error was detected.
When `grep -q` finds a match, it immediately exits with status `0 and
closes its side of the pipe. If the clickhouse-client is still trying to
send data through the pipe, it leads to SIGPIPE signal.
Use grep -c instead. It is less efficient, but the output in this test
is small.
We should also revisit how we handle SIGPIPE signal,
e.g. the server should not try to send logs if it already encountered
the Broken pipe error.
2024-08-16 20:37:14 +00:00
Michael Kolupaev
3a17e9f843
Merge remote-tracking branch 'origin/master' into logout
2024-08-16 19:00:07 +00:00
Alexey Milovidov
fd266284e1
Fix test 02122_join_group_by_timeout
2024-08-16 19:49:47 +02:00
Michael Kolupaev
cb3468f6d1
Merge pull request #58934 from ClickHouse/mv4
...
Refreshable materialized views improvements
2024-08-16 17:16:28 +00:00
Michael Kolupaev
b49585cb53
Merge pull request #68365 from ClickHouse/minus1
...
Fix off-by-one inline function info in stack traces
2024-08-16 17:14:36 +00:00
Nikolai Kochetov
09d4964de5
Merge pull request #68413 from ClickHouse/add-default-status-to-processor
...
Add NotStarted status to not-prepared processors.
2024-08-16 16:15:58 +00:00
Christoph Wurm
0dba461d7f
Update gui.md: Links, formatting, spelling
2024-08-16 16:46:57 +01:00
Kseniia Sumarokova
9ab2ba62fa
Merge pull request #68404 from ClickHouse/update-delta-lake-test
...
Update delta lake test
2024-08-16 15:12:35 +00:00
Aleksei Filatov
6bd65dbfa5
Use HTTP/1.1 for external HTTP authentication
2024-08-16 15:07:53 +00:00
Anton Popov
443a676b5b
Merge pull request #68409 from CurtizJ/fix-test-03221
...
Try to fix test 03221_mutation_analyzer_skip_part
2024-08-16 14:31:43 +00:00
avogar
4975264c9d
More strict parsing
2024-08-16 14:08:07 +00:00
Alexey Milovidov
c80ab00b15
Merge branch 'master' into tuple-element-identifier
2024-08-16 15:58:31 +02:00
Alexey Katsman
63eba954b1
Merge pull request #68127 from aalexfvk/print_multi_zk_error
...
Output an operation error for ZK Multi request failed operation into log
2024-08-16 13:50:13 +00:00
avogar
b1c18e2dd4
Fix check for allowed date symbols in date time best effort schema infernece
2024-08-16 13:29:25 +00:00
Kseniia Sumarokova
cb77472478
Merge pull request #68445 from neoman36/named_collection-doc
...
named-collections.md is updated
2024-08-16 12:29:01 +00:00
neoman36
c542fb57cd
named-collections.md is updated 2
2024-08-16 13:01:23 +02:00
Kruglov Pavel
39bc050e5f
Merge pull request #66444 from Avogar/json-data-type
...
Implement new JSON data type.
2024-08-16 10:29:29 +00:00
neoman36
b76277ca00
named-collections.md is updated
2024-08-16 12:23:20 +02:00
taiyang-li
3ee741bd5e
add submodule contrib/icu from clickhouse
2024-08-16 18:04:15 +08:00