Commit Graph

30707 Commits

Author SHA1 Message Date
alesapin
a19a699bef Fix confused variables 2019-10-16 20:52:56 +03:00
chertus
483108f46f column to table matching refactoring 2019-10-16 20:33:53 +03:00
alesapin
51de7a1cd1 Better tests 2019-10-16 20:12:53 +03:00
alesapin
fa557ab80d Better tests 2019-10-16 20:11:19 +03:00
alesapin
01e23f0a22 Better load of dictionaries 2019-10-16 20:06:52 +03:00
Alexander Tokmakov
5f6703130e fixes 2019-10-16 18:28:48 +03:00
alesapin
b4e0ded048 Almost working 2019-10-16 17:59:52 +03:00
chertus
e6e88241fc SyntaxAnalyzer refactoring: better getTablesWithColumns() 2019-10-16 17:47:58 +03:00
Nikolai Kochetov
dfe297b93f
Merge pull request #6570 from godfreyd/godfreyd-clickhouse-catboost
Docs(solutions): applying a CatBoost model in ClickHouse
2019-10-16 17:24:11 +03:00
Alexander Tokmakov
aa9d29d6ae Merge branch 'master' into formats_improvements 2019-10-16 17:15:13 +03:00
Alexander Kuzmenkov
91b995212f
Merge pull request #7343 from amosbird/bf10
Build fix
2019-10-16 16:59:46 +03:00
Vasily Nemkov
94095fcb92 Fixed issue of using HTTP timeout as TCP timeout value. 2019-10-16 16:04:26 +03:00
Alexander Kuzmenkov
16f252dce9
Merge pull request #7332 from Enmk/More_Date_and_DateTime_performance_tests
More performance test for Date and DateTime
2019-10-16 16:03:54 +03:00
Artem Zuikov
b70ca30447
Merge pull request #7335 from 4ertus2/ast
Remove asterisk_left_columns_only setting
2019-10-16 13:57:17 +03:00
Artem Zuikov
3ceeb95145
Merge pull request #7282 from 4ertus2/asof
ASOF JOIN inequalities
2019-10-16 13:46:52 +03:00
Amos Bird
dd128e9e1d Build fix 2019-10-16 10:49:29 +08:00
alesapin
e690a3ca32 Half working code 2019-10-15 21:04:17 +03:00
chertus
ccc8c1ad2a restore logic for array join (it's probably a hidden error) 2019-10-15 20:39:23 +03:00
Artem Zuikov
cf99f88bc4 PartialMergeJoin flush data on disk (#7186) 2019-10-15 19:31:49 +03:00
chertus
c727777a9c resolve some for review sentences 2019-10-15 18:49:00 +03:00
chertus
9667e54201 remove asterisk_left_columns_only setting 2019-10-15 17:42:57 +03:00
alesapin
3e068b81de Add loading of external dictionaries 2019-10-15 17:09:57 +03:00
Vasily Nemkov
48b3c21aaa More performance test for Date and DateTime
Added cases for:
 * binary operations: -,+,>,>=,<,<=,==,!=
 * previously-missing functions: timeSlot, toRelativeQuarterNum, toStartOfTenMinutes, toUnixTimestamp, addYears (and alike).
2019-10-15 15:20:54 +03:00
alesapin
f850408ae4 Convert AST to Abstract configuration 2019-10-15 15:16:19 +03:00
alexey-milovidov
1b8cb59e4b
Merge pull request #7286 from azat/docs-agg_functions-notes-fixes
Fix notes syntax in documentation
2019-10-14 20:12:53 +03:00
alexey-milovidov
6a44336b86
Merge pull request #7304 from sundy-li/ttl_check
Check TTL in StorageFactory
2019-10-14 20:11:37 +03:00
Alexander Kuzmenkov
831fb2cbfd
Merge pull request #7283 from ClickHouse/aku/in-unconvertible
Ignore non-convertible values at any depth on the right side of the IN operator
2019-10-14 18:32:22 +03:00
Sergei Bocharov
8b27fa975e Fixes 2019-10-14 16:13:26 +03:00
Sergei Bocharov
6920592143 Fix .data to data 2019-10-14 16:08:46 +03:00
Sergei Bocharov
bf90e0eef9 Fixes 2019-10-14 15:39:42 +03:00
Alexander Kuzmenkov
160d8a6416 Ignore non-convertible values at any depth on the right side of IN
operator.

The values that are not convertible to the left argument type can't
match anyway, so it is safe to discard them.
2019-10-14 14:25:03 +03:00
Sergei Bocharov
fe63646cb4 Fixes Integrate CatBoost Topic 2019-10-14 13:34:27 +03:00
Sergei Bocharov
443299fdf5 Fixed step 3 — added info about libcatboostmodel 2019-10-14 13:34:27 +03:00
Sergei Bocharov
1838ddde0b Fix links 2019-10-14 13:34:27 +03:00
Sergei Bocharov
058217386a Fixes after review 2019-10-14 13:34:27 +03:00
Sergei Bocharov
d52edf15c9 Fixes 2019-10-14 13:34:27 +03:00
Sergei Bocharov
cdc2d1b364 Fix RegExp 2019-10-14 13:34:27 +03:00
Sergei Bocharov
4b11a2e30b Added .yaspellerrc 2019-10-14 13:34:27 +03:00
Sergei Bocharov
1f394202e6 Fix typos 2019-10-14 13:34:27 +03:00
Sergei Bocharov
f0c38c82ca Fix typos 2019-10-14 13:34:27 +03:00
Sergei Bocharov
f5ebf2ccb7 Added Quick Start info 2019-10-14 13:34:27 +03:00
Sergei Bocharov
e2c3db4772 Fixes after review2 2019-10-14 13:34:27 +03:00
Sergei Bocharov
4331a1614f Fixes after review 2019-10-14 13:34:27 +03:00
Sergei Bocharov
61709ccb14 Fix typo 2019-10-14 13:34:27 +03:00
Sergei Bocharov
efccf28cfb docs(solutions): applying a CatBoost model in ClickHouse 2019-10-14 13:34:27 +03:00
alesapin
1ce0eb6e63 Appropriate error codes numbers 2019-10-14 13:04:10 +03:00
alesapin
ecde224692 More tests 2019-10-14 12:52:43 +03:00
alexey-milovidov
f0409348a1
Merge pull request #7294 from hczhcz/patch-1013
Add arraySplit
2019-10-14 12:32:09 +03:00
alesapin
67ea66604f Fix segmentation fault in database factory 2019-10-14 12:21:29 +03:00
sundy-li
b2109e4ece Check TTL in StorageFactory 2019-10-14 17:03:39 +08:00