Alexander Tokmakov
|
5cdfcfb307
|
remove other stringstreams
|
2020-11-09 22:12:44 +03:00 |
|
alexey-milovidov
|
2d427eb1e8
|
Merge pull request #16496 from ClickHouse/register-formats
Fix inconsistency in FormatFactory
|
2020-11-08 14:27:33 +03:00 |
|
alexey-milovidov
|
f4ba5f1f9a
|
Merge pull request #16772 from ClickHouse/fix-stringstream
Fix "server failed to start" error
|
2020-11-08 14:27:08 +03:00 |
|
Alexey Milovidov
|
5314185e25
|
Merge branch 'master' into azat-optimize_skip_unused_shards-optimization
|
2020-11-08 00:17:59 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Alexey Milovidov
|
f7c77b4a25
|
Fix unit tests
|
2020-11-04 13:14:23 +03:00 |
|
alesapin
|
c22c760ac1
|
Fix unit test build
|
2020-10-16 13:18:56 +03:00 |
|
alesapin
|
629506445d
|
Better backoff policy
|
2020-10-15 16:57:50 +03:00 |
|
alesapin
|
e84eda176a
|
Add test and slightly refactored
|
2020-10-15 13:22:02 +03:00 |
|
Azat Khuzhin
|
b838214a35
|
Pass non-const SelectQueryInfo (and drop mutable qualifiers)
|
2020-10-02 22:42:35 +03:00 |
|
Azat Khuzhin
|
587cde853e
|
Avoid skipping unused shards twice (for query processing stage and read itself)
|
2020-10-02 22:42:09 +03:00 |
|
Azat Khuzhin
|
9cb3c743bd
|
Convert to python3 (#15007)
|
2020-10-02 19:54:07 +03:00 |
|
Alexey Milovidov
|
ef5363b87f
|
Fix terribly wrong code
|
2020-09-19 02:05:13 +03:00 |
|
alesapin
|
bd24c3a059
|
Fix build useless binary
|
2020-09-03 17:38:56 +03:00 |
|
alesapin
|
e48e4309b2
|
Better names
|
2020-09-03 16:29:18 +03:00 |
|
tavplubix
|
4aff48dc3f
|
Merge pull request #10851 from zhang2014/feature/materialize_mysql_database
ISSUES-4006 support MaterializeMySQL database engine
|
2020-08-12 15:59:28 +03:00 |
|
Alexey Milovidov
|
12f66fa82c
|
Fix 99% of typos
|
2020-08-08 04:01:47 +03:00 |
|
zhang2014
|
c99da34039
|
ISSUES-4006 try fix unit test failure
|
2020-08-04 19:09:30 +08:00 |
|
Nikolai Kochetov
|
39530f837e
|
Remove TreeExecutorBlockInputStream.
|
2020-07-31 16:23:19 +03:00 |
|
Nikita Mikhaylov
|
1d6c2ba689
|
rewrite other test + remove useless includes
|
2020-07-29 20:37:57 +03:00 |
|
Artem Zuikov
|
2afd123eda
|
Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645)
|
2020-07-22 20:13:05 +03:00 |
|
Alexey Milovidov
|
82ea884d01
|
Fix incorrect unit test
|
2020-07-16 05:37:12 +03:00 |
|
Alexey Milovidov
|
49f60ef3a4
|
Fix build
|
2020-07-12 08:26:33 +03:00 |
|
Alexey Milovidov
|
eaa13d8176
|
Fix strange code CC @Enmk. Prove: g++ -xc++ -include vector - <<< 'int main() { return std::vector<const char>{1, 2, 3}.size(); }'
|
2020-07-09 02:04:42 +03:00 |
|
alesapin
|
84f8bf1e14
|
Merge pull request #10697 from CurtizJ/polymorphic-parts
Polymorphic parts (in-memory format)
|
2020-07-08 13:25:45 +03:00 |
|
Alexey Milovidov
|
95a7a09c37
|
Fix transform query for external databases in presense of aliases #12032
|
2020-07-06 04:50:45 +03:00 |
|
alesapin
|
e9c47dc89c
|
Merge branch 'master' into CurtizJ-polymorphic-parts
|
2020-06-26 14:27:19 +03:00 |
|
alesapin
|
dffdece350
|
getColumns in StorageInMemoryMetadta (only compilable)
|
2020-06-17 19:39:58 +03:00 |
|
Anton Popov
|
b19d48a11c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-06-16 06:37:55 +03:00 |
|
alesapin
|
36ba0192df
|
Metadata in read and write methods of IStorage
|
2020-06-15 22:08:58 +03:00 |
|
Alexey Milovidov
|
72257061d5
|
Avoid errors due to implicit int<->bool conversions when using ZK API
|
2020-06-12 18:09:12 +03:00 |
|
Ivan
|
47ad338cb2
|
Refactor CMake build files (#11390)
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
|
2020-06-09 13:54:49 +03:00 |
|
Alexey Milovidov
|
d3d02a67f4
|
Speed up build by removing old example programs
|
2020-06-06 19:19:16 +03:00 |
|
Alexander Kuzmenkov
|
029005be7c
|
clang-tidy
|
2020-06-04 17:26:16 +03:00 |
|
Alexander Kuzmenkov
|
0943ef3e4b
|
Do not set global context twice in unit tests.
|
2020-06-04 15:04:05 +03:00 |
|
Anton Popov
|
1ce09e1faa
|
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
|
2020-06-03 16:27:54 +03:00 |
|
tavplubix
|
a4e40fb5f2
|
Merge pull request #11269 from ClickHouse/add_context_to_idatabase_methods
Add context to IDatabase methods
|
2020-05-29 21:15:35 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
alesapin
|
026244b07f
|
Better
|
2020-05-28 21:57:09 +03:00 |
|
alesapin
|
93801a1a9d
|
Fix unit tests
|
2020-05-28 21:52:08 +03:00 |
|
Anton Popov
|
4a396090f8
|
fix build
|
2020-05-07 01:24:00 +03:00 |
|
alexey-milovidov
|
c54f6d5a66
|
Merge pull request #10546 from kyprizel/master
Lexer, ast, checksum and column specs fuzzers added
|
2020-05-05 14:50:55 +03:00 |
|
alesapin
|
15e8f37839
|
Merge pull request #10531 from CurtizJ/polymorphic-parts-2
Fix index corruption in merges with compact parts.
|
2020-04-30 12:15:25 +03:00 |
|
Anton Popov
|
6ed3092c8a
|
make fillIndexGranularity less complicated
|
2020-04-30 00:57:58 +03:00 |
|
Eldar Zaitov
|
670ed4bf1b
|
lexer, ast, checksum and column specs fuzzers added
|
2020-04-28 02:12:18 +03:00 |
|
alesapin
|
7c2f4d121a
|
Fix func
|
2020-04-27 20:48:53 +03:00 |
|
alesapin
|
c24ab563d7
|
Fix several wrong usages
|
2020-04-27 18:38:35 +03:00 |
|
Anton Popov
|
bee343dae1
|
fix writing of index in compact parts
|
2020-04-27 16:36:50 +03:00 |
|
alesapin
|
b4425c2dc4
|
Remove getColumn and hasColumn methods from IStorage
|
2020-04-24 13:20:03 +03:00 |
|
Alexey Milovidov
|
be22a4b94e
|
Checkpoint
|
2020-04-22 08:39:31 +03:00 |
|
Nikolai Kochetov
|
052598534a
|
Try fix unit tests.
|
2020-04-20 12:42:56 +03:00 |
|
Nikolai Kochetov
|
84faa9af26
|
Merge branch 'master' into shared-context-lifetime
|
2020-04-17 19:13:13 +03:00 |
|
Nikolai Kochetov
|
d51a9c551b
|
Remove shared_ptr to SharedContext from Context.
|
2020-04-17 12:47:40 +03:00 |
|
Alexey Milovidov
|
cdeda4ab91
|
Fix usage of max_parser_depth setting; remove harmful default function arguments
|
2020-04-16 04:06:10 +03:00 |
|
Vasily Nemkov
|
738e8a7ef8
|
Minor test refactoring
* using string literal for binary strings
* sorted includes
|
2020-04-06 21:41:11 +03:00 |
|
Vasily Nemkov
|
3d471556fb
|
Merge commit '73b0f8db8c327a1d63cc7ebcc56087a3f9866dae' into SIMD_tokenization
|
2020-04-06 20:05:02 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|