Ilya Yatsishin
3c8105511f
Merge pull request #13927 from qoega/docker-test-base
...
Add docker test base separately to have :latest build available
2020-08-20 22:17:35 +03:00
Artem Zuikov
f99622be33
minor fix
2020-08-20 22:04:46 +03:00
Nikolai Kochetov
99b31480fd
Fix wrong error for long queries.
2020-08-20 21:56:50 +03:00
Alexander Kuzmenkov
58f1b73554
Update build.md
2020-08-20 21:56:22 +03:00
Artem Zuikov
f4e84d93ba
fix indirect distinct with less columns
2020-08-20 21:51:22 +03:00
Artem Zuikov
9f5538c14d
fix crash in case of no tables in select
2020-08-20 21:09:48 +03:00
Yatsishin Ilya
7dcdde0775
Add docker test base separately to have :latest build available
2020-08-20 20:54:51 +03:00
alexey-milovidov
c5a7b1c456
Update RowInputFormatWithDiagnosticInfo.cpp
2020-08-20 20:34:55 +03:00
alexey-milovidov
911946b517
Update TabSeparatedRowInputFormat.cpp
2020-08-20 20:32:49 +03:00
alexey-milovidov
6cf1a61735
Merge pull request #13841 from azat/unknown-packet-fix
...
Unknown packet fix (for Protocol::Server::Log for distributed queries)
2020-08-20 20:25:58 +03:00
alexey-milovidov
5e24329333
Merge pull request #13896 from azat/executeQuery-lambda-build-fix
...
Fix gcc10 build by reducing storage of the lambdas in executeQuery
2020-08-20 20:22:00 +03:00
alexey-milovidov
fb0e68f808
Merge pull request #12771 from arenadata/ADQM-109
...
krb5 + cyrus-sasl + kerberized kafka
2020-08-20 20:13:01 +03:00
Artem Zuikov
911e6efe3e
rewrite duplicate distinct optimization
2020-08-20 20:04:42 +03:00
Alexander Kuzmenkov
5c8013b083
Merge pull request #13892 from ClickHouse/aku/timeout-perf
...
Avoid timeouts in perf test
2020-08-20 18:14:26 +03:00
Nikolai Kochetov
7c0fcb2039
Merge pull request #13611 from ClickHouse/array-join-processor
...
Refactor ARRAY JOIN
2020-08-20 17:56:37 +03:00
Nikita Mikhaylov
540884677e
final fix
2020-08-20 17:39:30 +03:00
Yatsishin Ilya
6f6f3cb05f
fix
2020-08-20 17:30:35 +03:00
Alexander Tokmakov
dd4b8b9663
fix lock order inversion when renaming distributed table
2020-08-20 16:36:22 +03:00
Amos Bird
333ec2e496
fix scalar subquery hash conflicts
2020-08-20 21:19:10 +08:00
Nikita Mikhailov
9a7849e1d7
Merge remote-tracking branch 'upstream/master' into cache-dictionary-bugfix
2020-08-20 14:59:48 +03:00
tao jiang
189c284597
fix if statement code style check
2020-08-20 18:42:14 +08:00
Yatsishin Ilya
251f9651e2
Merge remote-tracking branch 'origin' into unbundled-packager
2020-08-20 13:13:47 +03:00
tao jiang
70ef84ee4b
fix code style check
2020-08-20 18:06:41 +08:00
Nikolai Kochetov
d3fa5895fb
Fix build.
2020-08-20 12:33:16 +03:00
alexey-milovidov
c3699d7026
Merge pull request #13909 from vladimir-golovchenko/fix-dev-instruction
...
Actualized that just one standard library libc++ is being used
2020-08-20 12:31:19 +03:00
Nikolai Kochetov
5928eab2c4
Fix lgamma race. ( #13842 )
...
* Fix lgamma race.
2020-08-20 12:27:29 +03:00
alexey-milovidov
1db2675288
Update adopters.md
2020-08-20 12:21:54 +03:00
alexey-milovidov
7445ab94bf
Update adopters.md
2020-08-20 12:18:14 +03:00
myrrc
d298409660
Merge remote-tracking branch 'upstream/master' into bug/low-cardinality-arrays-optimisations
2020-08-20 12:07:02 +03:00
vladimir golovchenko
fa4cb79a5a
Actualized the using just one standard library libc++ (before supported both libstdc++ and libc++).
2020-08-20 01:41:04 -07:00
Ilya Yatsishin
859eaf98f0
Merge pull request #13895 from azat/uint128-build-fix
...
Use gnu++2a instead of c++2a for unbundled build to fix numeric_limits<__int128>
2020-08-20 07:57:19 +03:00
hcz
cc328532af
Fix timezone
2020-08-20 12:07:01 +08:00
Jiang Tao
613e3f7247
optimize error msg for null value
2020-08-20 11:25:28 +08:00
hcz
4d093e8e26
Fix type error
2020-08-20 10:50:34 +08:00
Alexander Kuzmenkov
3a0bdfa5f3
Publish list of tests that failed the concurrent fast test
2020-08-20 03:13:44 +03:00
Alexander Tokmakov
f38bf04f62
fix test
2020-08-20 00:32:39 +03:00
Nikolai Kochetov
b3791d7f6e
Fix build.
2020-08-19 22:58:23 +03:00
Nikolai Kochetov
5cd4312529
Review fixes.
2020-08-19 22:33:49 +03:00
myrrc
4f96291c35
rewrote the LC spec as a dispatcher
2020-08-19 21:59:39 +03:00
Nikolai Kochetov
322cb241b9
Merge pull request #13887 from ClickHouse/fix-fixed-string-partial-sort
...
Fix fixed string partial sort
2020-08-19 21:41:25 +03:00
Azat Khuzhin
42dd661b6a
Fix gcc10 build by reducing storage of the lambdas in executeQuery
...
There is no need to capture query AST for the status_info_to_query_log,
since callers already captured it anyway.
gcc10 reports:
../src/Interpreters/executeQuery.cpp: In member function ‘void std::__1::function<_Rp(_ArgTypes ...)>::swap(std::__1::function<_Rp(_ArgTypes ...)>&) [with _Rp = void; _ArgTypes = {DB::IBlockInputStream*, DB::IBlockOutputStream*, DB::QueryPipeline*}]’:
../src/Interpreters/executeQuery.cpp:490:49: error: array subscript 35 is outside array bounds of ‘std::__1::aligned_storage<32, 16>::type [1]’ [-Werror=array-bounds]
490 | auto status_info_to_query_log = [ast](QueryLogElement &element, const QueryStatusInfo &info) mutable
| ^
In file included from ../contrib/libcxx/include/algorithm:644,
from ../contrib/libcxx/include/__string:57,
from ../contrib/libcxx/include/string_view:175,
from ../contrib/libcxx/include/string:504,
from ../src/Common/formatReadable.h:3, from ../src/Interpreters/executeQuery.cpp:1:
../contrib/libcxx/include/functional:1877:60: note: while referencing ‘__tempbuf’
1877 | typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
| ^~~~~~~~~
2020-08-19 21:25:28 +03:00
alexey-milovidov
b0a171211f
Merge pull request #13881 from ClickHouse/check-ya-make-files
...
Check that ya.make files are auto-generated
2020-08-19 21:24:20 +03:00
Azat Khuzhin
4e003dc908
Use gnu++2a instead of c++2a for unbundled build to fix numeric_limits<__int128>
2020-08-19 21:08:04 +03:00
Nikita Mikhaylov
00fde75e2b
Update skip_list.json
2020-08-19 21:06:37 +03:00
Alexander Tokmakov
30e0cd438e
fix test
2020-08-19 18:56:26 +03:00
Alexander Kuzmenkov
f43457454e
warn on undefined shell variables
2020-08-19 18:34:23 +03:00
Alexander Kuzmenkov
e9ad81b362
shellcheck
2020-08-19 18:31:13 +03:00
robot-clickhouse
f9e45f77bf
Merge pull request #13824 from ClickHouse/dependabot/pip/docs/tools/protobuf-3.13.0
...
Bump protobuf from 3.12.4 to 3.13.0 in /docs/tools
2020-08-19 18:09:08 +03:00
Alexander Kuzmenkov
000326b627
Avoid timeouts in perf test
2020-08-19 18:08:23 +03:00
tavplubix
de3a6d78fc
Merge pull request #13822 from zhang2014/fix/materialize_integration_test
...
ISSUES-4006 try fix materialize mysql database integration test
2020-08-19 17:32:38 +03:00