Commit Graph

1352 Commits

Author SHA1 Message Date
Kseniia Sumarokova
7fd2207626
Merge pull request #68504 from ClickHouse/miscellaneous-3
Miscellaneous
2024-09-18 11:21:26 +00:00
Kseniia Sumarokova
4704fb8a3b
Merge branch 'master' into miscellaneous-3 2024-09-17 13:32:01 +02:00
Yakov Olkhovskiy
6f63a7b213 fix tidy 2024-09-14 16:46:48 +00:00
Yakov Olkhovskiy
56cfa74a14 fix 2024-09-14 13:32:52 +00:00
Yakov Olkhovskiy
dbb1d043fe unification of FunctionSecretArgumentsFinder 2024-09-14 05:46:08 +00:00
Anton Popov
ac91471042 add comment 2024-08-27 16:06:12 +00:00
Anton Popov
c7d0d790e2 fix materialized views with optimize_functions_to_subcolumns 2024-08-27 12:38:37 +00:00
avogar
7aabd7d2fd Fix resolving dynamic subcolumns from subqueries in analyzer 2024-08-23 15:11:51 +00:00
Kruglov Pavel
f6f62bd36f
Merge pull request #68323 from shiyer7474/fix_datetime64_const_in_subquery_distributed
Fix small value DateTime64 constant folding in nested subquery for remote
2024-08-21 12:52:38 +00:00
Alexey Milovidov
4bb2f7b3f6 Miscellaneous 2024-08-18 09:09:58 +02:00
Alexey Milovidov
5004e4d2cc Miscellaneous 2024-08-18 03:27:42 +02:00
Kruglov Pavel
39bc050e5f
Merge pull request #66444 from Avogar/json-data-type
Implement new JSON data type.
2024-08-16 10:29:29 +00:00
shiyer7474
b82c231886 Code review feedback - used removeNullable() 2024-08-15 10:37:13 +00:00
Igor Nikonov
d290aed56d
Merge branch 'master' into pr-lost-decimal-conversion 2024-08-14 22:48:34 +02:00
shiyer7474
7f005a6ca4 Fix small value DateTime64 constant folding in nested query 2024-08-13 08:38:30 +00:00
avogar
cfd854882b Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-12 15:57:57 +00:00
avogar
9296d4ecfb Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-12 11:55:39 +00:00
Yakov Olkhovskiy
9a45c136b8 merge master 2024-08-10 13:53:32 +00:00
Yakov Olkhovskiy
c1b5b908ba hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
Igor Nikonov
389ac9e84b Merge remote-tracking branch 'origin/master' into pr-lost-decimal-conversion 2024-08-10 10:47:57 +00:00
vdimir
a119024be8
Merge pull request #67920 from ClickHouse/vdimir/datetime64_constant_to_ast
Fix DateTime64 parsing after constant folding
2024-08-07 09:41:42 +00:00
Anton Popov
66f95cd073
Merge pull request #66443 from amosbird/cleanup-projections
Clean up projection inside storage snapshot
2024-08-07 09:02:25 +00:00
vdimir
5c4f2c1985
Fix DateTime64 parsing after constant folding 2024-08-06 14:33:28 +00:00
Kseniia Sumarokova
2f1259dbfd
Merge pull request #67654 from shiyer7474/parameterized_view_serialization_fix
Fix serialization of parameterized view parameters
2024-08-05 10:56:13 +00:00
vdimir
2894b4339d
Merge pull request #67538 from ClickHouse/vdimir/join_on_tuple_comparison_elimination_bug
Fix join on tuple with NULLs
2024-08-05 10:22:32 +00:00
Alexey Milovidov
d9d30d1004
Merge pull request #67295 from canhld94/fix_empty_tuple_in_lhs_in
Fix hung query when using empty tuple as lhs of function IN
2024-08-03 20:57:59 +00:00
Nikolai Kochetov
18c69e164f
Merge pull request #67536 from ClickHouse/fix-67330
Prefer constant to INPUT in PlannerActionsVisitor.
2024-08-02 15:55:45 +00:00
shiyer7474
0772ed7f6a Code style feedback incorporated 2024-08-02 04:02:43 +00:00
Nikolai Kochetov
dab5eb9c24 Fix INTERPOLATE by constant. Fix other tests. 2024-08-01 16:16:34 +00:00
Igor Nikonov
866a2a8691 Merge remote-tracking branch 'origin/master' into pr-lost-decimal-conversion 2024-08-01 13:10:35 +00:00
vdimir
59e51de6f8
Fix join on tuple with NULLs 2024-08-01 09:29:42 +00:00
shiyer7474
26a81e366d Fix the serialization of parameters for parameterized views
Removed the call to convertFieldToString() and added datatype
specific serialization code. Parameterized view substitution
was broken for multiple datatypes when parameter value was a
function or expression returning datatype instance. Testcase
added to cover Date/Date32/UUID/IP datatypes.
2024-07-31 18:05:53 +00:00
Nikolai Kochetov
f9179986d1
Merge pull request #67229 from ClickHouse/optimize_rewrite_aggregate_function_with_if-check-type
Check type after optimize_rewrite_aggregate_function_with_if.
2024-07-31 14:28:43 +00:00
Igor Nikonov
6376f30eba Merge remote-tracking branch 'origin/master' into pr-lost-decimal-conversion 2024-07-30 22:06:03 +00:00
Igor Nikonov
ea06447ca3 Fix: skip cast only if constant doesn't have source expression 2024-07-30 22:03:29 +00:00
Amos Bird
985e8ec15e
Clean up projection inside storage snapshot 2024-07-29 22:35:47 +08:00
Kruglov Pavel
813f4015db
Merge branch 'master' into json-data-type 2024-07-29 13:08:51 +02:00
Raúl Marín
4fab47aa54 Merge remote-tracking branch 'blessed/master' into getSettingsCopy 2024-07-29 11:31:43 +02:00
Duc Canh Le
82506dfdad Merge branch 'master' into fix_empty_tuple_in_lhs_in
Try fix CI
2024-07-29 02:13:22 +00:00
Alexey Milovidov
2887c0dc06
Merge pull request #67153 from ClickHouse/pr-order-by-all
Fix: order by all with parallel replicas
2024-07-28 11:22:54 +00:00
Duc Canh Le
13c93cc90c fix hung query when using empty tuple as lhs of function IN
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-07-28 10:29:52 +00:00
Igor Nikonov
6c451dddcd Merge remote-tracking branch 'origin/master' into pr-lost-decimal-conversion 2024-07-27 17:03:42 +00:00
Alexey Milovidov
04775ec4fb English 2024-07-27 02:52:34 +02:00
Igor Nikonov
d1c45662e8 Fix: missing conversion in IN operator with parallel replicas 2024-07-26 20:24:41 +00:00
Nikolai Kochetov
4833b46a1a Remove debug code 2024-07-26 17:43:30 +00:00
Nikolai Kochetov
343f1fa4ba Check type after optimize_rewrite_aggregate_function_with_if. 2024-07-26 17:42:06 +00:00
Igor Nikonov
8da2ef8287 Fix: order by all with parallel replicas 2024-07-25 19:17:38 +00:00
vdimir
88c84c2076
Merge branch 'master' into vdimir/followup-66725 2024-07-25 13:16:41 +02:00
Raúl Marín
a35a01c76c
Merge pull request #66976 from Algunenano/247_changelog
Add initial 24.7 changelog
2024-07-24 22:37:54 +00:00
Kruglov Pavel
d694723d5f
Merge branch 'master' into json-data-type 2024-07-24 21:26:20 +02:00