Vxider
b24346328d
fix parser when using table identifer
2022-05-28 08:22:34 +00:00
Anton Popov
b2cff26ecf
better performace with sparse columns in aggregate functions
2022-05-28 02:22:20 +00:00
Alexey Milovidov
eff285e24a
Update ThreadFuzzer.cpp
2022-05-28 05:13:16 +03:00
Alexey Milovidov
15f2912dc9
Fix Python.
2022-05-28 05:10:29 +03:00
Alexey Milovidov
19b8e1324a
Forbid recursive submodules
2022-05-28 04:05:10 +02:00
Alexey Milovidov
7281d51e45
Remove recursive submodules
2022-05-28 04:01:03 +02:00
Alexey Milovidov
b8fa931630
Preparation: forked some submodules
2022-05-28 03:34:00 +02:00
mergify[bot]
503eb3e9e6
Merge branch 'master' into time-zone-in-stateless-tests
2022-05-28 01:28:59 +00:00
Alexey Milovidov
f7a5b1fdaf
Remove margin in test reports and change the font
2022-05-28 03:24:56 +02:00
Alexey Milovidov
c8fc99bab0
Merge pull request #37613 from ClickHouse/change-play-url
...
Change Playground URL in the docs
2022-05-28 03:54:42 +03:00
Alexey Milovidov
39a55991ca
Change Playground URL in the docs
2022-05-28 01:18:07 +02:00
Alexey Milovidov
f3e83cb222
Update star-schema.md
2022-05-28 01:51:41 +03:00
Alexander Gololobov
6a57e1a970
Merge pull request #37601 from ClickHouse/array_norm_dist_fixes
...
Added LpNorm and LpDistance functions for arrays
2022-05-27 23:40:38 +02:00
Alexey Milovidov
d6597efc08
Fix clang-tidy-14, part 1
2022-05-27 23:03:30 +02:00
Alexey Milovidov
be07c4c4b0
Fix clang-tidy-14, part 1
2022-05-27 23:03:16 +02:00
Alexey Milovidov
d62c57be3f
Fix clang-tidy-14, part 1
2022-05-27 23:02:25 +02:00
Alexey Milovidov
8e9d771237
Fix clang-tidy-14, part 1
2022-05-27 23:02:05 +02:00
Alexey Milovidov
6c2699a991
Fix clang-tidy-14, part 1
2022-05-27 23:00:45 +02:00
Alexey Milovidov
3086c19341
Fix clang-tidy-14, part 1
2022-05-27 23:00:23 +02:00
Alexey Milovidov
c50791dd3b
Fix clang-tidy-14, part 1
2022-05-27 22:52:14 +02:00
Alexey Milovidov
d2c6fd90cb
Fix clang-tidy-14, part 1
2022-05-27 22:51:37 +02:00
Kseniia Sumarokova
10c9716467
Fix clang-tidy
2022-05-27 22:48:07 +02:00
Nikolai Kochetov
b80b1940ce
Fix some tests.
2022-05-27 20:47:35 +00:00
Alexey Milovidov
8c94b75516
Merge branch 'master' into llvm-14
2022-05-27 22:24:20 +02:00
Alexey Milovidov
fa31d758d6
Update tests
2022-05-27 22:22:59 +02:00
Dmitry Novik
db2fe33926
Update test.py
2022-05-27 20:43:59 +02:00
HeenaBansal2009
a061acadbe
Remove std::move from trivially-copyable object
2022-05-27 11:04:29 -07:00
Yakov Olkhovskiy
41ef0044f0
endpoint is added
2022-05-27 13:43:34 -04:00
Alexey Milovidov
bf1ad458da
Merge branch 'master' into time-zone-in-stateless-tests
2022-05-27 19:38:13 +02:00
Han Fei
0d5448a621
fix flaky tests
2022-05-28 00:53:07 +08:00
mergify[bot]
f5ee337bab
Merge branch 'master' into revert-37545-revert-37424-fix_fetching_part_deadlock
2022-05-27 16:52:00 +00:00
mergify[bot]
923ad2e905
Merge branch 'master' into turn_on_s3_tests
2022-05-27 16:31:43 +00:00
Dmitry Novik
60b9d81773
Remove global_memory_usage_overcommit_max_wait_microseconds
2022-05-27 16:30:29 +00:00
alesapin
f63fa9bcc6
Merge pull request #37416 from Enmk/fix_ReplicatedMergeTree_comments
...
Implemented changing comment to a ReplicatedMergeTree table
2022-05-27 18:29:34 +02:00
Alexander Gololobov
9b1b30855c
Fixed check for HUGE_VAL
2022-05-27 18:25:11 +02:00
Alexander Gololobov
6361c5f38c
Fix for failed style check
2022-05-27 18:22:16 +02:00
Han Fei
dda86b49a6
update tests
2022-05-28 00:10:24 +08:00
mergify[bot]
cd602b20cd
Merge branch 'master' into tiny_fixes_for_jepsen
2022-05-27 16:06:08 +00:00
alesapin
5f10c6e889
Merge pull request #37599 from ClickHouse/keeper-jepsen-ci-imporvements
...
Use Jepsen worklow directly in PR workflow
2022-05-27 18:01:13 +02:00
Kseniia Sumarokova
8099361cbc
Update FileCache.cpp
2022-05-27 17:48:14 +02:00
alesapin
0f5032c737
Merge pull request #37527 from ClickHouse/build-report
...
Add failed builds to the build report
2022-05-27 17:45:25 +02:00
Alexander Gololobov
540353566c
Added LpNorm and LpDistance functions for arrays
2022-05-27 17:17:08 +02:00
Azat Khuzhin
8a224239c1
Prohibit optimize_aggregation_in_order with GROUPING SETS
...
AggregatingStep ignores it anyway, and it leads to the following error
in getSortDescriptionFromGroupBy(), like in [1]:
2022.05.24 04:29:29.279431 [ 3395 ] {26543564-8bc8-4a3a-b984-70a2adf0245d} <Fatal> : Logical error: 'Trying to get name of not a column: ExpressionList'.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/36914/67d3ac72d26ab74d69f03c03422349d4faae9e19/stateless_tests__ubsan__actions_.html
v2: revert change to getSortDescriptionFromGroupBy() after
GroupingSetsRewriterVisitor had been introduced
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-27 17:44:57 +03:00
Azat Khuzhin
1f29b0a901
Rewrite queries GROUPING SETS (foo, bar) to GROUP BY foo, bar
...
This is better then introducing separate
SelectQueryExpressionAnalyzer::useGroupingSetKey(), since for
optimize_aggregation_in_order that method will not be enough, because
size of ManyExpressionActions will not match size of SortDescription, in
ReadInOrderOptimizer::ReadInOrderOptimizer()
And plus it is cleaner.
v2: fix clang-tidy
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-27 17:44:51 +03:00
Azat Khuzhin
2fb735ffc1
tests: add echo for 01883_grouping_sets_crash
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-27 17:44:50 +03:00
alesapin
5a296aec01
Fix build
2022-05-27 16:34:16 +02:00
Antonio Andelic
2ca5b7812d
Ignore reusable workflow error
2022-05-27 14:15:34 +00:00
alesapin
be1c3c132b
Fix some trash
2022-05-27 16:08:49 +02:00
Antonio Andelic
30f2c9ad58
Polish workflow
2022-05-27 13:54:53 +00:00
Antonio Andelic
fc3d39629e
Temporarly remove dependancy on FastTest
2022-05-27 12:48:11 +00:00