Alexey Milovidov
|
062bb19da7
|
Merge pull request #46570 from ClickHouse/evillique-patch-1
Fix ASTAsterisk::clone()
|
2023-02-20 04:36:19 +03:00 |
|
Nikolay Degterinsky
|
f9dac6d4cf
|
Fix ASTAsterisk::clone()
|
2023-02-20 00:26:14 +01:00 |
|
Alexey Milovidov
|
b5cbcea677
|
Rename test
|
2023-02-20 00:13:53 +01:00 |
|
Alexey Milovidov
|
66984088d6
|
Fix double whitespace in comment in test
|
2023-02-19 23:53:50 +01:00 |
|
Alexey Milovidov
|
28c020692a
|
Inhibit settings randomization in 01304_direct_io_long.sh
|
2023-02-19 23:42:00 +01:00 |
|
Alexey Milovidov
|
a764628673
|
Merge pull request #46562 from ClickHouse/fix-test-01551
Inhibit randomization in test `01551_mergetree_read_in_order_spread.sql`
|
2023-02-20 01:35:39 +03:00 |
|
Alexey Milovidov
|
d8cda3dbb8
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
|
Alexey Milovidov
|
3a88ec0bf5
|
Inhibit randomization in test
|
2023-02-19 21:02:23 +01:00 |
|
Alexey Milovidov
|
60d517c49c
|
Merge pull request #46516 from azat/tests/integration/zstd
Compress tar archives with zstd in intergration tests
|
2023-02-19 19:56:40 +03:00 |
|
Han Fei
|
06e679d6cd
|
Merge pull request #46549 from hanfei1991/hanfei/fix-async-insert-query-num-setting
enable async-insert-max-query-number only if async_insert_deduplicate
|
2023-02-19 17:53:16 +01:00 |
|
Alexey Milovidov
|
17992b178a
|
Merge pull request #45364 from nickitat/aggr_partitions_independently
Add option to aggregate partitions independently
|
2023-02-19 17:44:18 +03:00 |
|
Alexey Milovidov
|
fa7f7e1d3a
|
Merge pull request #37870 from zzachimed/Aggregate_Sum_AVX512
Add avx512 support for Aggregate Sum, function unary arithmetic, func…
|
2023-02-19 17:21:16 +03:00 |
|
Alexey Milovidov
|
1adfbac19f
|
Merge pull request #37894 from yaqi-zhao/lower_upper
add avx512 support for Lower/Upper function
|
2023-02-19 17:18:10 +03:00 |
|
Yakov Olkhovskiy
|
b27efa928f
|
add EOL
|
2023-02-19 08:40:00 -05:00 |
|
Yakov Olkhovskiy
|
2b9ce319b8
|
remove unnecessary include
|
2023-02-19 08:37:51 -05:00 |
|
Alexey Milovidov
|
5359dcc014
|
Merge pull request #46554 from ucasfl/iceberg-fix
fix build without avro
|
2023-02-19 14:35:29 +03:00 |
|
Maksim Kita
|
f5f220ed81
|
Added tests
|
2023-02-19 12:05:43 +01:00 |
|
Maksim Kita
|
72719584ea
|
Planner filter push down optimization fix
|
2023-02-19 12:02:59 +01:00 |
|
Maksim Kita
|
6dffe52e68
|
Merge pull request #46471 from kitaisreal/analyzer-planner-fixes-before-enable-by-default
Analyzer planner fixes before enable by default
|
2023-02-19 13:49:18 +03:00 |
|
Alexander Gololobov
|
1b8cae8ee5
|
Merge pull request #46529 from ClickHouse/regexp_extract
Merge #46469
|
2023-02-19 10:28:35 +01:00 |
|
flynn
|
7b4fbf33b3
|
fix
|
2023-02-19 03:47:14 +00:00 |
|
Alexey Milovidov
|
417158f59f
|
Merge branch 'master' into lower_upper
|
2023-02-19 04:05:10 +03:00 |
|
Alexey Milovidov
|
a22f0eee2a
|
Merge branch 'master' into Aggregate_Sum_AVX512
|
2023-02-19 04:03:45 +03:00 |
|
Azat Khuzhin
|
0859bbb08b
|
Compress tar archives with zstd in intergration tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-18 21:54:38 +01:00 |
|
Alexander Gololobov
|
1480fce688
|
Removed extra identation
|
2023-02-18 21:41:30 +01:00 |
|
Alexander Gololobov
|
91b15caa8b
|
Simplify arguments validation
|
2023-02-18 21:41:18 +01:00 |
|
Maksim Kita
|
7cc10008e3
|
Fixed build
|
2023-02-18 20:34:12 +01:00 |
|
Ilya Yatsishin
|
92843987ed
|
Merge pull request #46553 from ClickHouse/fix-strange-whitespaces
|
2023-02-18 19:04:56 +01:00 |
|
flynn
|
177261a5ac
|
fix typo
|
2023-02-18 17:34:37 +00:00 |
|
flynn
|
830398f0bd
|
fix build without avro
fix
|
2023-02-18 17:32:35 +00:00 |
|
Joanna Hulboj
|
cae064822c
|
FIXUP: FunctionArrayMapped - Simpler arg passing for check/exec
|
2023-02-18 17:20:57 +00:00 |
|
Maksim Kita
|
a3ee9b604a
|
Fixed tests
|
2023-02-18 18:10:10 +01:00 |
|
Maksim Kita
|
cbd961de98
|
Fixed code review issues
|
2023-02-18 17:06:00 +01:00 |
|
Nikolay Degterinsky
|
f93aae80b8
|
Merge pull request #46407 from evillique/parameters-rename-query
Add parameterized RENAME queries
|
2023-02-18 16:04:55 +01:00 |
|
robot-ch-test-poll2
|
ee063e75f2
|
Merge pull request #46489 from jus1096/master
Add info for Kafka doc
|
2023-02-18 15:43:28 +01:00 |
|
Alexey Milovidov
|
f073cd470f
|
Merge pull request #46478 from ClickHouse/fix_test_store_cleanup
Fix some flaky integration tests
|
2023-02-18 17:33:02 +03:00 |
|
Nikita Taranov
|
eee39b7bd1
|
bring back lost lines
|
2023-02-18 14:30:49 +00:00 |
|
Alexey Milovidov
|
1f1cd1b22c
|
Whitespaces
|
2023-02-18 15:27:09 +01:00 |
|
Nikita Taranov
|
ef61c22167
|
another review fixes
|
2023-02-18 14:26:24 +00:00 |
|
Alexey Milovidov
|
ed4bd2690c
|
Merge pull request #46545 from DanRoscigno/update-rpm-install-docs
Update install docs with RPM and tgz methods
|
2023-02-18 17:21:33 +03:00 |
|
Alexey Milovidov
|
d582cb0dcf
|
Merge pull request #46547 from den-crane/patch-62
Doc. Better example of nested summing
|
2023-02-18 17:20:57 +03:00 |
|
Alexey Milovidov
|
46e23d7eee
|
Merge pull request #46552 from azat/state-reset-nothrow
Remove extra try/catch for QueryState/LocalQueryState reset
|
2023-02-18 17:20:03 +03:00 |
|
Alexey Milovidov
|
325b728bc9
|
Update wikistat.md
|
2023-02-18 16:50:14 +03:00 |
|
Alexey Milovidov
|
30921b211b
|
Update wikistat.md
|
2023-02-18 16:49:55 +03:00 |
|
Nikita Taranov
|
f70044f34b
|
Merge branch 'master' into aggr_partitions_independently
|
2023-02-18 13:19:05 +00:00 |
|
Joanna Hulboj
|
c2f5331a2d
|
Revert "FIXUP: Into FunctionArrayMapped: Simplify the dispatch in case of positional params"
This reverts commit d48bdcc754 .
|
2023-02-18 12:54:52 +00:00 |
|
Kseniia Sumarokova
|
b0ea047e76
|
Merge pull request #46533 from kssenii/fix-disk-setting
Allow `disk` merge tree setting in query to override config merge tree setting `storage_policy`
|
2023-02-18 12:36:54 +01:00 |
|
kssenii
|
ee7eb8a7dc
|
Fix test
|
2023-02-18 12:28:55 +01:00 |
|
Alexey Milovidov
|
3ba96590ca
|
Merge pull request #46546 from ClibMouse/openssl_s390x_fixes
Fixes for OpenSSL and s390x
|
2023-02-18 14:04:16 +03:00 |
|
Alexey Milovidov
|
bb001078c9
|
Update sampling-query-profiler.md
|
2023-02-18 14:01:47 +03:00 |
|