Commit Graph

108839 Commits

Author SHA1 Message Date
Kseniia Sumarokova
04d3d01bbe
Update prefetch_settings.xml 2023-02-23 19:23:02 +01:00
avogar
b8156f459f Better solution 2023-02-23 18:13:35 +00:00
Alexander Gololobov
169f864e88 A test with different combination of range conditions in PREWHERE 2023-02-23 19:03:45 +01:00
Alexander Tokmakov
22c2ef1353
Merge pull request #46775 from ClickHouse/tavplubix-patch-5
Follow-up to #41534
2023-02-23 20:48:26 +03:00
Alexander Tokmakov
d7cd4c6fca
Update clickhouse-test 2023-02-23 20:20:29 +03:00
Robert Schulze
c6f7bbe8d3
Merge pull request #46768 from ClickHouse/rs/poco-cleanup
Poco: Remove some dead code
2023-02-23 18:07:35 +01:00
Robert Schulze
52bf836e03
Merge pull request #46773 from ClickHouse/rs/skip-full-builds-for-README/CHANGELOG-changes
CI: don't run builds/tests when CHANGELOG.md or README.md were modified
2023-02-23 18:05:04 +01:00
Alexander Tokmakov
f76c42348b
Merge pull request #46402 from lzydmxy/apply_move_partition_to_all_replicas
Apply `ALTER TABLE ON CLUSTER MOVE PARTITION TO DISK|VOLUME` to all replicas.
2023-02-23 19:42:54 +03:00
Alexander Tokmakov
7b15f469cf
Merge pull request #46782 from ClickHouse/add_docs_for_44543
Add docs for #44543
2023-02-23 19:37:34 +03:00
Azat Khuzhin
d162c285e6 Fix 02164_clickhouse_local_interactive_exception
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-23 17:24:50 +01:00
Alexander Gololobov
8b22373488 Apply filter at last step if it has been accumulated from multiple steps 2023-02-23 16:58:28 +01:00
Alexander Gololobov
608b3703a1 Test to repro incorrect combined prewhere column 2023-02-23 16:55:16 +01:00
Mikhail f. Shiryaev
31bbb346ec
Merge pull request #46754 from ClickHouse/terminate-completely-stuck-runners
On out-of-space `at` returns error, we must terminate still
2023-02-23 16:34:23 +01:00
Robert Schulze
ab1571b70f
Update .github/workflows/docs_check.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:36 +01:00
Robert Schulze
f9bf0b5a8e
Update .github/workflows/pull_request.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:22 +01:00
Robert Schulze
99e184c754
Update .github/workflows/pull_request.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:10 +01:00
Robert Schulze
2e3ff46905
Update .github/workflows/docs_check.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:03 +01:00
Anton Popov
955b54a6f8
Merge pull request #46753 from CurtizJ/fallback-from-async-insert
Fallback from async insert in case of large amount of data
2023-02-23 16:21:44 +01:00
Kruglov Pavel
2cc2213d92
Merge pull request #46669 from Avogar/local-totals-extremes
Fix totals and extremes with constants in clickhouse-local
2023-02-23 16:17:48 +01:00
clickhouse-adrianfraguela
774ca553d8
Updated Slack invite link 2023-02-23 15:08:51 +00:00
Alexander Tokmakov
de04760bcd add docs for #44543 2023-02-23 15:57:11 +01:00
Robert Schulze
231e4a546d
Merge pull request #46780 from ClickHouse/rs/hash-cosmetics
Cosmetics in hashing code
2023-02-23 15:50:48 +01:00
Alexander Tokmakov
114986b0a6 Update DDLWorker.cpp 2023-02-23 15:48:55 +01:00
Robert Schulze
9914d4c591
Cosmetics 2023-02-23 14:35:45 +00:00
Robert Schulze
8d804d8823
Merge pull request #46495 from HarryLeeIBM/hlee-s390x-xxhash
Fix hash endian issue for s390x
2023-02-23 15:34:51 +01:00
Azat Khuzhin
3d3f511cb4 Add style check for expect_after in tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-23 15:27:11 +01:00
vdimir
b94b446592
Style CrossToInnerJoinVisitor 2023-02-23 14:05:58 +00:00
Azat Khuzhin
a3b3e2dcc1 Fix timeout for expect tests by fixing expect_after timeout
By default expect matches patterns against output from the current
process, however if you don't have stdin attached (like the case for
CI), you will not have anything to check against, hence "timeout" simply
does not work.

Likely expect has $any_spawn_id (another option is to put expect_after
after spawn).

v2: use $any_spawn_id
Refs: https://github.com/ClickHouse/ClickHouse/pull/43819
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-23 15:02:19 +01:00
Alexander Tokmakov
6b682d935f
Merge pull request #46636 from azat/data-after-semicolon-fix
Fix 01179_insert_values_semicolon test
2023-02-23 16:59:23 +03:00
Kruglov Pavel
cec282d3e6
Merge pull request #46725 from azat/input_format_null_as_default-improvement
Handle input_format_null_as_default for nested types
2023-02-23 14:55:05 +01:00
Kruglov Pavel
35887911e3
Merge pull request #46284 from Avogar/null-as-default-all-formats
Extend setting `input_format_null_as_default` for more formats
2023-02-23 14:48:22 +01:00
Yakov Olkhovskiy
71afa8d187
Merge pull request #46747 from ClickHouse/ip-bloom-t64
T64 codec support for IPv4
2023-02-23 08:34:34 -05:00
Alexander Gololobov
bf50b3ab2f Update test 2023-02-23 14:30:13 +01:00
vdimir
bea8525234
Get rid of where_stack in CrossToInnerJoinVisitor 2023-02-23 13:20:51 +00:00
Robert Schulze
ce1176a744
CI: don't run builds/tests when CHANGELOG.md or README.md were modified 2023-02-23 13:10:36 +00:00
Azat Khuzhin
b8b6d597ae
Avoid OOM in perf tests (#46641)
* Avoid OOM in perf tests

At some point perf tests started to fail for one setup on CI [1]:

    /home/ubuntu/actions-runner/_work/_temp/f8fce7b1-8bc4-49c8-a203-c96867f4420a.sh: line 5: 1882659 Killed                  python3 performance_comparison_check.py "$CHECK_NAME"
    Error: Process completed with exit code 137.

  [1]: https://github.com/ClickHouse/ClickHouse/actions/runs/4230936986/jobs/7349818625

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>

* Switch perf tests to ubuntu 22.04 for parallel with --memsuspend

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>

---------

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-23 14:05:18 +01:00
Kruglov Pavel
f933b6da24
Merge pull request #46645 from ClickHouse/Avogar-patch-1
Fix flaky test 01710_normal_projections
2023-02-23 13:51:57 +01:00
Robert Schulze
b88c56134c
Merge pull request #46764 from ClickHouse/tylerhannan-patch-1
removing dated event
2023-02-23 13:36:44 +01:00
Alexander Gololobov
cbcb1a7852 More concise logging at trace level 2023-02-23 13:31:56 +01:00
Nikolai Kochetov
dbfa641c47
Merge pull request #46621 from ClickHouse/resurrect-processors-profile-log-docs
Resurrect processors_profile_log docs.
2023-02-23 13:09:35 +01:00
Robert Schulze
6aa4e93284
Merge branch 'master' into StringSearcher 2023-02-23 11:54:05 +01:00
Kseniia Sumarokova
7e064ccbd4
Merge pull request #46667 from kssenii/hide-named-collections-under-setting
Allow to hide only values from system.named_collections while making collection visible
2023-02-23 11:44:50 +01:00
Kseniia Sumarokova
30a8eb0c2f
Merge pull request #46670 from kssenii/hide-disk-setting
Hide arguments of custom disk merge tree setting
2023-02-23 11:42:53 +01:00
Robert Schulze
7d34822c7c
Merge branch 'master' into hlee-s390x-xxhash 2023-02-23 11:29:26 +01:00
Robert Schulze
052010592c
Poco: Remove some dead code 2023-02-23 10:13:07 +00:00
Robert Schulze
d2cd249422
Merge pull request #46728 from ClickHouse/rs/poco-have-int64
Poco: POCO_HAVE_INT64 is always defined
2023-02-23 11:02:43 +01:00
Mikhail f. Shiryaev
f2b1654a44
Add overwriting failed reports as pending on rerun 2023-02-23 10:38:22 +01:00
Mikhail f. Shiryaev
e290ceec52
Reorder imports 2023-02-23 10:38:21 +01:00
Mikhail f. Shiryaev
33a2e2b3d8
Set default per_page=100 for GitHub 2023-02-23 10:38:09 +01:00
Ilya Yatsishin
f64caafaf9
Update CHANGELOG.md 2023-02-23 10:34:23 +01:00