Commit Graph

109270 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
fa05f05f11
Merge pull request #46794 from ClickHouse/auto/v23.2.1.2537-stable
Update version_date.tsv and changelogs after v23.2.1.2537-stable
2023-02-23 22:57:23 +01:00
Rich Raposa
25a759d8d1
Update insert-into.md
Fix the formatting
2023-02-23 14:41:45 -07:00
avoiderboi
a938f276d1 Handle ColumnConst efficiently 2023-02-23 22:40:22 +01:00
Robert Schulze
d26a12b6b2
Remove ZSTD version from CMake output
- produced wrong output:

  > ZSTD VERSION 1.5.0

  (see any recent local or CI build log), whereas the current version is 1.5.4

- that could be fixed, on the other hand other contrib's also don't
  print their version (it is given implicitly by ClickHouse's source
  Git hash), the parsing regex is fragile and it hasn't changed since
  2016 so it was probably broken for a long time already

- therefore remove it
2023-02-23 20:27:30 +00:00
Robert Schulze
cca0bead44
Slighly improved example 2023-02-23 20:07:06 +00:00
Robert Schulze
b3eacf0894
Whitespace for the win 2023-02-23 20:06:24 +00:00
Robert Schulze
6906cafa99
Change to S3 cfg syntax 2023-02-23 20:04:41 +00:00
robot-clickhouse
f2e71bc3b7 Update version_date.tsv and changelogs after v23.2.1.2537-stable 2023-02-23 19:46:46 +00:00
Antonio Andelic
1efba8995d Update version to 23.3.1.2537 2023-02-23 19:35:57 +00:00
Alexander Tokmakov
a59785aea2
Merge pull request #46787 from ClickHouse/tavplubix-patch-6
Print all stacktraces in hung check
2023-02-23 22:33:14 +03:00
Alexander Gololobov
47f51fe187
Merge pull request #46771 from ClickHouse/fix_prewhere_logging
More concise logging at trace level for PREWHERE steps
2023-02-23 20:20:30 +01:00
Alexey Milovidov
37828d1e35
Merge pull request #46766 from ClickHouse/qoega-patch-4
Update CHANGELOG.md
2023-02-23 22:11:44 +03:00
Azat Khuzhin
fa3aeb6ff9 Fix 02105_backslash_letter_commands
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-23 20:06:36 +01:00
avoiderboi
cfa9573c3a Remove unused declaration 2023-02-23 20:03:03 +01:00
avoiderboi
2ee3e4c577 Add first implementation 2023-02-23 19:30:21 +01:00
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
Salvatore Mesoraca
0e34a4fc4e
ActionsDAG: remove unnecessary condition 2023-02-23 18:35:29 +01: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
avogar
eec6051a50 style 2023-02-23 16:16:08 +00:00
avogar
54622566df Add setting to change parquet version 2023-02-23 16:14:10 +00: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
Mikhail f. Shiryaev
900fe7ec9a
Reduce returns for update_mergeable_check 2023-02-23 16:06:29 +01:00
Alexander Tokmakov
de04760bcd add docs for #44543 2023-02-23 15:57:11 +01:00
Mikhail f. Shiryaev
19bea6a9e8
Add more cases when we don't need Mergeable Check 2023-02-23 15:57:10 +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
Mikhail f. Shiryaev
067e656ff3
Reuse code, do not update Mergeable Check unnecessary 2023-02-23 15:25:29 +01:00
Mikhail f. Shiryaev
0ab9d6787e
Add format_description for commit status descriptions 2023-02-23 15:21:19 +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