Alexey Milovidov
|
2c7cf23f3f
|
Removed support for constant expressions in TOP because they cannot work
|
2019-02-10 21:19:26 +03:00 |
|
Alexey Milovidov
|
58a6accee5
|
Updated test #4246
|
2019-02-10 19:55:12 +03:00 |
|
alexey-milovidov
|
75c087bcf5
|
Merge branch 'master' into arbitrary-const-expressions-in-limit
|
2019-02-10 17:20:31 +03:00 |
|
alexey-milovidov
|
77ce3dab0f
|
Merge pull request #4320 from yandex/bitmask-ubsan
Fixed error found by UBSan; added a test for bitmask functions for negative input
|
2019-02-10 01:27:04 +03:00 |
|
alexey-milovidov
|
bb6d70cae6
|
Merge pull request #4321 from yandex/entropy-rework
Fixed entropy aggregate function
|
2019-02-10 01:26:45 +03:00 |
|
alexey-milovidov
|
9650c4a0da
|
Merge pull request #4286 from nikvas0/nikvas0/index_fix
Data Skipping Indices fix
|
2019-02-10 00:53:04 +03:00 |
|
alexey-milovidov
|
2777e54a57
|
Merge pull request #4287 from yandex/mutations-introspection
KILL MUTATION
|
2019-02-10 00:51:30 +03:00 |
|
Alexey Milovidov
|
25e7e63207
|
Added a test
|
2019-02-10 00:18:33 +03:00 |
|
Alexey Milovidov
|
ad56a42cf4
|
Fixed test #4309
|
2019-02-10 00:14:50 +03:00 |
|
Alexey Milovidov
|
a01427db27
|
Merge branch 'master' of https://github.com/Stupnikov/ClickHouse into Stupnikov-master
|
2019-02-10 00:04:17 +03:00 |
|
Alexey Milovidov
|
fc3d773c18
|
Renamed test
|
2019-02-09 23:44:18 +03:00 |
|
Alexey Milovidov
|
7b174c4940
|
Added a test for entropy aggregate function ser/de
|
2019-02-09 23:31:58 +03:00 |
|
Alexey Milovidov
|
f82aa5747a
|
Added a test for mutual entropy
|
2019-02-09 23:28:39 +03:00 |
|
Alexey Milovidov
|
d705c4fc9c
|
Fixed error found by UBSan; added a test for bitmask functions for negative input
|
2019-02-09 22:44:27 +03:00 |
|
Alexey Milovidov
|
8c850a2e6a
|
Added a test from Boris Granveaud
|
2019-02-08 22:40:19 +03:00 |
|
Alexey Milovidov
|
6d23bbabd0
|
Merge branch 'master' into fix-insert-select-read-prefix
|
2019-02-08 19:55:06 +03:00 |
|
Alexey Milovidov
|
8037da4701
|
Merge branch 'master' into fix-insert-select-read-prefix
|
2019-02-08 17:36:38 +03:00 |
|
Alexey Milovidov
|
bf7402ecbb
|
Lowered number of iterations in test
|
2019-02-08 17:30:53 +03:00 |
|
Alexey Milovidov
|
c2b6b15778
|
Fixed error in system.tables #3982
|
2019-02-08 17:10:26 +03:00 |
|
Stupnikov Andrey
|
dbc9376a0f
|
arrayWithConstant function implementation;
|
2019-02-08 02:24:07 +03:00 |
|
Nikita Vasilev
|
cecbd5d0ac
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index_fix
|
2019-02-08 00:17:35 +03:00 |
|
Nikita Vasilev
|
a904f370f2
|
upd minmax test
|
2019-02-08 00:11:22 +03:00 |
|
Nikita Vasilev
|
f0272b7b6c
|
:fix set test
|
2019-02-07 23:43:03 +03:00 |
|
alexey-milovidov
|
7c830941a6
|
Merge pull request #4256 from zlobober/useful_what_in_exceptions
Make exception.what() less useless.
|
2019-02-07 12:15:43 +03:00 |
|
Vitaly Baranov
|
7ff5439971
|
Merge pull request #4298 from vitlibar/add-function-to-start-of-ten-minutes
Add function toStartOfTenMinutes().
|
2019-02-07 11:46:13 +03:00 |
|
Vitaly Baranov
|
7cbdb17f5b
|
Add function toStartOfTenMinutes().
|
2019-02-07 01:50:04 +03:00 |
|
Alexey Milovidov
|
bcd7d3cc63
|
Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT ... FROM file #3469
|
2019-02-07 00:40:49 +03:00 |
|
Maxim Akhmedov
|
84b4070213
|
Change exception regexp in test.
|
2019-02-07 00:00:33 +03:00 |
|
Nikita Vasilev
|
a3e47ed766
|
fix test
|
2019-02-06 23:29:47 +03:00 |
|
Alexey Zatelepin
|
428f43137b
|
more resilient tests [#CLICKHOUSE-3912]
|
2019-02-06 19:05:49 +03:00 |
|
KochetovNicolai
|
9f971c276f
|
Merge pull request #3669 from Enmk/ipv4_and_ipv6_domains
Ipv4 and ipv6 domains
|
2019-02-06 18:16:58 +03:00 |
|
Alexey Zatelepin
|
3ec6f508f1
|
Merge branch 'master' into mutations-introspection
Conflicts:
dbms/src/Interpreters/InterpreterKillQueryQuery.cpp
|
2019-02-06 15:22:48 +03:00 |
|
Alexey Zatelepin
|
ba53f61208
|
KILL MUTATION tests [#CLICKHOUSE-3912]
|
2019-02-06 14:39:24 +03:00 |
|
Nikita Vasilev
|
6ef6536460
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index_fix
|
2019-02-06 14:23:35 +03:00 |
|
Nikita Vasilev
|
84261a2072
|
fix test
|
2019-02-06 13:41:43 +03:00 |
|
Nikita Vasilev
|
abcfb53805
|
fixed minmax tests
|
2019-02-06 13:11:49 +03:00 |
|
Nikita Vasilev
|
76a35b43e4
|
moved tests
|
2019-02-06 12:12:47 +03:00 |
|
alexey-milovidov
|
7012eb63d4
|
Merge pull request #4280 from yandex/numbers-table-function-zero
Fixed table function numbers with zero argument
|
2019-02-05 22:34:28 +03:00 |
|
alexey-milovidov
|
fda5aa31c2
|
Merge pull request #4279 from 4ertus2/joins
hotfix for duplicates in JOIN ON
|
2019-02-05 22:07:10 +03:00 |
|
Alexey Milovidov
|
607951895a
|
Fixed table function numbers with zero argument #4276
|
2019-02-05 20:05:33 +03:00 |
|
chertus
|
396d4fb921
|
hotfix for duplicates in JOIN ON #4271
|
2019-02-05 19:58:57 +03:00 |
|
Nikita Vasilev
|
a1b0dede07
|
Data Skipping Indices (#4143)
* made index parser
* added index parsing
* some fixes
* added index interface and factory
* fixed compilation
* ptrs
* added indexParts
* indextypes
* index condition
* IndexCondition
* added indexes in selectexecutor
* fix
* changed comment
* fix
* added granularity
* comments
* fix
* fix
* added writing indexes
* removed indexpart class
* fix
* added setSkipIndexes
* add rw for MergeTreeIndexes
* fixes
* upd error
* fix
* fix
* reading
* test index
* fixed nullptr error
* fixed
* fix
* unique names
* asts -> exprlist
* minmax index
* fix
* fixed select
* fixed merging
* fixed mutation
* working minmax
* removed test index
* fixed style
* added indexes to checkDataPart
* added tests for minmax index
* fixed constructor
* fix style
* fixed includes
* fixed setSkipIndexes
* added indexes meta to zookeeper
* added parsing
* removed throw
* alter cmds parse
* fix
* added alter
* fix
* alters fix
* fix alters
* fix "after"
* fixed alter
* alter fix + test
* fixes
* upd setSkipIndexes
* fixed alter bug with drop all indices
* fix metadata editing
* new test and repl fix
* rm test files
* fixed repl alter
* fix
* fix
* indices
* MTReadStream
* upd test for bug
* fix
* added useful parsers and ast classes
* fix
* fix comments
* replaced columns
* fix
* fixed parsing
* fixed printing
* fix err
* basic IndicesDescription
* go to IndicesDescr
* moved indices
* go to indicesDescr
* fix test minmax_index*
* fixed MT alter
* fixed bug with replMT indices storing in zk
* rename
* refactoring
* docs ru
* docs ru
* docs en
* refactor
* rename tests
* fix docs
* refactoring
* fix
* fix
* fix
* fixed style
* unique idx
* unique
* fix
* better minmax calculation
* upd
* added getBlock
* unique_condition
* added termForAST
* unique
* fixed not
* uniqueCondition::mayBeTrueOnGranule
* fix
* fixed bug with double column
* is always true
* fix
* key set
* spaces
* test
* tests
* fix
* unique
* fix
* fix
* fixed bug with duplicate column
* removed unused data
* fix
* fixes
* __bitSwapLastTwo
* fix
|
2019-02-05 17:50:25 +03:00 |
|
Alexey Milovidov
|
2556a96e9e
|
Fixed race condition in test #4213
|
2019-02-05 00:38:23 +03:00 |
|
alexey-milovidov
|
f2c95bf243
|
Merge pull request #4266 from 4ertus2/cross
CROSS to INNER JOIN (analyze expressions)
|
2019-02-05 00:10:51 +03:00 |
|
Alexey Milovidov
|
00ea27db79
|
Fixed test #4213
|
2019-02-04 21:55:43 +03:00 |
|
alexey-milovidov
|
7ac98850c4
|
Merge pull request #4262 from abyss7/fix-summingMergeTree-test
Round selected results in tests
|
2019-02-04 21:45:44 +03:00 |
|
chertus
|
27ba299c95
|
CROSS to INNER JOIN (analyze expressions)
|
2019-02-04 21:45:31 +03:00 |
|
Ivan Lezhankin
|
764629a0d6
|
Round selected results in tests
to address the test flakiness problem.
|
2019-02-04 19:46:38 +03:00 |
|
alexey-milovidov
|
2216250a84
|
Merge pull request #4238 from Quid37/yandex_open_code_competition
Implement Shannon entropy aggregate function
|
2019-02-04 18:43:29 +03:00 |
|
alexey-milovidov
|
39f8eb571f
|
Merge pull request #4213 from nvartolomei/nv/http-cancel
Cancel http read only queries if client socket goes away
|
2019-02-04 17:33:47 +03:00 |
|