Alexander Kuzmenkov
|
3824ba656c
|
Merge pull request #24576 from ClickHouse/aku/inherit-window
allow inheriting from a named window in window definition
|
2021-05-28 23:43:35 +03:00 |
|
Maksim Kita
|
f1b08ae0bd
|
Merge pull request #24545 from nvartolomei/nv/scalar-subquery-exception
Avoid hiding errors like `Limit for rows or bytes to read exceeded` for scalar subqueries
|
2021-05-28 23:01:31 +03:00 |
|
Maksim Kita
|
9f1ddb3e41
|
Merge pull request #24733 from kitaisreal/memory-tracker-enable-throw-logical-error
MemoryTracker enable throw logical error
|
2021-05-28 22:55:32 +03:00 |
|
Nikita Mikhaylov
|
00ce7feafb
|
better
|
2021-05-28 22:00:15 +03:00 |
|
Nikita Mikhaylov
|
202e5773bf
|
fix sentry
|
2021-05-28 21:58:28 +03:00 |
|
Maksim Kita
|
15da5eb88d
|
Merge branch 'master' into nv/scalar-subquery-exception
|
2021-05-28 21:38:27 +03:00 |
|
Nikita Mikhaylov
|
d9cc77c429
|
keep
|
2021-05-28 21:22:25 +03:00 |
|
Alexander Kuzmenkov
|
d33480ce84
|
fix failing grep
|
2021-05-28 20:47:06 +03:00 |
|
Maksim Kita
|
269749381e
|
Update arcadia_skip_list.txt
|
2021-05-28 20:36:35 +03:00 |
|
Maksim Kita
|
8e192bef55
|
MemoryTracker enable throw logical error
|
2021-05-28 20:22:17 +03:00 |
|
Nikolai Kochetov
|
58fbc544cc
|
Add more comments.
|
2021-05-28 20:16:09 +03:00 |
|
Alexander Kuzmenkov
|
92660aaf35
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-05-28 19:45:53 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
alesapin
|
312bab0f32
|
Fix empty check
|
2021-05-28 18:37:23 +03:00 |
|
alesapin
|
97aef92df8
|
Merge pull request #24489 from vdimir/log-fname-file-checker
Log file name on error in FileChecker ctor
|
2021-05-28 17:44:20 +03:00 |
|
Nikita Mikhaylov
|
095f06c8a3
|
raise timeout for test_host_ip_change/test.py::test_user_access_ip_change
|
2021-05-28 17:37:05 +03:00 |
|
alesapin
|
945050fe7c
|
Block allocator earlier in
|
2021-05-28 17:34:16 +03:00 |
|
Nikolai Kochetov
|
295a302bc8
|
Remove settings from ReadFromMergeTree.
|
2021-05-28 17:34:02 +03:00 |
|
alesapin
|
b79e2ee8f3
|
Remove endless wait from ZooKeeper client
|
2021-05-28 17:14:04 +03:00 |
|
Amos Bird
|
edd23d06ad
|
Fix alter table drop projection if exists
|
2021-05-28 21:27:36 +08:00 |
|
Nikita Mikhaylov
|
7b04181dd9
|
suppress msan cassandra
|
2021-05-28 16:22:50 +03:00 |
|
alesapin
|
4fac425fd2
|
Fix loop
|
2021-05-28 16:07:16 +03:00 |
|
Kruglov Pavel
|
5ce669109e
|
Merge pull request #24459 from adevyatova/annadevyatova-DOCSUP-8711-sumCount
DOCSUP-8711: Document the sumCount aggregate function and optimize_fuse_sum_count_avg setting
|
2021-05-28 15:58:30 +03:00 |
|
Alexander Kuzmenkov
|
1f1a77438b
|
more fuzzer fixes
|
2021-05-28 15:55:58 +03:00 |
|
Kruglov Pavel
|
e584b028e7
|
Merge pull request #24475 from amosbird/readint
Pedantic readInt
|
2021-05-28 15:44:23 +03:00 |
|
Pavel Kruglov
|
d396f802c6
|
Fix typo
|
2021-05-28 15:39:36 +03:00 |
|
Pavel Kruglov
|
42d57138f2
|
replace all isDateOrDateTime invocations to explicit calls to isDate and isDateTime and isDateTime64
|
2021-05-28 15:34:49 +03:00 |
|
Ivan
|
ce2a809773
|
Consider last CRLF as part of boundary (#24399)
* Consider last CRLF as part of boundary
* Update HTMLForm.cpp
* Don't use xxd
|
2021-05-28 14:59:11 +03:00 |
|
Pavel Kruglov
|
c34d8ae7e7
|
Fix logical error AggregateFunctionFactory returned nullptr
|
2021-05-28 14:58:16 +03:00 |
|
alesapin
|
b4b9d16fb0
|
Remove debug
|
2021-05-28 14:55:01 +03:00 |
|
alesapin
|
a1efea20dc
|
Better ACLs storage on disk (update snapshot version)
|
2021-05-28 14:52:19 +03:00 |
|
Alexander Kuzmenkov
|
678a16b5dc
|
Merge pull request #24579 from ClickHouse/aku/pure-window-or-null
do not auto-apply -OrNull combinator to pure window functions
|
2021-05-28 13:10:42 +03:00 |
|
Alexander Kuzmenkov
|
28ae6bcc7b
|
Update ExpressionAnalyzer.cpp
|
2021-05-28 13:08:45 +03:00 |
|
Alexander Kuzmenkov
|
d870e9c6d5
|
Merge pull request #24580 from ClickHouse/aku/distirbuted-window-order
fix ORDER BY after window fuctions over Distributed
|
2021-05-28 13:07:13 +03:00 |
|
Alexander Kuzmenkov
|
d6afb55d87
|
Merge pull request #24584 from ClickHouse/aku/fuzzer-death
ast fuzzer: determine server death more robustly
|
2021-05-28 13:05:59 +03:00 |
|
Alexander Kuzmenkov
|
81d9c9ee30
|
Update docker/test/fuzzer/run-fuzzer.sh
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
|
2021-05-28 13:05:02 +03:00 |
|
Nikolai Kochetov
|
91e8c2c75d
|
Remove MergingFinal step.
|
2021-05-28 12:52:33 +03:00 |
|
Nikolai Kochetov
|
94f1ac5a16
|
Remove some commented code.
|
2021-05-28 12:41:07 +03:00 |
|
Nikolai Kochetov
|
c80ab6166a
|
Fix style.
|
2021-05-28 12:26:44 +03:00 |
|
Nikolai Kochetov
|
4e28b7cb02
|
Fix _sample_factor column.
|
2021-05-28 12:23:46 +03:00 |
|
kirillikoff
|
d537da1871
|
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-05-28 11:30:24 +03:00 |
|
kirillikoff
|
693df20ccc
|
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-05-28 11:30:19 +03:00 |
|
Nikolai Kochetov
|
ce11f35dcc
|
Convert header from MergeTree to expected from query plan.
|
2021-05-28 11:11:17 +03:00 |
|
Nikolai Kochetov
|
6733fb42d5
|
Merge pull request #24278 from sevirov/sevirov-DOCSUP-9041-update_the_sql_statement_explain_plan
DOCSUP-9041: Update the SQL-statement EXPLAIN PLAN
|
2021-05-28 10:19:49 +03:00 |
|
alexey-milovidov
|
27cf84fcc7
|
Merge pull request #24587 from nikitamikhaylov/reopen-enable-tests-and-examples
Enable tests, utils and examples in builds with clang-tidy
|
2021-05-28 09:36:18 +03:00 |
|
Anton Popov
|
179f172c4c
|
fix build
|
2021-05-28 02:10:44 +03:00 |
|
Anton Popov
|
336abfa475
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-28 01:58:30 +03:00 |
|
Anton Popov
|
1317638e3b
|
Merge pull request #24464 from CurtizJ/fix-tuples-create-as-select
Fix tuples in 'CREATE .. AS SELECT' queries
|
2021-05-28 01:46:07 +03:00 |
|
Anton Popov
|
151988e11a
|
Merge pull request #24472 from CurtizJ/subcolumns-dist
Enable reading of subcolumn for distributed tables
|
2021-05-28 01:45:00 +03:00 |
|
tavplubix
|
e82196f9d4
|
Merge pull request #24503 from sevirov/sevirov-DOCSUP-9597-add_thread_name_and_support_datetime64_for_ver
DOCSUP-9597: Add thread_name in system.stack_trace and add support DateTime64 for ver parameter
|
2021-05-28 00:44:58 +03:00 |
|