proller
|
dfa41cdc19
|
Fix build without readline
|
2018-07-19 12:29:02 +03:00 |
|
alesapin
|
d0d61e4ea4
|
CLICKHOUSE-3842: Rename local variables
|
2018-07-19 11:47:35 +03:00 |
|
Alexey Milovidov
|
7f04f593ed
|
Moved code to .cpp; log only when skipping of errors is enabled #2669
|
2018-07-18 22:02:40 +03:00 |
|
Alexey Milovidov
|
a32c2e14a6
|
Removed unused method that became incompatible [#CLICKHOUSE-2]
|
2018-07-18 20:16:04 +03:00 |
|
alesapin
|
1f2c54c8af
|
CLICKHOUSE-3842: Fix loadKeys method in dictionary library
|
2018-07-18 20:06:13 +03:00 |
|
Amos Bird
|
8b2e68bfa0
|
Function try in destructor rethrows exceptions
According to https://en.cppreference.com/w/cpp/language/function-try-block , function try block used in destructor will rethrow exceptions if there isn't a return statement specified.
|
2018-07-18 16:29:12 +03:00 |
|
proller
|
51cdec0bec
|
CLICKHOUSE-3771: fixes
|
2018-07-18 12:48:45 +03:00 |
|
alexey-milovidov
|
f491bccb1c
|
Update 00633_func_or_in.sql
|
2018-07-18 09:27:25 +03:00 |
|
chenxing.xc
|
9bf6f8a62c
|
add test for #2663
|
2018-07-18 09:27:25 +03:00 |
|
chenxing.xc
|
f6000b304c
|
OR to IN rewrite issue in functions
|
2018-07-18 09:27:25 +03:00 |
|
Leonardo Cecchi
|
6d8d59bd1b
|
Log number of skipped rows during a bulk insert
When in a bulk insert the rows are parsed server-side and there are
skipped rows, log the number of these rows at the TRACE level.
|
2018-07-18 03:04:01 +03:00 |
|
Constantin S. Pan
|
8539c1e119
|
Fix the column size difference bug in SummingMergeTree
|
2018-07-18 00:17:04 +03:00 |
|
proller
|
c7848d2062
|
CLICKHOUSE-3771: Fixes
|
2018-07-17 21:22:32 +03:00 |
|
robot-metrika-test
|
d362e2e141
|
Auto version update to [1.1.54398] [54395]
|
2018-07-17 20:04:13 +03:00 |
|
alexey-milovidov
|
4b31f389b7
|
Update BufferBase.h
|
2018-07-17 19:41:41 +03:00 |
|
Amos Bird
|
c3c762cde7
|
Fast path for stringify float points.
|
2018-07-17 19:41:41 +03:00 |
|
robot-metrika-test
|
43ed979431
|
Auto version update to [1.1.54397] [54395]
|
2018-07-17 18:37:27 +03:00 |
|
robot-metrika-test
|
e68699c669
|
Auto version update to [1.1.54396] [54395]
|
2018-07-17 16:21:31 +03:00 |
|
proller
|
d271b58e7b
|
CLICKHOUSE-3771 Clean
|
2018-07-17 16:19:40 +03:00 |
|
robot-metrika-test
|
02f7b96484
|
Auto version update to [1.2.1] [54396]
|
2018-07-17 14:53:14 +03:00 |
|
robot-metrika-test
|
4806d23261
|
Auto version update to [54396]
|
2018-07-17 14:45:10 +03:00 |
|
proller
|
3f949fc86a
|
CLICKHOUSE-3771: new version scheme
|
2018-07-17 14:15:14 +03:00 |
|
Alexey Milovidov
|
09d9ac671b
|
Added a test #2657
|
2018-07-16 19:31:34 +03:00 |
|
Alexey Milovidov
|
2465803888
|
Merge branch 'aggregate-function-max-intersections-fix-sorting' of https://github.com/furmur/ClickHouse into furmur-aggregate-function-max-intersections-fix-sorting
|
2018-07-16 19:05:58 +03:00 |
|
alexey-milovidov
|
d1eac37389
|
Update AggregateFunctionMaxIntersections.h
|
2018-07-16 19:04:35 +03:00 |
|
proller
|
cce2e005c5
|
Macos default build fixes
|
2018-07-16 17:16:26 +03:00 |
|
alexey-milovidov
|
f31b1236c1
|
Update MergeTreeDataSelectExecutor.cpp
|
2018-07-16 16:44:32 +03:00 |
|
proller
|
0b0a2838c8
|
Fix compile error with boost 1.68.0
|
2018-07-16 16:44:32 +03:00 |
|
Michael Furmur
|
218a282f88
|
maxIntersections: add sorting by weight
|
2018-07-16 15:01:05 +03:00 |
|
Alexey Milovidov
|
6ba5b3bd82
|
Fixed warning [#CLICKHOUSE-2]
|
2018-07-16 09:09:27 +03:00 |
|
Alexey Milovidov
|
317807f03d
|
Fixed warning [#CLICKHOUSE-2]
|
2018-07-16 09:08:39 +03:00 |
|
Alexey Milovidov
|
9de268a455
|
Added a test from Silviu Caragea #2026
|
2018-07-16 09:06:44 +03:00 |
|
Alexey Milovidov
|
0a2e6eca45
|
Implemented generic case for comparison operators #2026
|
2018-07-16 09:06:44 +03:00 |
|
Alexey Milovidov
|
7540bdfa29
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-16 07:22:25 +03:00 |
|
Alexey Milovidov
|
52b284a67f
|
Updated README for integration tests [#CLICKHOUSE-2]
|
2018-07-16 07:22:16 +03:00 |
|
Alexey Milovidov
|
6a2d8d4f3f
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |
|
Alexey Milovidov
|
77ed75e1d3
|
Merge branch 'master' into amosbird-master
|
2018-07-16 06:34:22 +03:00 |
|
Alexey Milovidov
|
06fdc5d0ab
|
Fixed error with DROP TEMPORARY queries #2624
|
2018-07-16 06:34:05 +03:00 |
|
alexey-milovidov
|
947c5eb6c9
|
Avoid accidential truncating table in default database in test.
|
2018-07-16 06:32:43 +03:00 |
|
alexey-milovidov
|
4d1c470469
|
Update MergeTreeData.cpp
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Zatelepin
|
b1a97f90fc
|
add test [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Zatelepin
|
88aa790a2d
|
save mutations to disk and load them on startup [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Zatelepin
|
78b83d78f0
|
execute part mutations in a background pool [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Zatelepin
|
88300258a7
|
info in system.mutations for nonreplicated MergeTree [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Zatelepin
|
ce17868a5c
|
execute mutations synchronously for StorageMergeTree [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Milovidov
|
ad3d882b67
|
Mitigate race condition in test [#CLICKHOUSE-2]
|
2018-07-16 04:10:41 +03:00 |
|
Alexey Milovidov
|
9381af3bbb
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-16 03:33:21 +03:00 |
|
Alexey Milovidov
|
a4c0ab7c04
|
Removed obsolete file #2635
|
2018-07-16 03:33:12 +03:00 |
|
Alexey Milovidov
|
0f3d6fe756
|
Fixed error #2649
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
63d3d9c8ed
|
Added a test from Silviu Caragea #1322
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
13e5b246f8
|
Added test #1322
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
eee02143a8
|
Implemented more accurate CAST from String to Nullable of Date and DateTime #1322
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
297805f719
|
Implemented toOrZero, toOrNull functions for Date and DateTime arguments (incomplete) #1322
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
8533011a49
|
More accurate conversion to Nullable type in function CAST #1322
|
2018-07-16 03:30:13 +03:00 |
|
filimonov
|
d13c6f6823
|
deadlinks2
|
2018-07-16 03:22:42 +03:00 |
|
VadimPE
|
5bb8f7ea4a
|
[CLICKHOUSE-3269] rename isDigit()
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
4134711faa
|
[CLICKHOUSE-3269] fix
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
18681db7fa
|
[CLICKHOUSE-3269] fix bug with netmaskToIPv6()
|
2018-07-15 00:22:29 +03:00 |
|
alexey-milovidov
|
b384b7afc4
|
Update Users.cpp
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
c45a5aa775
|
fix netmask from IPv4 to IPv6
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
0036e75a92
|
add example in users.xml
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
5834c0f9d9
|
fix bug
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
180ba17e6b
|
fix
|
2018-07-15 00:22:29 +03:00 |
|
VadimPE
|
849f02104f
|
added support for new masks
|
2018-07-15 00:22:29 +03:00 |
|
proller
|
5384504fa2
|
More information in 'Cannot read all data' errors
|
2018-07-13 22:06:26 +03:00 |
|
Alexey Milovidov
|
215ec2be98
|
Tiny improvement [#CLICKHOUSE-3820]
|
2018-07-13 20:27:58 +03:00 |
|
alexey-milovidov
|
53f9ae3cf1
|
Update CompressedReadBufferBase.cpp
|
2018-07-13 06:41:18 +03:00 |
|
proller
|
9d0b6bffe4
|
Better error: Print checksums if they mismatch
|
2018-07-13 06:41:18 +03:00 |
|
Alexey Milovidov
|
c315200e64
|
Fixed rare error in ZooKeeper library: callback never called in case when network error happens after reading response header but before response body was read - that will lead to deadlock and readonly table [#CLICKHOUSE-3820]
|
2018-07-13 00:31:38 +03:00 |
|
robot-metrika-test
|
d2c4696bc6
|
Auto version update to [54394]
|
2018-07-12 16:25:17 +03:00 |
|
robot-metrika-test
|
b683792769
|
Auto version update to [54393]
|
2018-07-11 23:45:40 +03:00 |
|
Alexey Milovidov
|
14d5aa061f
|
Miscellaneous #1322
|
2018-07-11 22:37:57 +03:00 |
|
Alexey Milovidov
|
d6a3cade18
|
Whitespaces [#CLICKHOUSE-3820]
|
2018-07-11 19:10:02 +03:00 |
|
Alexey Milovidov
|
06fc37abd4
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-11 18:58:56 +03:00 |
|
Alexey Milovidov
|
0352d6916f
|
Updated default clickhouse-client config #1959
|
2018-07-11 18:58:29 +03:00 |
|
robot-metrika-test
|
5a25d7df26
|
Auto version update to [54392]
|
2018-07-11 16:00:46 +03:00 |
|
Alexey Milovidov
|
b3b41c9661
|
Non significant changes #2521
|
2018-07-11 15:59:37 +03:00 |
|
Alexey Milovidov
|
2f4605e7da
|
Fixed build #2627
|
2018-07-11 15:50:23 +03:00 |
|
alexey-milovidov
|
9793ae98e0
|
Merge pull request #2521 from ssmike/CLICKHOUSE-3547
CLICKHOUSE-3547 streaming histogram aggregation
|
2018-07-11 15:48:12 +03:00 |
|
alexey-milovidov
|
e0ce1aac56
|
Update WriteBufferFromOStream.cpp
|
2018-07-10 23:46:10 +03:00 |
|
alexey-milovidov
|
ba25b84e6d
|
Update WriteBufferFromOStream.cpp
|
2018-07-10 23:46:10 +03:00 |
|
alexey-milovidov
|
401c48272d
|
Update WriteBufferFromOStream.h
|
2018-07-10 23:46:10 +03:00 |
|
alexey-milovidov
|
1737228039
|
Update ReadBufferFromIStream.cpp
|
2018-07-10 23:46:10 +03:00 |
|
alexey-milovidov
|
21a5a7a544
|
Update ReadBufferFromIStream.h
|
2018-07-10 23:46:10 +03:00 |
|
proller
|
2e0869f567
|
Write current position in stream errors
|
2018-07-10 23:46:10 +03:00 |
|
Alexey Milovidov
|
8eea4ae9cd
|
Fixed race condition in test #2604
|
2018-07-10 22:00:07 +03:00 |
|
Alexey Milovidov
|
abf8cd24d7
|
Fixed discrepancy [#CLICKHOUSE-2837]
|
2018-07-10 21:39:32 +03:00 |
|
Alexey Milovidov
|
98f8ae3edb
|
Fixed error with timeouts [#CLICKHOUSE-2837]
|
2018-07-10 20:40:17 +03:00 |
|
robot-metrika-test
|
f6e0a4ae68
|
Auto version update to [54391]
|
2018-07-10 19:16:29 +03:00 |
|
Alexey Milovidov
|
e3b3c9f81b
|
Added test for chroot in ZK [#MDBSUPPORT-204]
|
2018-07-10 19:14:27 +03:00 |
|
Alexey Milovidov
|
f80081ca03
|
Fixed chroot prefix in information about exception for ZooKeeper multi transaction (variant 2) [#MDBSUPPORT-204]
|
2018-07-10 19:14:27 +03:00 |
|
Amos Bird
|
f5764910c4
|
Fix TRUNCATE command for temporary tables.
|
2018-07-10 22:25:08 +08:00 |
|
Alexey Milovidov
|
a26a0f5331
|
Better exception message for KeeperMiltiException [#MDBSUPPORT-204]
|
2018-07-10 16:47:14 +03:00 |
|
Alexey Milovidov
|
8e0ae12b4e
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-07-10 16:43:01 +03:00 |
|
Георгий Кондратьев
|
f8b53280a0
|
Do not add lib prefix to dictionary_library plugins
By convention plugins (libraries that are only meant for dlopen) do not have lib prefix.
|
2018-07-10 14:29:19 +03:00 |
|
Alexey Milovidov
|
15dd80a913
|
Debugging [#CLICKHOUSE-2]
|
2018-07-10 03:35:00 +03:00 |
|
Alexey Milovidov
|
3c34487f43
|
Preparations [#CLICKHOUSE-2]
|
2018-07-09 23:36:58 +03:00 |
|
Amos Bird
|
ea01a3b22e
|
add OPTIMIZE FINAL support for ReplicatedMergeTree.
|
2018-07-09 18:03:23 +03:00 |
|
Mikhail Surin
|
877acef7d5
|
remove temporary allocations
|
2018-07-08 16:56:33 +03:00 |
|
Alexey Milovidov
|
7707b5a209
|
Improvement [#CLICKHOUSE-3810]
|
2018-07-08 02:53:49 +03:00 |
|
Alexey Milovidov
|
a34f1231f3
|
Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563
|
2018-07-07 23:05:52 +03:00 |
|
Alexey Milovidov
|
4f2655960c
|
Fixed test [#CLICKHOUSE-2]
|
2018-07-07 22:39:20 +03:00 |
|
Alexey Milovidov
|
d2a44248cd
|
Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563
|
2018-07-07 22:02:10 +03:00 |
|
Alexey Milovidov
|
b714d87de7
|
Get rid of virtual columns in system.tables table [#CLICKHOUSE-3806]
|
2018-07-07 21:58:48 +03:00 |
|
Alexey Milovidov
|
c126b9a5ab
|
Fixed trashy test #2115
|
2018-07-07 21:52:58 +03:00 |
|
Mikhail Surin
|
69b8774611
|
ensure parameter type
|
2018-07-07 15:38:47 +03:00 |
|
Mikhail Surin
|
9f5e9d1389
|
epsilon
|
2018-07-07 15:09:21 +03:00 |
|
Mikhail Surin
|
ca837723ed
|
fix unique for empty point sets
|
2018-07-07 13:40:32 +03:00 |
|
Alexey Milovidov
|
c3b7abaa8b
|
Added another test #2115
|
2018-07-06 22:47:08 +03:00 |
|
Alexey Milovidov
|
b01d7bb5e2
|
Fixed wrong code #2115
|
2018-07-06 22:37:58 +03:00 |
|
Alexey Milovidov
|
299d029d35
|
Added a test from Silviu Caragea #2115
|
2018-07-06 22:22:12 +03:00 |
|
Alexey Milovidov
|
43111f2ac9
|
Fixed error with function "has" and Nullable array argument #2115
|
2018-07-06 22:19:38 +03:00 |
|
Alexey Milovidov
|
576885c6b8
|
Little better [#CLICKHOUSE-2]
|
2018-07-06 21:35:37 +03:00 |
|
robot-metrika-test
|
173deed844
|
Auto version update to [54390]
|
2018-07-06 19:37:50 +03:00 |
|
Alexey Milovidov
|
93f8316e1f
|
Little better [#CLICKHOUSE-3806]
|
2018-07-06 19:34:53 +03:00 |
|
Alexey Milovidov
|
1927ab56e1
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-06 19:22:37 +03:00 |
|
Alexey Milovidov
|
95915579c7
|
Fixed test [#CLICKHOUSE-3806]
|
2018-07-06 19:22:15 +03:00 |
|
alexey-milovidov
|
1e78445a25
|
Update FunctionsConversion.h
|
2018-07-06 18:55:26 +03:00 |
|
Nikolai Kochetov
|
935b7edb48
|
Removed enums from IDataType::isValueRepresentedByUnsignedInteger
|
2018-07-06 18:55:26 +03:00 |
|
Nikolai Kochetov
|
f676fed344
|
Added test with monotonic integer cast.
|
2018-07-06 18:55:26 +03:00 |
|
Nikolai Kochetov
|
7592b6e34a
|
Fixed monotonic constraints for unsigned integer types.
|
2018-07-06 18:55:26 +03:00 |
|
Alex Zatelepin
|
f7f4f220f1
|
Update MergeTreeData.cpp
|
2018-07-06 15:14:23 +03:00 |
|
Ciprian Hacman
|
fd6fb023b6
|
Recreate format_version.txt when missing
|
2018-07-06 15:14:23 +03:00 |
|
Mikhail Surin
|
8c4f04c452
|
invalid values handler
|
2018-07-06 14:29:14 +03:00 |
|
Alexey Milovidov
|
7fcf609812
|
Miscellaneous [#CLICKHOUSE-3806]
|
2018-07-06 03:28:39 +03:00 |
|
Alexey Milovidov
|
5d52be3c7e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-06 03:27:58 +03:00 |
|
Alexey Milovidov
|
21508df7c2
|
Fixed extremely bad code #2313
|
2018-07-06 03:27:47 +03:00 |
|
Alexey Milovidov
|
67b9a69f19
|
Fixed error in prev. revision [#CLICKHOUSE-3806]
|
2018-07-06 00:26:23 +03:00 |
|
Alexey Milovidov
|
88c582106b
|
Attempt to get rid of VirtualColumnFactory (part 2) [#CLICKHOUSE-3806]
|
2018-07-05 23:38:05 +03:00 |
|
Alexey Milovidov
|
cc2250f688
|
Attempt to get rid of VirtualColumnFactory (part 1) [#CLICKHOUSE-3806]
|
2018-07-05 22:56:51 +03:00 |
|
Alexey Milovidov
|
0a188389c0
|
Fixed error #2599
|
2018-07-05 21:56:33 +03:00 |
|
Alexey Milovidov
|
4a35b57cea
|
Little better #2599
|
2018-07-05 21:45:18 +03:00 |
|
Amos Bird
|
78beacb3a5
|
Make OPTIMIZE be able to merge all parts with FINAL.
|
2018-07-05 21:32:54 +03:00 |
|
Alexey Zatelepin
|
d5f8e4a1a5
|
load quorum status in merge predicate asynchronously [#CLICKHOUSE-3802]
|
2018-07-05 20:06:33 +03:00 |
|
Alexey Zatelepin
|
a41ee1f0a7
|
switch to ephemeral nodes for block number locks [#CLICKHOUSE-3802]
|
2018-07-05 20:06:33 +03:00 |
|
Alexey Zatelepin
|
0a46d231ed
|
speedup merge selection: async exists check for selected parts [#CLICKHOUSE-3802]
|
2018-07-05 20:06:33 +03:00 |
|
Alexey Zatelepin
|
116ed0a59e
|
add RestartingThread wakeup for faster session recovery
|
2018-07-05 19:30:52 +03:00 |
|
Alexey Zatelepin
|
fe83c8dab1
|
stricter validation of mutation commands #2588
|
2018-07-05 17:19:33 +03:00 |
|
Mikhail Surin
|
0418f179dc
|
merge review
|
2018-07-05 16:29:43 +03:00 |
|
Alexey Zatelepin
|
88951cac62
|
clearer error message in test
|
2018-07-05 16:29:22 +03:00 |
|
Mikhail Surin
|
8bb17685fd
|
reduce memory footprint
|
2018-07-05 14:33:59 +03:00 |
|
Mikhail Surin
|
f598e6d47c
|
add tests
|
2018-07-05 12:53:42 +03:00 |
|
Mikhail Surin
|
984fe8e4fd
|
implement n log(n) compression algorigthm
|
2018-07-05 12:53:42 +03:00 |
|
Mikhail Surin
|
b09323c547
|
naive implementation
|
2018-07-05 12:53:42 +03:00 |
|
Alexey Milovidov
|
c45aa180e8
|
Reviewing #2521
|
2018-07-05 02:24:36 +03:00 |
|
Alexey Milovidov
|
018e48399e
|
Make the test results more stable with respect to floating point calculations method #2521
|
2018-07-05 01:37:48 +03:00 |
|
Alexey Milovidov
|
bfc29a3b91
|
Updated test #2521
|
2018-07-05 01:32:55 +03:00 |
|
Alexey Milovidov
|
ac2d352203
|
Reviewing #2521
|
2018-07-05 01:28:15 +03:00 |
|
Alexey Milovidov
|
b18a0e3ec0
|
Reviewing #2521
|
2018-07-05 00:49:32 +03:00 |
|
Alexey Milovidov
|
efb4eab4fd
|
Merge branch 'CLICKHOUSE-3547' of https://github.com/ssmike/ClickHouse into ssmike-CLICKHOUSE-3547
|
2018-07-05 00:29:40 +03:00 |
|