Commit Graph

22965 Commits

Author SHA1 Message Date
alexey-milovidov
7e4c497e19
Merge pull request #4594 from yandex/fix-low-cardinality_serialization-for-set-index
Fix Nullable and LowCardinality serialization for set index
2019-03-06 21:57:26 +03:00
proller
482d153dcd clickhouse-odbc #157 : Remove LowCardinality from type (#4381)
* clickhouse-odbc #157 : Remove LowCardinality from type

* Update ODBCDriver2BlockOutputStream.cpp

* fix
2019-03-06 21:37:16 +03:00
alexey-milovidov
2713c75628
Merge pull request #4575 from BayoNet/DOCAPI-5441-tcp_port_secure
DOCAPI-5441: tcp_port_secure server setting EN description.
2019-03-06 21:35:06 +03:00
alexey-milovidov
e2fde4f0d8
Merge pull request #4576 from BayoNet/DOCAPI-5203-direct-io-settings
DOCAPI-5203 direct i/o settings EN description
2019-03-06 21:34:35 +03:00
alexey-milovidov
48e7505b99
Merge pull request #4578 from BayoNet/DOCAPI-5758-kafka_skip_broken_messages
DOCAPI-5758: The kafka_skip_broken_messages setting description
2019-03-06 21:33:33 +03:00
alesapin
d8a0a18458
Merge pull request #4610 from vgv/patch-1
Add one more Java/Kotlin library for ClickHouse
2019-03-06 20:19:56 +03:00
alesapin
a233b93b6a Fix kill_not_initialized_query again 2019-03-06 20:10:26 +03:00
Vasily Vasilkov
7d0be1e1f6
Add one more Java/Kotlin library for ClickHouse 2019-03-06 20:32:19 +04:00
proller
142258f76f Remove debian epoch from changelog 2019-03-06 19:00:07 +03:00
alexey-milovidov
6e852288ff
Merge pull request #4604 from yandex/clang-9
Added support for clang-9
2019-03-06 04:02:14 +03:00
alexey-milovidov
98fe1a6e8b
Update CMakeLists.txt 2019-03-06 04:01:53 +03:00
Alexey Milovidov
01f7efe615 Added support for clang-9 2019-03-06 03:44:25 +03:00
alexey-milovidov
1df9c1720e
Merge pull request #4426 from Felixoid/graphite-rollup
Graphite rollup: combined rules
2019-03-06 03:10:45 +03:00
alexey-milovidov
2e6dde45b4
Update GraphiteRollupSortedBlockInputStream.cpp 2019-03-06 03:09:49 +03:00
alexey-milovidov
74f7ef390a
Merge pull request #4595 from 4ertus2/joins
Multiple JOINs multiple fixes
2019-03-06 02:55:05 +03:00
alexey-milovidov
812d563e5f
Merge pull request #4598 from 4ertus2/ast
Fix CrossToInnerJoin rewrite
2019-03-06 02:54:30 +03:00
proller
ffc9fbf769 Build fixes (#4600)
* Add Y_IGNORE

* Build fixes
2019-03-06 02:53:35 +03:00
Alexey Milovidov
899b2548c7 Added comment #4572 2019-03-05 23:49:21 +03:00
Alexey Milovidov
5f3d522f7c Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-05 23:34:48 +03:00
Alexey Milovidov
ddbada6646 Fixed build #4583 2019-03-05 23:34:37 +03:00
proller
fae0b054f9 Arcadia fix 2019-03-05 20:51:31 +03:00
Nikolai Kochetov
3bcab12966 Fix test. 2019-03-05 19:52:29 +03:00
chertus
4f80afb158 fix gcc build 2019-03-05 19:34:10 +03:00
chertus
049d49333d undo last change 2019-03-05 18:21:52 +03:00
chertus
22f699c8a0 fix CrossToInnerJoin (empty where crash & where for one table wrong result) 2019-03-05 18:16:59 +03:00
chertus
72fe0115d1 move join convertions to InterpreterSelectQuery 2019-03-05 16:53:39 +03:00
proller
718fd5b4ca Add exception code METRIKA_OTHER_ERROR 2019-03-05 16:03:11 +03:00
chertus
0c0d9343d4 update ASTIdentifier prints for push down predicate test reference (long vs short names) 2019-03-05 15:49:00 +03:00
chertus
ea4d3ec661 some multiple join fixes 2019-03-05 15:34:48 +03:00
Nikolai Kochetov
04bfc4743b Added tests for Set index with Nullable and LowCardinality types. #4486 2019-03-05 15:17:58 +03:00
Nikolai Kochetov
4b18b7dcdc Support Nullable columns for Set index. #4486 2019-03-05 15:17:54 +03:00
Nikolai Kochetov
52c9d4e1ad (De)Serialize set index with multiple bulks. #4486 2019-03-05 15:17:37 +03:00
proller
0afb7dfc7f Fix include 2019-03-05 14:14:24 +03:00
chertus
a8106360bd fix ASTIdentifier print (compound could be short) 2019-03-05 13:57:05 +03:00
BayoNet
16c967002e DOCAPI-5203: Fix in terms of direct I/O. 2019-03-05 13:16:45 +03:00
proller
89014b5480
Build fixes (#4591) 2019-03-05 13:15:47 +03:00
BayoNet
5ca8933dda
Merge pull request #4481 from ogorbacheva/DOCAPI-4157-sample-factor
Doc fix: editing SAMPLE clause description
2019-03-05 12:37:09 +03:00
alesapin
0e834d8e71
Merge pull request #4588 from banyrule/patch-1
Remove paragraph duplication in DISTINCT clause documentation
2019-03-05 11:15:27 +03:00
BanyRule
9ffb59bc08
remove paragraph duplication in DISTINCT clause
description of the work of `DISTINCT ` with NULL values ​​was duplicated twice
2019-03-05 14:13:33 +07:00
alexey-milovidov
b311bfb11d
Merge pull request #4583 from yandex/fix-invalidate-query-for-clickhouse-dictionary-source
Fix invalidate query for clickhouse dictionary source
2019-03-05 01:27:22 +03:00
Alexey Milovidov
8766dab54e Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-04 23:05:24 +03:00
Vitaly Baranov
41afd6f910
Merge pull request #4568 from vitlibar/bitmap-feature
Fix compilation after merging roaring bitmaps
2019-03-04 22:48:37 +03:00
Vitaly Baranov
36add97932 Fix print_include_directories.cmake 2019-03-04 22:47:34 +03:00
Vitaly Baranov
6edec1c63f Remove unnecessary 'this->'. 2019-03-04 22:46:05 +03:00
Vitaly Baranov
405a747ddc Fix compilation after changing SmallTable. 2019-03-04 22:45:51 +03:00
Vitaly Baranov
61e21d50e1
Merge pull request #4207 from andyyzh/bitmap_feature
Added bitmap function feature with roaring bitmap
2019-03-04 22:42:47 +03:00
chertus
339047fc40 fix multiple joins asterisks qualification 2019-03-04 22:40:58 +03:00
proller
154ea47156 Build fixes (#4582)
* Fix link in split mode

* clean

* Fix link validate-odbc-connection-string

* Fix includes
2019-03-04 22:37:50 +03:00
alexey-milovidov
aa54235d23
Merge pull request #4564 from yandex/better-string-comparison
Better string comparison
2019-03-04 22:36:41 +03:00
alexey-milovidov
d2d4f4a237
Merge pull request #4579 from yandex/disable_compile_expressions
Disable compile expressions by default
2019-03-04 22:31:08 +03:00