robot-clickhouse
0b04c5f68b
Update version_date.tsv and changelogs after v23.10.6.60-stable
2024-01-05 14:11:15 +00:00
robot-clickhouse
5b9cc914db
Update version_date.tsv and changelogs after v23.8.9.54-lts
2024-01-05 14:11:11 +00:00
Nikolai Kochetov
da76f51173
Fix tests.
2024-01-05 14:06:04 +00:00
robot-clickhouse
9d7912fa75
Update version_date.tsv and changelogs after v23.11.4.24-stable
2024-01-05 14:04:23 +00:00
robot-clickhouse
7d2dafb024
Update version_date.tsv and changelogs after v23.12.2.59-stable
2024-01-05 14:02:42 +00:00
Alexey Milovidov
8b9613d5a2
Merge branch 'master' of github.com:ClickHouse/ClickHouse into pretty-type-names-default
2024-01-05 14:53:41 +01:00
Sema Checherinda
66117afdd1
Update install.sh
2024-01-05 13:42:30 +00:00
Sema Checherinda
4d7f455abf
fix bash expr
2024-01-05 13:42:30 +00:00
Sema Checherinda
92ad027714
add docs
2024-01-05 13:42:30 +00:00
Sema Checherinda
3dff106772
fix clang tidy
2024-01-05 13:42:30 +00:00
Sema Checherinda
c59a72b987
fix special build, add randomization to stateless tests
2024-01-05 13:42:30 +00:00
Sema Checherinda
2861cc70ba
fix style
2024-01-05 13:42:30 +00:00
Sema Checherinda
8ab4aa3423
enable randomization setting
2024-01-05 13:42:30 +00:00
Sema Checherinda
680ce20509
build fix
2024-01-05 13:42:30 +00:00
Sema Checherinda
f7d033cac2
speed up generation, less allocations
2024-01-05 13:42:30 +00:00
Sema Checherinda
a409b6c420
speed up generation
2024-01-05 13:42:30 +00:00
Sema Checherinda
53f36f8b21
object storage key template
2024-01-05 13:42:30 +00:00
Nikolai Kochetov
0f49e8c0f0
Fixing tests.
2024-01-05 13:16:35 +00:00
Raúl Marín
c0a44ffce4
Revert "Merging #53757 "
2024-01-05 13:46:18 +01:00
Vitaly Baranov
7c867a09af
Merge pull request #57263 from Enmk/patch-4
...
Fixed potential exception due to stale profile UUID
2024-01-05 13:43:54 +01:00
Alexander Tokmakov
e468dbe2cb
Merge pull request #58507 from ClickHouse/sync_docker_tests_images
...
Sync content of the docker test images
2024-01-05 13:23:04 +01:00
Robert Schulze
8169b3e17f
Merge remote-tracking branch 'rschu1ze/master' into punycode-revert-revert
2024-01-05 12:19:46 +00:00
Robert Schulze
2cc2a9089c
Incorporate review feedback
2024-01-05 12:18:21 +00:00
Nikolai Kochetov
8bcfa888a5
Fixing index hint
2024-01-05 11:50:09 +00:00
Nikolai Kochetov
eff6232418
Merge branch 'master' into try-to-remove-pk-analysis-on-ast
2024-01-05 10:54:46 +00:00
Nikolai Kochetov
15b66031bc
Update prepared sets.
2024-01-05 10:53:07 +00:00
Nikolai Kochetov
7cfb2e1b44
Merge branch 'master' into analyzer-execution-names
2024-01-05 11:47:30 +01:00
Antonio Andelic
e2944890f2
Use master commit
2024-01-05 10:28:08 +00:00
Nikolai Kochetov
84b566d1a8
Merge pull request #58317 from ClickHouse/analyzer-using-func-arg
...
Analyzer: support functional arguments in USING clause
2024-01-05 10:43:42 +01:00
Nikolai Kochetov
80c1e59d3f
Merge branch 'master' into analyzer-execution-names
2024-01-05 09:31:25 +00:00
Duc Canh Le
c3586b2e35
fix docs
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-01-05 07:23:22 +00:00
Duc Canh Le
934e006213
add document
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-01-05 07:13:46 +00:00
Duc Canh Le
29c4d96b48
fix build and add a tests
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-01-05 06:54:56 +00:00
chenwei
4b26a08318
keeper connection mode in doc file not work.
...
1. use "-h localhost:9181" followed doc is aborted.
root@c64618ba15d1:~/data/zk# clickhouse-keeper-client -h localhost:9181
getservbyname
Aborted
2. use "-h localhost -p 9181" is ok.
root@c64618ba15d1:~/data/zk# clickhouse-keeper-client -h localhost -p 9181
Connected to ZooKeeper at 127.0.0.1:9181 with session_id 20
Keeper feature flag FILTERED_LIST: enabled
Keeper feature flag MULTI_READ: enabled
Keeper feature flag CHECK_NOT_EXISTS: disabled
Keeper feature flag CREATE_IF_NOT_EXISTS: disabled
/ :)
2024-01-05 14:23:04 +08:00
Alexey Milovidov
03951e1b21
Make a test not depend on the lack of floating point associativity
2024-01-05 14:22:51 +08:00
Mathieu Rey
9c46596556
Fix example 3 and tweak formatting
...
* example 3 is about having several SQL queries in the same input, made an example illustrating that
* removed the sql marker for all results except example 2 to emphasize when you would get colorized output in the terminal
2024-01-05 14:07:51 +08:00
Alexey Milovidov
362133af1f
Update tests
2024-01-05 01:54:05 +01:00
Alexey Milovidov
f89bd40575
Merge branch 'master' into pretty-type-names-default
2024-01-05 00:03:13 +01:00
Robert Schulze
2166df0640
Merge pull request #57882 from lingtaolf/optimization/BF_support_rg
...
Utilize `ngrambf` and `tokenbf` indexes by function `match()`
2024-01-05 00:00:50 +01:00
Robert Schulze
2928d8742e
Merge pull request #58517 from rschu1ze/minor-sqids-fixup
...
Minor fixups for `sqid()`
2024-01-04 23:12:14 +01:00
Vitaly Baranov
2a385bc573
Fix currentProfiles()
2024-01-04 21:06:45 +01:00
Alexander Tokmakov
bc1c05e4cd
Update 02486_truncate_and_unexpected_parts.sql
2024-01-04 20:15:52 +01:00
Nikolai Kochetov
4ab6bcbd25
Merge pull request #58353 from ClickHouse/hdfs-virtuals
...
Refactor StorageHDFS and StorageFile virtual columns filtering
2024-01-04 20:11:41 +01:00
Raúl Marín
0522d859c2
Merge pull request #58334 from Algunenano/minmax_non_numeric
...
Speedup MIN/MAX for non numeric types
2024-01-04 19:48:18 +01:00
Raúl Marín
acca00cd1f
Merge pull request #58478 from Algunenano/improve_perf_tests
...
Improve perf tests
2024-01-04 19:14:36 +01:00
Nikolai Kochetov
85c1bb80fd
Merge branch 'master' into hdfs-virtuals
2024-01-04 18:00:10 +00:00
Jihyuk Bok
491df7bf6e
enable ordinary databases while restoration
2024-01-04 18:46:55 +01:00
Nikolai Kochetov
85ea5c1f82
Remove more code
2024-01-04 17:46:06 +00:00
Nikolai Kochetov
085484c5f1
Merge pull request #58505 from kitaisreal/merge-tree-prefetched-read-pool-disable-for-limit-only-queries
...
MergeTreePrefetchedReadPool disable for LIMIT only queries
2024-01-04 18:39:25 +01:00
Robert Schulze
9149072520
Update tests
2024-01-04 17:27:26 +00:00