Commit Graph

108858 Commits

Author SHA1 Message Date
Robert Schulze
cf062f0c5b
Small optimization of LIKE patterns with > 1 trailing %
Previously, LIKE pattern '%%%ab' became '.*.*ab'. Now, it becomes 'ab'
which is a bit faster (perhaps).

+ minor code cleanup + a minor doc update
2023-02-25 18:50:32 +00:00
Robert Schulze
2fd28b9eac
Merge pull request #46867 from ClickHouse/rs/escaping-docs
Fix escaping description in LIKE function docs
2023-02-25 18:44:20 +01:00
Rich Raposa
9e6c6e86e2
Merge pull request #46866 from ClickHouse/rfraposa-patch-2
Update tuple-map-functions.md
2023-02-25 10:33:48 -07:00
Robert Schulze
01e7f41c79
Fix escaping descriptionn in LIKE function docs 2023-02-25 17:13:57 +00:00
Rich Raposa
6e2cec9ab6
Update tuple-map-functions.md 2023-02-25 10:03:32 -07:00
Alexander Gololobov
9183933330
Merge pull request #46856 from ClickHouse/fix-msan-report-map
Fix a bug in `Map` data type
2023-02-25 17:20:58 +01:00
Robert Schulze
960a0b6582
Merge pull request #46858 from ClickHouse/rs/escaping-docs
Minor fixup of string escaping syntax docs
2023-02-25 16:24:17 +01:00
Robert Schulze
d74632cdb7
Minor fixup of string escaping syntax docs 2023-02-25 15:23:15 +00:00
Alexander Gololobov
7606d2406b Check that argument sizes and result size match 2023-02-25 14:47:45 +01:00
Alexander Gololobov
d8c5da1a50 A test to check that computed value is equal in all rows 2023-02-25 14:46:23 +01:00
Anton Popov
37570f10ea
Merge pull request #46364 from CurtizJ/add-query-id-in-response
Add `X-ClickHouse-Query-Id` header in all queries
2023-02-25 14:18:35 +01:00
Alexander Gololobov
f8ce665a27
Merge pull request #46849 from ClickHouse/fix-bad-function-name
Fix wrong function name
2023-02-25 10:21:32 +01:00
Alexey Milovidov
10c2bfe2ee Add a test 2023-02-25 09:08:24 +01:00
Alexey Milovidov
9ec6f94638 Add a test 2023-02-25 09:07:55 +01:00
Alexey Milovidov
fbff23403f Add a test 2023-02-25 08:53:53 +01:00
Alexey Milovidov
21ba6b70e6 Fix MSan report in Map data type 2023-02-25 08:47:48 +01:00
Alexey Milovidov
c659d84b47 Fix MSan report in Map data type 2023-02-25 08:46:21 +01:00
Alexey Milovidov
a712fc6435 Fix wrong function name 2023-02-25 00:27:54 +01:00
Alexey Milovidov
52beeadac7
Merge pull request #46755 from HarryLeeIBM/hlee-s390x-new-libunwind
Use latest libunwind for s390x
2023-02-25 00:40:06 +03:00
Alexey Milovidov
093eba5dfc
Merge pull request #46736 from ClickHouse/pending-on-rerun
Mark failed build reports as pending on reruns
2023-02-25 00:39:44 +03:00
Alexey Milovidov
20df2a01aa
Merge pull request #46783 from clickhouse-adrianfraguela/patch-1
Updated Slack invite link
2023-02-25 00:38:24 +03:00
Alexey Milovidov
fe2c313ada
Merge pull request #46796 from ClickHouse/rs/silence-zstd-build
Remove ZSTD version from CMake output
2023-02-25 00:37:23 +03:00
Alexander Tokmakov
7a49521de8
Merge pull request #46779 from azat/tests/expect-timeout-fixes
Fix timeout for all expect tests (wrong usage of expect_after timeout)
2023-02-24 23:08:25 +03:00
Alexander Tokmakov
99cf9abe54
Merge branch 'master' into tests/expect-timeout-fixes 2023-02-24 23:07:45 +03:00
Alexey Milovidov
61ab6c7a37
Merge pull request #46840 from ClickHouse/changelog-edit
Edit the changelog
2023-02-24 22:47:20 +03:00
Alexey Milovidov
381f0cc5b3 Edit the changelog 2023-02-24 20:45:35 +01:00
Rich Raposa
75290a2455
Merge pull request #46838 from ClickHouse/add-mac-to-install
Update install.md
2023-02-24 12:43:11 -07:00
rfraposa
7b1b4f1fd6 Update aspell-dict.txt 2023-02-24 11:54:12 -07:00
Rich Raposa
a4f1fe51bb
Merge branch 'master' into add-mac-to-install 2023-02-24 11:27:58 -07:00
rfraposa
25eb4053eb Update install.md 2023-02-24 11:26:37 -07:00
Maksim Kita
3cff38b158
Merge pull request #46738 from ClickHouse/vdimir/analyzer_array_join_calc_twice
Do not reanalyze expressions from aggregation in projection
2023-02-24 21:25:21 +03:00
Maksim Kita
b8b399db4c
Merge pull request #46408 from ClickHouse/vdimir/cross_to_inner_analyzer_0
Add CrossToInnerJoinPass
2023-02-24 21:21:50 +03:00
Anton Popov
1fbe96d20c fix mysql protocol 2023-02-24 18:08:51 +00:00
Alexander Tokmakov
ca1c793cac
Merge pull request #46820 from Algunenano/avoid_KeeperMultiException_system_errors
Don't report ZK node exists to system.errors when a block was created concurrently by a different replica
2023-02-24 19:42:32 +03:00
robot-ch-test-poll
12f4d28a72
Merge pull request #46833 from ClickHouse/rs/escaping-docs
Rectify string literals escaping docs
2023-02-24 17:11:52 +01:00
Robert Schulze
b0abeefb74
Rectify string literals escaping docs
Cf. https://github.com/ClickHouse/ClickHouse/issues/46592#issuecomment-1437059603
2023-02-24 15:56:17 +00:00
vdimir
e4e19c90e7
Do not reanalyze expressions from aggregation in projection 2023-02-24 15:45:15 +00:00
Mikhail f. Shiryaev
de4ee65c85
Merge pull request #46821 from ClickHouse/stateless-cmake-version
Stateless cmake version
2023-02-24 16:24:32 +01:00
Azat Khuzhin
5aa0a3a57e Fix flakiness of 01179_insert_values_semicolon
CI: https://s3.amazonaws.com/clickhouse-test-reports/46785/169f864e88b903b27921ab47149d2cd68d3efc52/stateless_tests__tsan__s3_storage__[4/5].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 15:38:53 +01:00
Kruglov Pavel
ee754b9582
Merge pull request #46731 from Avogar/fix-local-json-abort
Fix possible clickhouse-local abort on JSONEachRow schema inference
2023-02-24 14:12:20 +01:00
Alexander Gololobov
b43b98f7c0
Merge pull request #46785 from ClickHouse/fix_combined_prewhere_column
Fix combined PREWHERE column accumulated from multiple steps
2023-02-24 14:00:17 +01:00
Azat Khuzhin
3e444287c4 Improve 02132_client_history_navigation
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 13:33:10 +01:00
Azat Khuzhin
d49e0af80a Fix 02047_client_exception flakiness
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 13:29:55 +01:00
Mikhail f. Shiryaev
6fa16b7828
Add check that major is not issued in the middle of a year 2023-02-24 12:36:47 +01:00
Mikhail f. Shiryaev
ad7ec74009
Make autogenerated version independent from tweak by default 2023-02-24 12:36:46 +01:00
Raúl Marín
7ff8d2d3d5 Don't report ZK node exists to system.errors 2023-02-24 12:36:29 +01:00
Alexander Gololobov
54d46f2180
Merge pull request #46817 from ClickHouse/qoega-patch-4
Fix typo in settings
2023-02-24 12:26:18 +01:00
Ilya Yatsishin
9fb24341e2
Update settings.md 2023-02-24 12:12:45 +01:00
Vladimir C
264b894b16
Remove unneeded recursion CrossToInnerJoinPass/findInTableExpression 2023-02-24 12:03:31 +01:00
Maksim Kita
ddb5944df0
Merge pull request #46729 from kitaisreal/analyzer-auto-final-on-query-fix
Analyzer AutoFinalOnQueryPass fix
2023-02-24 13:53:51 +03:00