alexey-milovidov
836ac810a7
Merge pull request #8613 from ClickHouse/azat-SimpleAggregateFunction-LowCardinality-merge-fix-v2
...
SimpleAggregateFunction(LowCardinality) fix (continuation)
2020-01-11 19:14:15 +03:00
alexey-milovidov
0c6b5ebd48
Merge pull request #8621 from ClickHouse/zkutil-test-more-maintainable
...
Make one unit test more maintainable
2020-01-11 18:33:52 +03:00
Winter Zhang
89b80ba7cb
Merge branch 'master' into fix/ISSUES-8317
2020-01-11 23:16:52 +08:00
Alexey Milovidov
f53aa30e8a
Whitespace
2020-01-11 18:06:29 +03:00
Alexey Milovidov
d75ecffb98
Removed useless code
2020-01-11 18:06:15 +03:00
Alexey Milovidov
cc609143e9
Make one unit test more maintainable
2020-01-11 16:28:24 +03:00
alexey-milovidov
b08a9e00a4
Merge pull request #8620 from chhetripradeep/pchhetri/spelling-mistakes
...
Fix some spelling mistakes
2020-01-11 16:19:48 +03:00
Pradeep Chhetri
4941fdfe4b
Fix some spelling mistakes
2020-01-11 17:51:33 +08:00
alexey-milovidov
5af9eabfdb
Merge pull request #8617 from ClickHouse/kiransunkari-CLICKHOUSE-7262
...
Merging #8493
2020-01-11 12:43:07 +03:00
alesapin
b29fa1b143
Merge pull request #8614 from ClickHouse/fix_alter_codec
...
Fix alter codec bug
2020-01-10 23:15:45 +03:00
Alexey Milovidov
b4ccddbb96
Make the code less wrong #8493
2020-01-10 20:44:34 +03:00
alexey-milovidov
5e29fe3425
Merge pull request #8475 from ClickHouse/aku/logical-error-assert
...
In debug builds, treat LOGICAL_ERROR as an assertion failure.
2020-01-10 19:58:39 +03:00
Alexey Milovidov
85f2f174b1
Merge branch 'CLICKHOUSE-7262' of https://github.com/kiransunkari/ClickHouse into kiransunkari-CLICKHOUSE-7262
2020-01-10 19:57:09 +03:00
Ivan
dec5a50033
Add new config syntax for table filters ( #8381 )
2020-01-10 19:53:47 +03:00
alexey-milovidov
9f4533c06a
Merge pull request #8606 from ClickHouse/fix_defaults_mismatch_size
...
Fix mismatch column sizes when inserting defaults
2020-01-10 19:25:18 +03:00
Alexey Milovidov
61878d9f49
Fixed test.
2020-01-10 19:24:44 +03:00
alexey-milovidov
0a3a9a61e4
Merge pull request #8604 from abyss7/add-warning-macro
...
Add CMake macro add_warning to check if compiler supports warning
2020-01-10 19:22:25 +03:00
alexey-milovidov
6ef19d3630
Merge pull request #8549 from excitoon-favorites/mergedownwards
...
Do not allow to merge data moving it against storage policy volume order
2020-01-10 19:21:21 +03:00
alexey-milovidov
701dde5a12
Merge pull request #8538 from ClickHouse/get-table-performance-issue
...
Fixed potential performance issue in "Context::getTable" method
2020-01-10 19:20:51 +03:00
alexey-milovidov
740677164a
Merge pull request #8609 from ClickHouse/part-log-in-dev-config
...
Added part_log to example config for developers
2020-01-10 19:19:15 +03:00
Vasily Nemkov
671aeeb618
Fixed codec performance test
...
* Fixed SELECT cases to actually read data;
* Using hash instead of rand() to make tests more reproducible;
* Set number of rows to 1000000 for both INSERT and SELECT queries;
* Using {type} substitution for fill_query.
2020-01-10 19:00:31 +03:00
alesapin
f395603573
Add missed test
2020-01-10 18:28:47 +03:00
alesapin
9d55de8aef
Fix alter codec bug
2020-01-10 18:26:40 +03:00
Nikolai Kochetov
d939cef9d1
Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream.
2020-01-10 17:51:30 +03:00
Nikolai Kochetov
87377431f4
Fix result for SimpleAggregateFunction with LowCardinality for AggregatingSortedBlockInputStream.
2020-01-10 17:01:24 +03:00
Nikolai Kochetov
64d5789dec
Revert changes for MergedBlockOutputStream.
2020-01-10 16:59:54 +03:00
Nikolai Kochetov
5a7c90c500
Merge branch 'SimpleAggregateFunction-LowCardinality-merge-fix-v2' of https://github.com/azat/ClickHouse into azat-SimpleAggregateFunction-LowCardinality-merge-fix-v2
2020-01-10 16:55:49 +03:00
Alexey Milovidov
02e90b13e2
Fixed error
2020-01-10 15:47:59 +03:00
Alexey Milovidov
4f4dbfcf4a
Merge remote-tracking branch 'origin/master' into get-table-performance-issue
2020-01-10 15:41:13 +03:00
alesapin
5e7faf5ad2
Fix perf test
2020-01-10 15:07:01 +03:00
Alexander Kuzmenkov
1ab0a73109
fixup
2020-01-10 15:06:22 +03:00
Alexey Milovidov
c4304b51af
Added part_log to example config for developers
2020-01-10 14:36:59 +03:00
Alexander Kuzmenkov
652abb65e6
fixup
2020-01-10 14:16:14 +03:00
Alexander Tokmakov
fe714addb4
modify test because there is another bug
2020-01-10 13:43:37 +03:00
alexey-milovidov
6a045c02e5
Merge pull request #8587 from Alex-Burmak/gtest_update
...
Updated contrib/googletest to v1.10.0
2020-01-10 13:29:27 +03:00
Ivan Lezhankin
8eb0cd82fe
Add CMake macro add_warning to check if compiler supports warning
2020-01-10 13:25:14 +03:00
Ivan
fd55999398
Initialize set for index when table filter is presented ( #8357 )
2020-01-10 12:24:05 +03:00
Alexander Burmak
57517b4ede
Replaced deprecated INSTANTIATE_TEST_CASE_P with INSTANTIATE_TEST_SUITE_P
2020-01-10 11:48:24 +03:00
Alexander Burmak
d869a48eb3
Merge remote-tracking branch 'refs/remotes/upstream/master' into gtest_update
2020-01-10 11:44:35 +03:00
Kiran
2e433b6459
cluster.cpp file formatted
2020-01-10 12:58:16 +05:30
alexey-milovidov
24d8300869
Merge pull request #8552 from ClickHouse/port-8545
...
Port changes from #8545 to processors.
2020-01-10 10:13:45 +03:00
alexey-milovidov
b8f3cec709
Merge pull request #8589 from ClickHouse/fix-substring-negative-size
...
Fix substring negative size
2020-01-10 10:12:24 +03:00
alexey-milovidov
5ec160f962
Merge pull request #8595 from ClickHouse/aku/merge-verbose-error
...
Report a more verbose error when unable to select parts to merge.
2020-01-10 10:12:04 +03:00
Alexander Burmak
0135835855
Additional release build fix
2020-01-10 10:03:34 +03:00
Kiran
f0f870b27f
proper style format added in cluster.cpp
2020-01-10 10:38:54 +05:30
Kiran
4945d9f797
Formatted code with clang
2020-01-10 08:11:58 +05:30
alesapin
fb4e2c9a53
Merge pull request #8588 from ClickHouse/fix_mutation_size_limit
...
Fix mutation size limit
2020-01-09 22:51:07 +03:00
Alexander Tokmakov
45d0089d3f
fix defaults mismatch size
2020-01-09 22:24:29 +03:00
Alexander Kuzmenkov
3999675383
In debug builds, treat LOGICAL_ERROR as an assertion failure.
2020-01-09 19:58:32 +03:00
alexey-milovidov
8d9f85cf22
Merge pull request #8314 from javisantana/fix/no_wait_for_no_active_replicas
...
check for active replicas when waiting for commands
2020-01-09 19:54:07 +03:00