Commit Graph

120268 Commits

Author SHA1 Message Date
Alexander Tokmakov
a39ba00ec3
Merge pull request #52116 from aalexfvk/http_failover
Handle multiple resolved IPs for HTTP/HTTPS session connection
2023-07-20 18:25:45 +03:00
robot-clickhouse
a26de1b370 Automatic style fix 2023-07-20 15:12:55 +00:00
Alexander Tokmakov
dd99bb465c
Merge pull request #52374 from ClickHouse/tavplubix-patch-8
Update ci-slack-bot.py
2023-07-20 18:08:56 +03:00
Nikolai Kochetov
ea252e2f61 Disable analyzer setting in backward_compatibility integration tests. 2023-07-20 15:05:07 +00:00
Alexander Tokmakov
c0aa3e4567
Update ci-slack-bot.py 2023-07-20 17:59:43 +03:00
Alexander Tokmakov
e467264588
Update src/IO/HTTPCommon.cpp 2023-07-20 17:56:30 +03:00
Robert Schulze
a73f621bf4
Merge pull request #52359 from rschu1ze/docs-integer-promotion
Docs: Add another reason for integer promotion rules in ClickHouse
2023-07-20 16:53:57 +02:00
Robert Schulze
046bf55dc0
Incorporate feedback 2023-07-20 14:17:33 +00:00
robot-clickhouse
5decb1f5c5 Automatic style fix 2023-07-20 14:11:11 +00:00
Antonio Andelic
f997adfe27 Retry if sessions not closed because missing leader 2023-07-20 14:02:55 +00:00
Alexander Tokmakov
eff9335bd5
Merge pull request #52372 from ClickHouse/tavplubix-patch-8
Update ci-slack-bot.py
2023-07-20 16:38:38 +03:00
robot-ch-test-poll
21f22c4043
Merge pull request #49698 from kssenii/fix-pg-sync-tables-exception-broken-sync
Fix materialised pg syncTables
2023-07-20 15:38:18 +02:00
Alexander Tokmakov
96a890b8a2
Merge pull request #52307 from ClickHouse/repdbtestfix
Fix test_replicated_database 'node doesn't exist' flakiness
2023-07-20 16:30:42 +03:00
Kseniia Sumarokova
ed38c45729
Merge pull request #52067 from valbok/start-transaction
MaterializedMySQL: Support CREATE TABLE AS SELECT
2023-07-20 15:28:11 +02:00
Kseniia Sumarokova
4e06616893
Merge pull request #52204 from valbok/mysql-types
MaterializedMySQL: Replace to_string by magic_enum::enum_name
2023-07-20 15:27:13 +02:00
Alexander Tokmakov
3c9e46b557
Update ci-slack-bot.py 2023-07-20 16:19:12 +03:00
Alexander Tokmakov
0e89c5f95c
Merge pull request #52360 from ClickHouse/tavplubix-patch-8
Update 01606_git_import.sh
2023-07-20 15:51:05 +03:00
Nikita Mikhaylov
0d4af0d5e6
Merge pull request #51772 from vitlibar/no-keep-context-lock-while-calculating-access
Avoid keeping lock Context::getLock() while calculating access rights
2023-07-20 14:43:18 +02:00
Nikita Mikhaylov
668062dc29
Merge branch 'master' into no-keep-context-lock-while-calculating-access 2023-07-20 14:42:13 +02:00
Antonio Andelic
53c46e2dff
Merge branch 'master' into fix-keeper-apply-snapshot 2023-07-20 14:37:32 +02:00
Nikita Mikhaylov
10b6fc9237
Merge pull request #52195 from Algunenano/happy_grandma
Create ZK ancestors optimistically
2023-07-20 14:35:48 +02:00
Nikita Mikhaylov
b8f73db4d1
Merge branch 'master' into happy_grandma 2023-07-20 14:26:31 +02:00
Nikita Mikhaylov
b14277773f
Merge pull request #52260 from ClickHouse/fix-s2
Better detecting of invalid S2 geo primitives
2023-07-20 14:25:44 +02:00
Alexey Milovidov
f4ec421292
Merge pull request #52106 from Lloyd-Pottiger/add-alias-for-today-and-now
Add alias for today(curdate/current_date) and now(current_timestamp)
2023-07-20 15:02:25 +03:00
Alexander Tokmakov
f53ff5d4f2
more fair queue for drop table sync (#52276) 2023-07-20 14:51:01 +03:00
Kruglov Pavel
227db5243f
Merge pull request #51934 from Avogar/async-connect-to-multiple-ips
Fix async connect to hosts with multiple ips
2023-07-20 13:42:11 +02:00
Alexander Tokmakov
2b29e3dc83
Update MergeTreeBackgroundExecutor.cpp (#52261) 2023-07-20 14:22:22 +03:00
Alexander Tokmakov
db1b53d1bb
Update 01606_git_import.sh 2023-07-20 14:18:48 +03:00
chen768959
f2d184cf1b Consistent style for if statements. 2023-07-20 19:11:08 +08:00
chen768959
84f6a7336c Prevent going beyond the index of const_columns_to_remove. 2023-07-20 19:03:42 +08:00
alesapin
624bffa64c
Merge pull request #51686 from ClickHouse/try_without_mmap
Remove `mmap/mremap/munmap` from Allocator.h
2023-07-20 12:55:18 +02:00
János Benjamin Antal
e74acda53e
PRQL integration (#50686)
* Added prql-lib

* Add PRQL parser

* Extend stateless tests

* Add unit tests for `ParserPRQL`

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-37-24.eu-central-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-10-10-10-195.eu-central-1.compute.internal>
Co-authored-by: Александр Нам <47687537+seshWCS@users.noreply.github.com>
2023-07-20 12:54:42 +02:00
Robert Schulze
27921a5d8f
Docs: Add another reason for integer promotion rules in ClickHouse 2023-07-20 10:48:39 +00:00
Kruglov Pavel
b08c72b28d
Merge branch 'master' into async-connect-to-multiple-ips 2023-07-20 12:45:19 +02:00
Antonio Andelic
a24bf14450 Use correct ZXID 2023-07-20 10:44:44 +00:00
Kruglov Pavel
2d4dcb62f8
Merge pull request #52338 from ClickHouse/Avogar-patch-2
Mark test 02125_many_mutations_2 as no-parallel to avoid flakiness
2023-07-20 12:44:12 +02:00
Kruglov Pavel
f126d584c1
Merge pull request #52323 from ClickHouse/revert-52322-revert-51716-bug_fix_csv_field_type_not_match
Resubmit #51716
2023-07-20 12:42:54 +02:00
Kruglov Pavel
342400d0b3
Merge branch 'master' into revert-52322-revert-51716-bug_fix_csv_field_type_not_match 2023-07-20 12:39:38 +02:00
Alexander Gololobov
e9a187eefe
Merge pull request #51955 from ClickHouse/filter_system_databases
Filter databases list before querying potentially slow fields
2023-07-20 12:39:36 +02:00
Robert Schulze
bd761c365a
Make serializeAST() more regular 2023-07-20 10:39:26 +00:00
Alexander Gololobov
03a890f91c
Merge branch 'master' into filter_system_databases 2023-07-20 12:38:15 +02:00
alesapin
43f2e78e87
Merge branch 'master' into try_without_mmap 2023-07-20 12:37:54 +02:00
Robert Schulze
25ddcc256b
Make IAST::FormatSettings more regular, pt. III 2023-07-20 10:34:05 +00:00
Robert Schulze
e5ec6a1523
Make IAST::FormatSettings more regular, pt. II 2023-07-20 10:32:55 +00:00
Robert Schulze
35a4fabc2d
Make IAST::FormatSettings more regular 2023-07-20 10:32:09 +00:00
Robert Schulze
7a0de384d4
Cosmetics 2023-07-20 10:25:08 +00:00
lgbo-ustc
91dc6a35e1 update 2023-07-20 18:22:01 +08:00
lgbo-ustc
0ba97eeea5 wip: grace hash join support full & right join 2023-07-20 18:22:01 +08:00
Robert Schulze
9933589c56
Merge pull request #52312 from rschu1ze/beautify-system-query-cache
Beautify pretty-printing of the query string in SYSTEM.QUERY_CACHE
2023-07-20 12:20:04 +02:00
Nikita Mikhaylov
ec20786940
Merge pull request #52347 from vitlibar/zooKeeper-retries-control-rethrows-with-original-callstack
ZooKeeperRetriesControl rethrows with original callstack
2023-07-20 12:14:04 +02:00