Yakov Olkhovskiy
c6ee4c3908
Merge pull request #44686 from Algunenano/fix_uuid_parsing_in_values
...
Don't parse beyond the quotes when reading UUIDs
2023-01-18 19:30:53 -05:00
Yakov Olkhovskiy
1e6fe3250c
test is added
2023-01-19 00:14:19 +00:00
Yakov Olkhovskiy
1d58ded72b
fix IP parsers to treat input as not whole string
2023-01-19 00:08:20 +00:00
Ilya Yatsishin
f2a8cc92e7
Merge pull request #45359 from ClickHouse/qoega-patch-4
2023-01-18 23:52:47 +01:00
avogar
77d2236f9d
Remove unneded tag
2023-01-18 22:51:57 +00:00
avogar
bc9c595003
Update tests
2023-01-18 22:50:59 +00:00
avogar
a8f20363f4
Fix JSON/BSONEachRow parsing with HTTP
2023-01-18 22:49:03 +00:00
DanRoscigno
5d88a2b344
clarify autodetect
2023-01-18 15:51:31 -05:00
avogar
117ec13c9e
Fix s3Cluster schema inference when structure from insertion table is used
2023-01-18 20:33:50 +00:00
Azat Khuzhin
4366f7fb3b
Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries
...
It does not give significant benefit, but now, you hashed/sparse_hashed
dictionaries can be filled in parallel (#40003 ), using sharded
dictionaries, and this should be used instead of PREALLOCATE.
Note, that dictionaries, that had been created with PREALLOCATE will
work, but simply ignore this attribute.
Fixes : #41985 (cc @alexey-milovidov)
Reverts: #23979 (cc @kitaisreal)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-18 20:18:37 +01:00
Anton Popov
65a71b4431
fix reading from encrypted disk
2023-01-18 19:02:20 +00:00
Alexander Tokmakov
85f32d8f4a
Merge pull request #45414 from ClickHouse/revert-43905-igor/remove_redundant_order_by
...
Revert "Remove redundant sorting"
2023-01-18 21:46:30 +03:00
Igor Nikonov
7ed8fec94f
Revert "Remove redundant sorting"
2023-01-18 18:38:25 +01:00
Dmitry Novik
11701d0ff5
Resolve OR function after modification
2023-01-18 17:17:16 +00:00
DanRoscigno
cd3ecb9091
add support_batch_delete to mergetree docs
2023-01-18 12:16:31 -05:00
Dmitry Novik
df26f4fc37
Revert "Revert "Support optimize_or_like_chain in QueryTreePassManager""
2023-01-18 18:14:03 +01:00
Alexander Tokmakov
821c55463f
Merge pull request #45406 from ClickHouse/revert-42797-or-like-chain
...
Revert "Support optimize_or_like_chain in QueryTreePassManager"
2023-01-18 19:58:34 +03:00
Anton Popov
5df0f91857
Revert "Support optimize_or_like_chain in QueryTreePassManager"
2023-01-18 17:34:19 +01:00
robot-clickhouse
33a4222155
Automatic style fix
2023-01-18 15:52:38 +00:00
Alexander Tokmakov
6f8c1424df
reduce an amount of trash in tests_system_merges
2023-01-18 16:45:47 +01:00
Ilya Yatsishin
c0bcf28c3f
Bump to newer version of debug-action
2023-01-18 16:44:34 +01:00
Yatsishin Ilya
1603e734f9
Make test simpler to see errors not in teardown
2023-01-18 15:36:24 +00:00
Maksim Kita
cabcc761ed
Merge pull request #45357 from kitaisreal/analyzer-compound-identifier-typo-correction-fix
...
Analyzer compound identifier typo correction fix
2023-01-18 17:59:32 +03:00
Aleksei Filatov
5e9340f682
Add integration test
2023-01-18 17:50:38 +03:00
Aleksei Filatov
7f4a01b903
Add handling of bad dictionary structure
2023-01-18 17:27:03 +03:00
Sema Checherinda
ae1dfb9ce5
Update src/Storages/MergeTree/MergeTreeData.cpp
...
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2023-01-18 15:21:11 +01:00
Sema Checherinda
a344b526a6
Update src/Storages/StorageMergeTree.cpp
...
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
2023-01-18 15:16:18 +01:00
Nikolay Degterinsky
7fc531d028
Merge pull request #45385 from candiduslynx/patch-1
...
archiving -> achieving (typo)
2023-01-18 14:37:11 +01:00
Alexander Tokmakov
7a824af09e
fix
2023-01-18 14:30:20 +01:00
Alexander Tokmakov
f2b5b68bed
Merge pull request #45378 from ClickHouse/evillique-patch-1
...
Update .gitignore
2023-01-18 15:57:40 +03:00
Antonio Andelic
8f8b14148a
Merge pull request #45215 from ClickHouse/fix-crash-kv-store
...
Fix crash when prepared set with different type used in KV stores
2023-01-18 13:27:40 +01:00
Igor Nikonov
72066846cf
Merge pull request #43905 from ClickHouse/igor/remove_redundant_order_by
...
Remove redundant sorting
2023-01-18 13:25:03 +01:00
Vitaly Baranov
7cdb2c4c7f
Merge pull request #45351 from vitlibar/fix-backup-with-killed-mutations
...
Fix backup with killed mutations
2023-01-18 13:14:27 +01:00
Han Fei
e51123c9b0
fix data race
2023-01-18 13:11:07 +01:00
Ilya Yatsishin
9b5e7c00d5
Merge pull request #45369 from qoega/improve-failed-kafka-logging
...
Improve failed kafka startup logging
2023-01-18 13:09:48 +01:00
alesapin
5b13a65c8f
Merge pull request #45370 from ClickHouse/fix_flaky_test_ttl_modify
...
Fix flaky ttl test
2023-01-18 12:20:20 +01:00
alesapin
a4ff9027ce
Merge branch 'master' into fix_flaky_test_ttl_modify
2023-01-18 12:19:37 +01:00
Kseniia Sumarokova
9f9979c393
Merge pull request #45353 from kssenii/slightly-better-output-for-glibc-check
...
Slightly better output for glibc check
2023-01-18 12:04:19 +01:00
Maksim Kita
8225d2814c
Merge pull request #40003 from azat/dict-shards
...
Add ability to load hashed dictionaries using multiple threads
2023-01-18 13:37:10 +03:00
Maksim Kita
3a550691c9
Merge pull request #42797 from ClickHouse/or-like-chain
...
Support optimize_or_like_chain in QueryTreePassManager
2023-01-18 13:09:33 +03:00
Maksim Kita
21b94813ad
Fixed code review issues
2023-01-18 11:02:29 +01:00
Maksim Kita
cacaa2372a
Merge pull request #43261 from ClickHouse/group-by-function-elimination
...
Support optimize_group_by_function_keys on top of QueryTree
2023-01-18 12:55:56 +03:00
Maksim Kita
21b288c620
Fixed build
2023-01-18 10:44:40 +01:00
Antonio Andelic
cfba9b19eb
Merge pull request #45360 from azat/dist/fix-startup-race
...
Fix race in Distributed table startup
2023-01-18 10:09:54 +01:00
Antonio Andelic
f57ee043ae
Merge pull request #45319 from ClickHouse/disable-prewhere-in-merge-different-types
...
Disable PREWHERE in storage Merge if types don't match
2023-01-18 10:02:06 +01:00
candiduslynx
348f1fedfc
archiving -> achieving (typo)
...
I presume this was a typo. If the wording is correct feel free to dismiss the PR.
2023-01-18 10:47:36 +02:00
Antonio Andelic
f3469ee077
Merge branch 'master' into dist/fix-startup-race
2023-01-18 09:44:52 +01:00
Smita Kulkarni
d7ca742d98
Fixed style check for beginning of if - Added settings to disallow concurrent backups and restores
2023-01-18 08:59:47 +01:00
Ilya Yatsishin
a50c6c0abe
Merge branch 'master' into improve-failed-kafka-logging
2023-01-18 02:39:32 +01:00
Nikolay Degterinsky
bd4bc2df71
Update .gitignore
2023-01-18 01:49:52 +01:00