Commit Graph

110306 Commits

Author SHA1 Message Date
Smita Kulkarni
5b11d72ce4 In parameterized view, moved parameter values to SelectQueryInfo from StorageView as it can be used by multiple queries and updated column name check to avoid issues with parameter name being substring of column name. 2023-03-11 20:39:43 +01:00
Alexey Milovidov
dccd919a41 Add a test 2023-03-11 20:18:01 +01:00
Alexey Milovidov
4cfc040829 Fix parameterized queries 2023-03-11 20:16:06 +01:00
Maksim Kita
114d30d2bb
Merge pull request #47383 from kitaisreal/analyzer-planner-fixes-before-enable-by-default
Analyzer planner fixes before enable by default
2023-03-11 22:09:04 +03:00
Alexander Tokmakov
1c7b36484b
Update 02466_distributed_query_profiler.sql 2023-03-11 21:56:19 +03:00
flynn
e56eeac05f fix 2023-03-11 18:48:36 +00:00
Alexander Tokmakov
7b1b238d0b Revert "Merge pull request #25674 from amosbird/distributedreturnconnection"
This reverts commit 5ffd99dfd4, reversing
changes made to 2796aa333f.
2023-03-11 19:09:47 +01:00
flynn
2682844951 fix 2023-03-11 18:06:50 +00:00
flynn
3190b89f9a Fix 2023-03-11 18:04:19 +00:00
Alexander Tokmakov
13aa2ce89b Revert "Merge pull request #26807 from amosbird/improvement2"
This reverts commit 671c2194b3, reversing
changes made to ee13f2e6bc.
2023-03-11 17:26:59 +01:00
Alexander Tokmakov
52504cc2d0 Revert "Merge pull request #27774 from amosbird/distributed-fix"
This reverts commit 86af58f54f, reversing
changes made to 34f5787f0a.
2023-03-11 17:26:30 +01:00
Alexander Tokmakov
bd124a24ea Revert "Merge pull request #31965 from azat/connection-drain-pull"
This reverts commit 6cb54b4092, reversing
changes made to 42d938ffa0.
2023-03-11 17:24:38 +01:00
Alexander Tokmakov
6724bfdf38
Disable grace hash join in upgrade check (#47474)
* Update stress.py

* Update stress.py

* Update stress.py
2023-03-11 19:06:07 +03:00
Alexander Tokmakov
0359b3e336 Revert "Merge pull request #46622 from ClickHouse/async-insert-memory-fix"
This reverts commit 67469ad46b, reversing
changes made to 678e4250cd.
2023-03-11 17:01:10 +01:00
flynn
191bc9717e fix style 2023-03-11 15:58:16 +00:00
flynn
530c9ae490 revert 2023-03-11 15:43:19 +00:00
Alexey Milovidov
f085f96de5
Merge pull request #47429 from ClickHouse/suppress_hung_check_with_ubsan
Suppress Hung Check with UBsan
2023-03-11 18:40:09 +03:00
Alexey Milovidov
6ea6883395
Merge pull request #47454 from ClickHouse/tavplubix-patch-5
Better error messages in ReplicatedMergeTreeAttachThread
2023-03-11 18:38:40 +03:00
flynn
0084a61c76 Merge branch 'master' of github.com:ClickHouse/ClickHouse into explain-graph 2023-03-11 15:35:47 +00:00
Maksim Kita
8585fae467 Fixed tests 2023-03-11 16:31:31 +01:00
flynn
3e554c2925 fix 2023-03-11 15:24:19 +00:00
Alexey Milovidov
45fe39fa9c
Merge pull request #47449 from ClickHouse/fix-optimize-aggregate-in-order-with-aliases
Fix aggregation-in-order with aliases.
2023-03-11 18:22:43 +03:00
flynn
3687698b15 Fix explain graph with projection 2023-03-11 15:03:10 +00:00
Maksim Kita
c331bc48a3 Fixed tests 2023-03-11 14:25:30 +01:00
Alexey Milovidov
1d351183c5
Merge pull request #47456 from ClickHouse/remove-feature
Remove a feature
2023-03-11 15:42:59 +03:00
Igor Nikonov
73d3cc6f0c some polishing 2023-03-11 12:40:44 +00:00
Alexey Milovidov
9de300d8f7
Merge pull request #47457 from ClickHouse/fix-47435
Fix error in `decodeURLComponent`
2023-03-11 15:40:12 +03:00
Igor Nikonov
89580429f2 Merge remote-tracking branch 'origin/master' into fix-distinct-in-order-analyzer 2023-03-11 12:04:16 +00:00
Igor Nikonov
15134cb8c5 Remove debug log 2023-03-11 12:03:34 +00:00
Maksim Kita
c835fa3958 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
fcb9c07949 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
56adb47525 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
d6c7c2193c Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
faaa1d8570 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
8bc92c197f Fixed build 2023-03-11 11:51:54 +01:00
Maksim Kita
0aaef3b1d0 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
5d86df963e Analyzer disable StorageWindowView support 2023-03-11 11:51:54 +01:00
Maksim Kita
25088187d4 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
3d34247998 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
0358cb36d8 Fixed tests 2023-03-11 11:51:54 +01:00
Maksim Kita
677408e02e Fixed style check 2023-03-11 11:51:54 +01:00
Maksim Kita
a762112e15 Analyzer support distributed JOINS and subqueries in IN functions 2023-03-11 11:51:54 +01:00
Konstantin Morozov
5bb6341b56
Merge branch 'master' into indices-storage-memory/update-read 2023-03-11 10:47:32 +01:00
Igor Nikonov
c45c04a1bb Merge remote-tracking branch 'origin/master' into improve-remove-redundant-distinct 2023-03-11 09:30:38 +00:00
Igor Nikonov
04b1a0cb08 Fix style 2023-03-11 09:29:50 +00:00
robot-ch-test-poll3
8e4112b1ce
Merge pull request #47459 from Dmitry-k42/master
Minor misspell corrections and markup fixes in russian docs
2023-03-11 08:54:12 +01:00
Alexey Milovidov
6ba54ab421
Merge branch 'master' into rs/compile-with-cpp23 2023-03-11 06:33:14 +03:00
Alexey Milovidov
2fbb3660de Add a test 2023-03-11 03:32:05 +01:00
Alexey Milovidov
eead7fcbac Fix error in decodeURLComponent 2023-03-11 02:24:44 +01:00
Alexey Milovidov
4a847f2546
Merge pull request #47436 from ClibMouse/s390x_docs
Add s390x cross build instructions
2023-03-11 04:06:07 +03:00