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
unashi
a8ae0074aa
[fix] name->names
2024-05-07 10:40:46 +08:00
unashi
d37590aed6
[update] add test for RawWithNames, RawWithNamesAndTypes and *WithNames, *WithNamesAndTypes; add changelog
2024-05-07 10:36:44 +08: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
Кирилл Гарбар
a20ef2a3d0
Add allow without connection setting to MaterializedMySQLSettings
2024-05-07 02:06:13 +03:00
Michael Kolupaev
4b9819a8f5
Update call sites added since last commit
2024-05-06 22:25:32 +00:00
Michael Kolupaev
694a8ca819
Style
2024-05-06 22:09:09 +00:00
Michael Kolupaev
d14fc62d4d
Avoid crashing on column type mismatch in a few dozen places
2024-05-06 22:09:02 +00:00
Yohann Jardin
4703eb943b
Move ErrorCodes inside DB namespace
2024-05-06 23:59:59 +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
Yohann Jardin
9fcb5d2ebf
Move ErrorCodes inside DB namespace
2024-05-06 23:44:27 +02: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
Yarik Briukhovetskyi
670c8c1188
fix exception
2024-05-06 21:42:25 +02: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
alesapin
0b0e97917e
Do in reverse order
2024-05-06 21:03:04 +02: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
kssenii
ba4f5f9b3f
Fix backup of parts with projections but without projections in metadata
2024-05-06 20:13:16 +02:00
Anton Popov
216cd83b8e
fix parsing of CREATE INDEX query
2024-05-06 17:53:08 +00:00
Robert Schulze
c348e62a21
Add test for issue #47862
2024-05-06 17:51:28 +00:00
Robert Schulze
0f87653fef
Rename "inverted" to "fulltext"
2024-05-06 16:59:36 +00:00
Andrey Zvonov
c8e761116a
add more tests for session_timezone
2024-05-06 15:51:16 +00:00
Alexander Gololobov
8e51419998
Hardcode DateTime instead of now() to make test stable
2024-05-06 17:25:23 +02:00
Yarik Briukhovetskyi
34a9ec3bb1
empty commit
2024-05-06 17:25:06 +02:00
Andrey Zvonov
962ebd1a9b
add test for failing query
2024-05-06 15:17:46 +00:00
Andrey Zvonov
c3abf7f462
propagate session_timezone to result_details when query fails
2024-05-06 14:55:34 +00:00
Shaun Struwig
c0d2a99a9e
Update date-time-functions.md
2024-05-06 16:51:23 +02:00
Robert Schulze
08bcbfc251
Merge pull request #63418 from Blargian/patch-3
...
[Docs] Fix casing issues
2024-05-06 14:49:49 +00:00
Robert Schulze
a65e208892
Merge pull request #63414 from rschu1ze/docs-update
...
Docs: Various minor docs updates
2024-05-06 14:40:14 +00:00
Shaun Struwig
87176fdd13
Update date-time-functions.md
...
- Change parameter `x` to `num` to be more idiomatic.
- Correct issues with casing in types.
2024-05-06 16:37:30 +02:00
Robert Schulze
21b512c603
Merge pull request #63416 from Blargian/patch-2
...
[Docs] update math function orders
2024-05-06 14:29:48 +00:00
Shaun Struwig
81398da882
Update function order
...
Moved `sigmoid` function from the end of the file to after `sign` function.
2024-05-06 16:20:51 +02:00
Yarik Briukhovetskyi
2ede89392c
Merge branch 'ClickHouse:master' into truncate_all_tables_from
2024-05-06 16:20:24 +02:00
Nikolai Kochetov
9d55bc82d6
Revert "Revert "Do not remove server constants from GROUP BY key for secondary query.""
2024-05-06 16:19:57 +02:00
Robert Schulze
b00c64fe9d
Docs: Remove tuple support from ANN indexes
...
Indexes for approximate nearest neighbourhood (ANN) search (Annoy,
USearch) can currently be build on columns of type Array(Float32) or
Tuple(Float32[, Float32[, ...]]). In practice, only Arrays are relevant
which makes sense as arrays store high-dimensional embeddings
consecutively and the additional flexibility of different data types in
a tuple is not needed.
Therefore, removing support for ANN indexes over tuple columns to
simplify the code, tests and docs.
2024-05-06 14:18:30 +00:00
Robert Schulze
b64ad9ac28
Update s390x build docs
2024-05-06 14:15:47 +00:00