Alexey Milovidov
04fa827e4b
Style
2019-01-24 22:21:47 +03:00
alexey-milovidov
f96b8e4ed6
Merge pull request #4005 from vitlibar/add-protobuf-output-format
...
Add protobuf output format
2019-01-24 22:05:23 +03:00
chertus
1e04ef16a0
one more test fix
2019-01-24 21:55:18 +03:00
Alexey Milovidov
2d490acc3e
Added test
2019-01-24 21:36:45 +03:00
chertus
8a11f753be
fix test results
2019-01-24 21:34:31 +03:00
Alexey Milovidov
ffd18163de
Fixed fuzz test in UBSan: added parameter check for quantile*Weighted function
2019-01-24 21:33:57 +03:00
alexey-milovidov
fbefc99fb1
Merge pull request #4129 from ercolanelli-leo/sumMapFiltered
...
implement sumMapFiltered
2019-01-24 21:27:03 +03:00
alexey-milovidov
18f1266dab
Merge pull request #4099 from yandex/mutations-fix-in
...
Get rid of IAST::range
2019-01-24 20:29:13 +03:00
Alexey Milovidov
0e59fe0b46
Renamed setting and variables #3973
2019-01-24 20:12:05 +03:00
alexey-milovidov
d79ed9fde6
Update 00502_sum_map.reference
2019-01-24 19:34:27 +03:00
chertus
ccd9bd0877
fix build
2019-01-24 18:06:15 +03:00
Vitaly Baranov
2e383bfdeb
Added tests for writing protobufs.
2019-01-24 17:54:57 +03:00
Vitaly Baranov
2886f42c0e
Implemented a new block output stream using protobuf output format.
2019-01-24 17:54:57 +03:00
Vitaly Baranov
c241a4ea6d
Added function serializeProtobuf() to each data type.
2019-01-24 17:54:57 +03:00
Vitaly Baranov
1e7a231c56
Implemented main class for writing protobufs.
2019-01-24 17:54:52 +03:00
Vitaly Baranov
42d9d4e81d
Implemented storage for parsed protobuf schemas.
2019-01-24 17:32:10 +03:00
Vitaly Baranov
28e9837819
Implemented utility class for writing protobufs.
2019-01-24 17:32:01 +03:00
Vitaly Baranov
b1aba679d0
Class WriteBufferFromOwnString now can return StringRef too.
2019-01-24 17:32:01 +03:00
Vitaly Baranov
b7ee466cd7
Added possibility to set 'format_schema_path' parameter in the client config too.
2019-01-24 17:32:01 +03:00
Vitaly Baranov
ec37ef5a89
No escaping for the format schema file's name anymore,
...
added an utility class for parsing and checking the format schema.
2019-01-24 17:31:41 +03:00
chertus
cbbf04204b
JOIN with USING: do not duplicate columns
2019-01-24 17:22:58 +03:00
Léo Ercolanelli
e64dc4798e
sumMapFiltered: fix test output
2019-01-24 14:54:29 +01:00
Léo Ercolanelli
ba1f1c7460
sumMapFiltered: use an unordered_set
2019-01-24 13:32:30 +01:00
Léo Ercolanelli
90afad8c00
sumMapFiltered: improve error reporting on parameter type mismatch
2019-01-24 13:32:30 +01:00
Léo Ercolanelli
a8647761ce
sumMapFiltered: fix dangling reference
2019-01-24 13:32:30 +01:00
alesapin
a8524b6e36
Fix wrong code in clickhouse-test
2019-01-24 14:03:33 +03:00
Léo Ercolanelli
22f7bd03b9
sumMapFiltered: use CRTP instead of virtual for keepKey
2019-01-24 09:02:17 +01:00
Léo Ercolanelli
efb1cb0528
sumMapFiltered: remove this->
in constructor
2019-01-24 08:58:57 +01:00
alexey-milovidov
f13d094a4e
Merge pull request #3973 from amosbird/join_overwrite
...
Add join_overwrite settings for StorageJoin.
2019-01-24 02:05:13 +03:00
alexey-milovidov
e6e404ae58
Merge pull request #4133 from abyss7/refactor-block_input_stream
...
Merge `IBlockInputStream` and `IProfilingBlockInputStream` into one
2019-01-24 01:14:34 +03:00
robot-clickhouse
51dd2198f0
Auto version update to [19.1.6] [54413]
2019-01-24 00:17:07 +03:00
alexey-milovidov
c5ca446547
Merge pull request #4130 from Miniwoffer/testscript_printhelp
...
clickhouse-test "no binary found"
2019-01-23 23:02:02 +03:00
Vitaly Baranov
67fca7e029
Add support for settings 'format_schema' in an output query.
...
This fixes syntax error when executing 'SELECT ... FORMAT ... SETTINGS format_schema=...'
2019-01-23 22:23:37 +03:00
Vitaly Baranov
0ac0557e0f
Make DBMS dependent on the protobuf library.
2019-01-23 22:19:23 +03:00
Danila Kutenin
784c3e5fda
fix of ppc64le definitions
2019-01-23 18:24:14 +03:00
Ivan Lezhankin
05ab15cc84
Merge IBlockInputStream
and IProfilingBlockInputStream
into one
2019-01-23 17:48:50 +03:00
Danila Kutenin
f6e6f99737
fix
2019-01-23 17:26:05 +03:00
Léo Ercolanelli
8ad1a55f3b
implement sumMapFiltered
2019-01-23 15:23:04 +01:00
Danila Kutenin
7f4b0f3c04
added powerpc build support
2019-01-23 17:18:19 +03:00
Odin Hultgren Van Der Horst
e3d5b21d6a
Fixes to clickhouse-test script
2019-01-23 15:05:11 +01:00
Alexey Zatelepin
b623d4302c
add clone() calls when copying ASTs from stored mutation commands (just in case) #4058
2019-01-23 16:27:01 +03:00
Alexey Zatelepin
da0f555484
speedup calculation of ASTLiteral hash a bit #4058
2019-01-23 16:20:03 +03:00
alesapin
eb207b2c5c
Replace untrusted hits_1000m with hits_1000m_single in performance test
2019-01-23 15:48:15 +03:00
Alexey Zatelepin
370c8c4e54
Merge branch 'master' into mutations-fix-in
...
Conflicts:
dbms/src/Parsers/IAST.h
2019-01-23 14:47:53 +03:00
Alexey Zatelepin
f3b4292fc6
add data types to the prepared_sets key for literals #4058
2019-01-23 14:20:01 +03:00
Alexey Zatelepin
5154814bf9
try to get rid of IAST::range #4058
2019-01-23 14:19:22 +03:00
alesapin
a96f638cb0
Fixes in performance-test: more correct json, choose main_metric by default, fix params accumulation bug
2019-01-23 14:00:06 +03:00
maiha
6c83beafdd
dbms: Fixed misspells in comments
2019-01-23 04:56:53 +09:00
robot-clickhouse
9481d01ca8
Auto version update to [19.1.5] [54413]
2019-01-22 22:18:30 +03:00
alexey-milovidov
12845599a9
Merge pull request #4121 from 4ertus2/ast
...
Fix ArrayJoin columns calculation
2019-01-22 22:09:36 +03:00
chertus
f54ed4a2e3
do not revisit ArrayJoin identifiers
2019-01-22 21:02:53 +03:00
chertus
97199b9712
fix ArrayJoin columns calculation
2019-01-22 20:36:08 +03:00
Nikolai Kochetov
3b0c67b6cd
Added test with all joins to bugs.
2019-01-22 19:21:55 +03:00
robot-clickhouse
24fc3ad544
Auto version update to [19.1.4] [54413]
2019-01-22 02:29:09 +03:00
chertus
1d0bee7dee
fix collecting required columns in lambda
2019-01-21 22:56:11 +03:00
Alexey Milovidov
c70e8cc5f0
Miscellaneous #3726
2019-01-21 22:45:26 +03:00
alexey-milovidov
b41fa8e7af
Merge pull request #3726 from zhang2014/feature/use_cluster_pool
...
Use cluster connections pool in DirectoryMonitor
2019-01-21 22:33:19 +03:00
Alexey Milovidov
f7ecfc776b
Miscellaneous #4111
2019-01-21 21:04:08 +03:00
alexey-milovidov
09b991b47c
Merge pull request #4111 from yandex/compression_codecs_log_storages
...
Compression codecs log storages
2019-01-21 20:59:56 +03:00
alexey-milovidov
1f8bb17792
Merge pull request #4103 from yandex/test-hint-fix
...
Miscellaneous changes for PVS-Studio
2019-01-21 20:57:49 +03:00
Alexey Milovidov
2eb7b15273
Addition to prev. revision #4103
2019-01-21 19:14:26 +03:00
Alexey Milovidov
47139adc5b
Merge branch 'master' into test-hint-fix
2019-01-21 18:28:23 +03:00
alesapin
88c413fbe2
Remove accidental change
2019-01-21 17:03:34 +03:00
alesapin
34fb1c89f1
Add ability to choose codecs for storage log and tiny log
2019-01-21 17:00:06 +03:00
robot-clickhouse
436cf294db
Auto version update to [19.1.3] [54413]
2019-01-21 16:26:13 +03:00
Alexey Milovidov
ac0060079a
Fixed warnings in SpecializedAggregator
2019-01-21 16:13:20 +03:00
robot-clickhouse
dfe0a734cd
Auto version update to [19.1.2] [54413]
2019-01-21 12:48:35 +03:00
Alexey Milovidov
be4eed19ae
Merge branch 'master' of github.com:yandex/ClickHouse
2019-01-20 03:10:58 +03:00
Alexey Milovidov
05e713e724
Fixed test #3960
2019-01-20 03:10:49 +03:00
Alexey Milovidov
a436915ed6
Fixed test #3960
2019-01-20 03:10:27 +03:00
alexey-milovidov
ee23f6997d
Merge pull request #4084 from yandex/storage_hdfs_improvements
...
Storage hdfs write and refactoring
2019-01-20 02:51:39 +03:00
alexey-milovidov
9a22185bd6
Update ReadBufferFromHDFS.cpp
2019-01-20 02:51:03 +03:00
Alexey Milovidov
c7b95b5175
Miscellaneous changes for PVS-Studio
2019-01-20 02:27:52 +03:00
Alexey Milovidov
17335ab1f1
Fixed some warnings found by PVS-Studio
2019-01-20 01:52:33 +03:00
Alexey Milovidov
0fd1eca8cc
Fixed test
2019-01-20 01:43:49 +03:00
alesapin
21f1c4d1ce
Better code and tests for bad cases
2019-01-19 23:17:19 +03:00
alexey-milovidov
8a61cca53c
Merge pull request #4100 from yandex/fix-glibc-compatibility
...
Fix glibc compatibility
2019-01-19 16:04:23 +03:00
Alexey Milovidov
2752cf7eaf
Added a test #4097
2019-01-19 01:15:58 +03:00
Alexey Milovidov
976ab85c5b
Merge branch 'master' into fix-glibc-compatibility
2019-01-19 00:05:03 +03:00
alexey-milovidov
b7544c12f4
Merge pull request #3969 from yandex/open-test-data-2
...
Adapted "stateful" tests for public test dataset.
2019-01-18 22:25:35 +03:00
alesapin
33d5f0c8dd
Fix potential null pointer dereference
2019-01-18 21:57:11 +03:00
alexey-milovidov
3c6263e89e
Merge pull request #4094 from abyss7/issue-2675
...
Add setting to Kafka Engine to control number of parsing errors
2019-01-18 21:46:52 +03:00
alexey-milovidov
fb9a3b1b60
Merge pull request #4097 from infovista/filesystem_functions
...
New functions filesystemAvailable, filesystemFree and filesystemCapacity
2019-01-18 21:42:52 +03:00
alexey-milovidov
d54a019456
Merge branch 'master' into fix-glibc-compatibility
2019-01-18 21:21:47 +03:00
Alexey Milovidov
112f62f49f
Fixed linking order of glibc-compatibility library
2019-01-18 19:36:10 +03:00
alesapin
66bd80703e
Fix clang warning
2019-01-18 19:17:24 +03:00
Boris Granveaud
f1a7f60165
new functions filesystemAvailable, filesystemFree and filesystemCapacity
2019-01-18 16:44:53 +01:00
proller
0939387514
Build fixes ( #4076 )
...
Move copy_headers.sh and formath.sh from root.
Debian: use default build dir (obj-x86_64-linux-gnu)
Debian: add test after build (GLIBC_required_version)
cmake: dont run copy headers if already copied
2019-01-18 18:19:53 +03:00
Ivan Lezhankin
5f74094edb
Fix a setting description.
2019-01-18 16:15:36 +03:00
alesapin
7c1c6eba8b
Wrap hdfsBuilder into unique ptr
2019-01-18 15:48:55 +03:00
Ivan Lezhankin
89ffb577b1
Implement additional Kafka engine setting for allowed parsing errors
2019-01-18 15:48:38 +03:00
alesapin
d8b01bec80
Merge branch 'master' of github.com:yandex/ClickHouse
2019-01-18 14:48:18 +03:00
alesapin
a5af465b20
Add option for stateless tests disabling
2019-01-18 14:47:50 +03:00
alesapin
a139f375c3
Remove copypaste
2019-01-18 14:39:36 +03:00
alesapin
71e58ca001
Fix potential leak in read buffer
2019-01-18 14:01:07 +03:00
alesapin
83c32727dc
Remove strange commit
2019-01-18 13:57:00 +03:00
alesapin
2f7b63cf71
Fix review notes
2019-01-18 13:55:03 +03:00
zhang2014
998591b30d
fix build failure
2019-01-18 10:31:28 +08:00
alexey-milovidov
3d4bd7cbf8
Merge branch 'master' into feature/use_cluster_pool
2019-01-18 01:02:39 +03:00
alexey-milovidov
7beb25eaaf
Merge pull request #4087 from 4ertus2/joins
...
child free ASTIdentifier
2019-01-18 00:51:08 +03:00