Julia Kartseva
fc9fa706fb
Merge pull request #63365 from jkartseva/support-generic-disk-s3-plain-rw
...
Enable plain_rewritable metadata for `local` and `azure` object storages
2024-05-07 19:37:28 +00:00
Alexey Milovidov
35b5a80e0e
Merge pull request #63187 from kitaisreal/recursive-cte-documentation
...
Added recursive CTE documentation
2024-05-07 19:06:17 +00:00
Raúl Marín
92bb69e062
Merge pull request #63470 from Algunenano/stress_constraints
...
Extra constraints for stress and fuzzer tests
2024-05-07 15:29:25 +00:00
Alexey Milovidov
da365ef84d
Merge pull request #63439 from ClickHouse/fix-slow-suggest
...
Fix slow suggest in case of a large number of columns
2024-05-07 14:09:52 +00:00
Alexey Milovidov
b21d0e7c5a
Merge pull request #63457 from canhld94/fix_test
...
Fix flaky test for rocksdb bulk sink
2024-05-07 14:01:55 +00:00
Alexey Milovidov
54418fcea2
Update src/Storages/System/StorageSystemColumns.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-07 16:59:29 +03:00
Alexey Milovidov
37fe5da9e4
Merge pull request #63453 from ClickHouse/fix-coverage
...
Fix collection of coverage data in the CI Logs cluster
2024-05-07 13:46:28 +00:00
Anton Popov
78a5e52997
Merge pull request #63233 from CurtizJ/return-back-61551
...
Return back #61551 (More optimal loading of marks)
2024-05-07 13:40:55 +00:00
Raúl Marín
d5b8d9b7b2
Merge pull request #63162 from kitaisreal/query-analysis-pass-improve-qualify-validation
...
QueryAnalysisPass improve QUALIFY validation
2024-05-07 12:18:36 +00:00
Raúl Marín
463f95e956
Extra constraints for stress and fuzzer tests
2024-05-07 13:47:35 +02:00
Kseniia Sumarokova
090ef99339
Merge pull request #60312 from ClickHouse/make-rabbitmq-reject-broken-messages
...
Make rabbitmq nack broken messages
2024-05-07 10:11:29 +00:00
Duc Canh Le
a61cb622f1
fix test flaky
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-05-07 09:39:19 +00:00
Alexey Milovidov
21cbbdd983
Merge pull request #63270 from Blargian/59020_computeWidth_skip_ANSI
...
`UTF8::computeWidth` skip ANSI escape sequences
2024-05-07 09:05:34 +00:00
Maksim Kita
0b59c24866
Fixed style check
2024-05-07 11:29:50 +03:00
Maksim Kita
da4f6f7b6c
Added recursive CTE documentation
2024-05-07 11:29:50 +03:00
Alexey Milovidov
20f3bb4878
Update 03147_system_columns_access_checks.sh
2024-05-07 10:37:46 +03:00
Alexey Milovidov
977783ea94
Merge pull request #63443 from ClickHouse/fix-index-analysis-datetime64
...
Fix index analysis for `DateTime64`
2024-05-07 07:35:47 +00:00
Alexey Milovidov
605faebb17
Merge pull request #63357 from ClickHouse/fudge
...
Fix AST parsing of invalid type names
2024-05-07 09:50:29 +02:00
Alexey Milovidov
fd430585e1
Merge remote-tracking branch 'origin/master' into fix-coverage
2024-05-07 09:34:00 +02:00
Alexey Milovidov
5f52cb43b4
Fix coverage.
2024-05-07 09:33:47 +02:00
Alexander Gololobov
0162395dd5
Merge pull request #63377 from zvonand/fix-x-clickhouse-timezone
...
Fix `X-ClickHouse-Timezone` header with `session_timezone`
2024-05-07 06:10:28 +00:00
Alexey Milovidov
46a8cf9881
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-slow-suggest
2024-05-07 07:39:58 +02:00
Alexey Milovidov
796ffb3a0a
Update 03147_system_columns_access_checks.sh
2024-05-07 08:39:33 +03:00
Alexey Milovidov
20db0b3d5e
Merge pull request #63396 from ClickHouse/fix-data-race-reportbroken
...
Fix data race in `reportBrokenPart`
2024-05-07 05:36:50 +00:00
Alexey Milovidov
398b61370a
Merge pull request #63442 from ClickHouse/shared-catalog-export-logs
...
We are using Shared Catalog in the CI Logs cluster
2024-05-07 05:09:02 +00:00
Alexey Milovidov
2b8254f987
Update test
2024-05-07 06:43:37 +02:00
Alexey Milovidov
e721135777
Add a test
2024-05-07 06:16:22 +02:00
Alexey Milovidov
a81f21ea8c
Fix it
2024-05-07 06:12:11 +02:00
Julia Kartseva
fcad15ffc2
plain_rewritable: update docs
2024-05-07 03:53:23 +00:00
Julia Kartseva
c6f17b25e4
plain_rewritable: add integration test for Azure
2024-05-07 03:53:23 +00:00
Julia Kartseva
0a1d852dfd
Enable plain_rewritable metadata for local and azure
...
Enable plain_rewritable support for local and azure (azure_blob_storage)
metadata type.
- HDFS object storage currently does not support iteration
and does not implement listObjects method. It's a blocker
for enabling plain_rewritable metadata type with HDFS.
- StaticWeb object storage is read-only and works with
its dedicated metadata type.
2024-05-07 03:53:23 +00:00
Alexey Milovidov
98fb9f36a9
We are using Shared Catalog in the CI Logs cluster
2024-05-07 05:35:04 +02:00
Alexey Milovidov
e4864d6fd6
Update UTF8Helpers.cpp
2024-05-07 04:43:06 +03:00
Alexey Milovidov
7700b2c1a3
Merge pull request #63273 from ClickHouse/vdimir/cross_join_algorithm_setting
...
CROSS join ignore join_algorithm setting
2024-05-07 01:40:38 +00:00
Alexey Milovidov
a20c626cc2
Merge pull request #63401 from ClickHouse/remove-copy-when-writing-to-cache
...
Remove copy from writing to fs cache
2024-05-07 01:38:54 +00:00
Alexey Milovidov
e33d8272b0
Fix style
2024-05-07 03:31:00 +02:00
Alexey Milovidov
cef4f746ce
Merge pull request #63425 from CurtizJ/fix-create-index-parsing
...
Fix parsing of `CREATE INDEX` query
2024-05-07 01:14:39 +00:00
Alexey Milovidov
413486465e
Merge pull request #63433 from ClickHouse/client-info-suggest
...
Properly send client info in Suggest
2024-05-07 01:12:11 +00:00
Alexey Milovidov
a38ea6c8cd
Thread names
2024-05-07 02:54:25 +02:00
Alexey Milovidov
c53c8eb6d1
Fix slow suggest
2024-05-07 01:36:20 +02:00
Michael Kolupaev
01046cba31
Error names
2024-05-06 21:55:54 +00:00
Michael Kolupaev
313843331b
Fix AST parsing of invalid type names
2024-05-06 21:52:46 +00:00
Alexey Milovidov
ac7e6fc691
Properly send client info in Suggest
2024-05-06 23:00:05 +02:00
Alexey Milovidov
e0c23fb07d
Merge pull request #59940 from Volodyachan/multiline-strings-in-Pretty-formats
...
Better rendering of multiline strings in Pretty formats
2024-05-06 20:13:38 +00:00
Raúl Marín
02a5b010af
Merge pull request #63398 from Algunenano/i46335
...
Fix debug assert when using grouping WITH ROLLUP and LowCardinality types
2024-05-06 20:00:40 +00:00
Yakov Olkhovskiy
8050d0456d
Merge pull request #63241 from yariks5s/truncate_all_tables_from
...
Add `FROM` keyword to `TRUNCATE ALL TABLES`
2024-05-06 19:28:50 +00:00
Robert Schulze
d70ef1110f
Merge pull request #63260 from rschu1ze/inverted-to-fulltext
...
Minor follow-up to a renaming PR
2024-05-06 18:19:50 +00:00
Robert Schulze
42ca3fbd93
Merge pull request #63424 from rschu1ze/test-bug-47862
...
Add test for issue #47862
2024-05-06 18:19:34 +00:00
Robert Schulze
a7ba895ca4
Merge pull request #59318 from bigo-sg/complex_map_key
...
Allow arbitrary non-nullable types as key for maps
2024-05-06 18:19:03 +00:00
Anton Popov
216cd83b8e
fix parsing of CREATE INDEX query
2024-05-06 17:53:08 +00:00