Commit Graph

123062 Commits

Author SHA1 Message Date
Kruglov Pavel
34fde2c297
Merge pull request #51950 from Avogar/best-effort-csv-comma
Fix mistakenly comma parsing as part of datetime in CSV best effort parsing
2023-08-21 14:21:01 +02:00
Antonio Andelic
ed15babddd
Merge pull request #53198 from ClickHouse/improve-archive-reading
Improve reading from archives
2023-08-21 14:11:25 +02:00
Robert Schulze
fcade50942
Fix Darwin & FreeBSD build 2023-08-21 12:04:07 +00:00
Kruglov Pavel
c68456a20a
Merge pull request #52692 from Avogar/variable-number-of-volumns-more-formats
Allow variable number of columns in more formats, make it work with schema inference
2023-08-21 13:28:35 +02:00
Kruglov Pavel
47b551180b
Merge pull request #52117 from KevinyhZou/support_from_to_utc_timestamp
Support From/To UTC Timestamp function like spark
2023-08-21 13:16:57 +02:00
Robert Schulze
2c330516b8
Another compile fix 2023-08-21 11:12:39 +00:00
Nikolai Kochetov
388e2a09d6 Merge branch 'master' into not-ready-set-bug 2023-08-21 10:59:51 +00:00
Yarik Briukhovetskyi
af1d23720b
Merge branch 'ClickHouse:master' into fixed_hints_db_name 2023-08-21 13:57:39 +03:00
Maksim Kita
034ff13a05 CMake small refactoring 2023-08-21 12:51:39 +03:00
Alexey Milovidov
5a4b001f8e
Merge pull request #53618 from ClickHouse/insufficient-documentation-distributed-ddl
Add missing documentation for `distributed_ddl_output_mode`
2023-08-21 12:34:54 +03:00
Alexey Milovidov
1ad8669335
Merge pull request #53622 from ClickHouse/dashboard-maximize-move
Add maximize and drag options for the dashboard
2023-08-21 12:33:04 +03:00
SmitaRKulkarni
9787a0aa00
Merge pull request #53626 from ClickHouse/auto/v23.3.9.55-lts
Update version_date.tsv and changelogs after v23.3.9.55-lts
2023-08-21 10:42:01 +02:00
robot-clickhouse
c54ff5d451 Update version_date.tsv and changelogs after v23.3.9.55-lts 2023-08-21 08:32:51 +00:00
Robert Schulze
2ea660cf14
Merge remote-tracking branch 'rschu1ze/master' into krb5-1.21 2023-08-21 07:43:45 +00:00
Robert Schulze
d863b5798f
Bump boost to 1.80 2023-08-21 07:26:53 +00:00
taiyang-li
e5a399d0e9 change as requested 2023-08-21 14:51:25 +08:00
taiyang-li
f2e4315d59 fix building 2023-08-21 14:11:48 +08:00
Alexey Milovidov
47b565861b Add maximize and drag options for the dashboard 2023-08-21 06:23:58 +02:00
taiyang-li
3cd9eb9b84 fix style 2023-08-21 12:12:31 +08:00
taiyang-li
3781245027 change as request 2023-08-21 12:10:39 +08:00
taiyang-li
f723e8d43a change as request 2023-08-21 12:09:02 +08:00
kevinyhzou
48cb9b59f4 Support from/to utc timestamp 2023-08-21 09:28:00 +08:00
Alexey Milovidov
be2ef82d80 Add missing documentation for distributed_ddl_output_mode 2023-08-21 01:18:52 +02:00
Igor Nikonov
b074e44c1b
Merge pull request #53005 from ClickHouse/fix-parallel-replicas-multiply-result
Parallel reading from replicas over Distributed
2023-08-21 01:10:53 +02:00
Alexey Milovidov
c8f7ea6b9b
Merge pull request #53606 from ClickHouse/simplify-test
Simplify test `01600_parts_types_metrics_long`
2023-08-21 01:11:13 +03:00
Alexey Milovidov
ca84ae62ee
Merge pull request #53614 from ClickHouse/no-grammarly-for-sql
No Grammarly for SQL
2023-08-21 00:33:58 +03:00
Alexey Milovidov
3ec14370a7
Merge pull request #53617 from ClickHouse/cleanup-test-cluster-all-replicas
Cleanup cluster test: remove unnecessary zookeeper
2023-08-21 00:33:37 +03:00
Alexey Milovidov
13676e0a75
Merge pull request #38217 from kitaisreal/aarch64-enable-jit-compilation
AARCH64 enable JIT compilation
2023-08-21 00:31:44 +03:00
robot-clickhouse
57643a7e8b Automatic style fix 2023-08-20 20:05:02 +00:00
Igor Nikonov
f3af3bc641 Proper cluster name 2023-08-20 19:52:28 +00:00
robot-clickhouse
fc5637829b Automatic style fix 2023-08-20 19:47:17 +00:00
Igor Nikonov
622fec5f51 There is no need for zookeeper in the test 2023-08-20 19:35:12 +00:00
Maksim Kita
c760a4c82f Test 2023-08-20 16:26:55 +03:00
Maksim Kita
61415cf117 Test 2023-08-20 14:44:15 +03:00
Alexey Milovidov
11757f6540 No Grammarly for SQL 2023-08-20 13:42:00 +02:00
Maksim Kita
30110d2fc0 Test 2023-08-20 14:37:38 +03:00
irenjj
f2dba1c59d Fix test. 2023-08-20 19:35:14 +08:00
Maksim Kita
79542a40a8 Test 2023-08-20 13:34:46 +03:00
Alexey Milovidov
dd1a00b976
Merge pull request #53608 from ClickHouse/fix-error-in-dashboard
Add mass edit capability to dashboard
2023-08-20 13:21:21 +03:00
Maksim Kita
f32effb627 AARCH64 Neon memequal wide 2023-08-20 12:45:18 +03:00
irenjj
38d2e75690 Add doc. 2023-08-20 17:30:05 +08:00
Alexey Milovidov
692afc6bf6 Merge branch 'master' into simplify-test 2023-08-20 11:09:41 +02:00
Alexey Milovidov
a93abcaa72 Update reference 2023-08-20 11:09:37 +02:00
Alexey Milovidov
439a258c29 Revert "Update reference"
This reverts commit 442431a6bd.
2023-08-20 11:08:57 +02:00
kssenii
307e5d6b9b Fix 2023-08-20 10:37:20 +02:00
Kseniia Sumarokova
ac4f727091
Merge pull request #53273 from kssenii/impove-filecache-removal
Improve fs cache cleanup
2023-08-20 10:31:07 +02:00
Alexey Milovidov
ab384ba621 Add documentation 2023-08-20 10:06:10 +02:00
Alexey Milovidov
e81fcfd23d
Merge pull request #53601 from ClickHouse/remove-unneeded-columns-from-logs
Remove unneeded columns from logs
2023-08-20 10:37:11 +03:00
Alexey Milovidov
cf0e9e5f37
Merge pull request #53604 from ClickHouse/metrics-system-database
Add asynchronous metrics about system database
2023-08-20 10:35:57 +03:00
Alexey Milovidov
6895f441bc Include params in the editor 2023-08-20 09:32:42 +02:00