Nikolai Kochetov
c5f93eb108
Fix more tests.
2023-02-21 15:44:50 +00:00
Nikolai Kochetov
ee597b939f
Merge branch 'master' into aggregate-projections-analysis-query-plan
2023-02-20 19:46:52 +00:00
Maksim Kita
4d23f74a53
Merge pull request #46494 from kitaisreal/query-plan-filter-push-down-sorting-fix
...
Planner filter push down optimization fix
2023-02-20 21:36:34 +03:00
Kseniia Sumarokova
47604ad77e
Merge pull request #46106 from kssenii/return-materialized-postrgesql-tests-back
...
Enable disabled MaterializedPostgreSQL tests back in CI
2023-02-20 19:04:58 +01:00
Nikolai Kochetov
37a5e10b75
Fix more tests.
2023-02-20 17:55:10 +00:00
SmitaRKulkarni
8ebbd03553
Merge pull request #46583 from ClickHouse/Support_parameterized_view_with_in_clause
...
Support for IN clause in parameterized views
2023-02-20 18:26:31 +01:00
Nikolai Kochetov
413a8d38fa
Fix totals row for projections.
2023-02-20 16:40:35 +00:00
Kseniia Sumarokova
cc0daccec8
Merge pull request #46608 from ClickHouse/kssenii-patch-8
...
Temporarily disable test_rabbitmq_overloaded_insert
2023-02-20 16:45:17 +01:00
Kseniia Sumarokova
0d9a541441
Update test.py
2023-02-20 16:43:10 +01:00
Alexey Milovidov
d076e17655
Merge pull request #46597 from ClickHouse/fix-install-arm64-deps
...
Fix dependencies for InstallPackagesTestAarch64
2023-02-20 17:27:14 +03:00
Mikhail f. Shiryaev
3272e7d778
Fix dependencies for InstallPackagesTestAarch64
2023-02-20 15:23:24 +01:00
Nikolai Kochetov
84e442e620
Fixing build and style.
2023-02-20 14:21:20 +00:00
Alexey Milovidov
5ef159fa10
Merge pull request #46565 from ClickHouse/remove-pvs-studio
...
Remove PVS-Studio
2023-02-20 17:10:53 +03:00
kssenii
80a0aa1327
Merge remote-tracking branch 'upstream/master' into return-materialized-postrgesql-tests-back
2023-02-20 14:37:39 +01:00
kssenii
591510c20e
Uodate test
2023-02-20 14:36:53 +01:00
Nikolai Kochetov
2a8460d962
Merge branch 'master' into aggregate-projections-analysis-query-plan
2023-02-20 13:54:05 +01:00
SmitaRKulkarni
90834d4aa5
Merge pull request #46487 from ClickHouse/45185_Inner_join_with_where
...
Updated to not clear on_expression from table_join
2023-02-20 11:38:31 +01:00
Robert Schulze
135170b27d
Merge pull request #44973 from ClickHouse/remove-smp-limitation
...
Slightly modify the detection of the number of CPU cores
2023-02-20 11:22:39 +01:00
Smita Kulkarni
e5e1027637
Support for IN clause in parameterized views
...
Implementation:
* In case of parameterized views, the IN clause cannot be evaluated as constant expression during CREATE VIEW, added a check to ignore this step in case of parameterized view.
* If parmeters are not in IN clause, we continue to evaluate it as constant expression.
2023-02-20 09:48:55 +01:00
robot-clickhouse-ci-2
1d5cc9b387
Merge pull request #46579 from ClickHouse/rs/sparkbar-docs
...
Small update of sparkbar docs
2023-02-20 09:19:01 +01:00
Robert Schulze
5557e66766
Small update of sparkbar docs
...
- parameter name "width" was misleading
2023-02-20 08:03:40 +00:00
Yakov Olkhovskiy
d9bc4bcccb
Merge pull request #46296 from jh0x/feature-array-partial-sort
...
Add arrayPartialSort and arrayPartialReverseSort
2023-02-20 02:49:38 -05:00
Alexey Milovidov
179957fd7c
Merge pull request #46567 from ClickHouse/fix-double-whitespace
...
Fix double whitespace in comment in test
2023-02-20 05:36:21 +03:00
Alexey Milovidov
ee07f05224
Merge pull request #46568 from ClickHouse/rename-test
...
Rename test
2023-02-20 05:35:05 +03:00
Alexey Milovidov
7016cb5e6d
Merge pull request #46566 from ClickHouse/fix-direct-io-test
...
Inhibit settings randomization in `01304_direct_io_long.sh`
2023-02-20 05:34:45 +03:00
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