Commit Graph

141950 Commits

Author SHA1 Message Date
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
Maxim Alexeev
1b7b4fc858 removed unnecessary setting 2024-05-06 22:08:13 +03:00
alesapin
0b0e97917e Do in reverse order 2024-05-06 21:03:04 +02:00
Raúl Marín
36e23d6790 Remove expensive logging in query stages 2024-05-06 20:58:44 +02:00
Raúl Marín
f34a47d3a6 Stop clang-format trying to remove branches in for loops 2024-05-06 20:58:22 +02:00
Raúl Marín
ef81f3313f Optimize ActionsDAG::updateHeader 2024-05-06 20:58: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
Nikolai Kochetov
b821f17f69 Merge branch 'master' into more-cases-for-group-by-use-nulls 2024-05-06 17:03:13 +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
Andrey Zvonov
942bd6af61
Explain updating result_details.timezone 2024-05-06 16:15:32 +02:00
Robert Schulze
53c089722c
Docs: Add a note about the naming of the inverted index in earlier versions 2024-05-06 14:04:34 +00:00
Robert Schulze
1dff80374c
Docs: toStartOfInterval uses uppercase units
For consistency with existing documentation
https://clickhouse.com/docs/en/sql-reference/data-types/special-data-types/interval

... and with MySQL
2024-05-06 13:53:36 +00:00
Raúl Marín
8cdaa1a32a Make grouping never return low cardinality 2024-05-06 14:36:04 +02:00
Nikita Mikhaylov
d0c71e1a59
Merge pull request #63251 from Blargian/document_subtractXYZ
[Docs] `subtractXYZ`
2024-05-06 12:34:28 +00:00
Andrey Zvonov
731d05491c simplify estimation of number of objects in bucket 2024-05-06 12:08:02 +00:00
serxa
48d6c3760d workaround for oklch() inside canvas bug for firefox 2024-05-06 12:05:37 +00:00
kssenii
d24d1e8979 Update log message 2024-05-06 13:52:59 +02:00
Andrey Zvonov
14c8af4d55 make regexp shorter and better 2024-05-06 11:27:32 +00:00
Raúl Marín
c932d26799 Name 2024-05-06 13:27:19 +02:00
kssenii
a51786532b Remove copy 2024-05-06 13:21:11 +02:00
Nikita Taranov
a5ec7e84c7
Merge pull request #62904 from liuneng1994/feature/adaptive_merged_block_size
Reduce external sorting memory usage on large table and speed up sorting
2024-05-06 11:20:47 +00:00
vdimir
4b1af861d8
Merge pull request #63346 from ClickHouse/vdimir/fix_write_buffer_file_segment_dtor
Fix finalize WriteBufferToFileSegment and StatusFile
2024-05-06 10:57:19 +00:00
Vitaly Baranov
4c0c4d1485
Merge pull request #63209 from ClickHouse/pufit/fix-sql-security-none-from-load
Correct load for SQL security defaults during startup
2024-05-06 10:52:44 +00:00
Raúl Marín
f15ee477eb Add test for #46335 2024-05-06 12:39:52 +02:00
vdimir
1016d2e0d3
Merge pull request #62995 from ClickHouse/vdimir/array_join_alias_resolve_fix
Analyzer: prefer column name to alias from array join
2024-05-06 10:33:10 +00:00
Igor Nikonov
e986619ce3
Merge pull request #61935 from ClickHouse/pr-receive-timeout-on-handshake
Parallel replicas: table check failover
2024-05-06 10:30:59 +00:00
vdimir
b04cf7a698
fix 02815_join_algorithm_setting 2024-05-06 12:25:28 +02:00
Кирилл Гарбар
cb4f78d9d8 Allow to create MaterializedMySQL database without connection 2024-05-06 13:04:28 +03:00