Alexey Milovidov
|
607951895a
|
Fixed table function numbers with zero argument #4276
|
2019-02-05 20:05:33 +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 |
|
Nicolae Vartolomei
|
9d5d0a9200
|
Add test for cancel_http_readonly_queries_on_client_close setting
|
2019-02-04 13:10:23 +00:00 |
|
Alexey Milovidov
|
2129094ba3
|
Merge branch 'master' into generic-case-for-function-if
|
2019-02-03 16:01:56 +03:00 |
|
alexey-milovidov
|
91d0d403a2
|
Merge pull request #3890 from zhang2014/fix/ISSUES-3885
ISSUES-3885 temporarily disable predicate optimization for order by
|
2019-02-03 12:10:20 +03:00 |
|
Alexey Milovidov
|
526b33f607
|
Added a test
|
2019-02-03 11:49:49 +03:00 |
|
Alexey Milovidov
|
ad9d5217ec
|
Updated test
|
2019-02-03 11:43:00 +03:00 |
|
alexey-milovidov
|
ad2f6b4db3
|
Merge pull request #4237 from valexey/date_and_datetime_comparison
correct Date and DateTime comparison
|
2019-02-02 20:58:07 +03:00 |
|
alexey-milovidov
|
a3afe6650f
|
Merge pull request #4232 from syominsergey/my-branch
"-C" option for client and show problematic file path
|
2019-02-02 20:47:28 +03:00 |
|
alexey-milovidov
|
14f208b9a3
|
Merge pull request #4239 from danlark1/master
produce hints for typo functions and types
|
2019-02-02 20:42:35 +03:00 |
|
Alexey
|
ce83b82776
|
test sql syntax fix
|
2019-02-02 09:00:29 -08:00 |
|
Danila Kutenin
|
3d00aaa7d8
|
test for typos
|
2019-02-02 19:09:24 +03:00 |
|
Sergei Semin
|
cc8bac78da
|
add tests
|
2019-02-02 18:32:21 +03:00 |
|
Alexey
|
baa1ae9cf7
|
upper case for SQL in tests
|
2019-02-02 07:30:47 -08:00 |
|
Alexey
|
8c73b49e34
|
empty line on the end of file for tests
|
2019-02-02 07:20:10 -08:00 |
|
Alexey
|
ff02845677
|
tests
|
2019-02-02 07:19:06 -08:00 |
|
alexey-milovidov
|
e3b32ec679
|
Merge pull request #4231 from fandyushin/queryid
Added Query-Id to http response header
|
2019-02-02 17:38:13 +03:00 |
|
alexander kozhikhov
|
9d2a0c69fc
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into yandex_open_code_competition
|
2019-02-02 17:28:34 +03:00 |
|
alexander kozhikhov
|
8c2726b77c
|
Aggregate function for entropy
|
2019-02-02 17:27:43 +03:00 |
|
Mihail Fandyushin
|
18952a2b96
|
Fixed 00501 test, added Query-Id support
|
2019-02-02 16:38:04 +03:00 |
|
Mihail Fandyushin
|
7294b8adf2
|
Added Query-Id to http response header
|
2019-02-02 15:24:26 +03:00 |
|
alexey-milovidov
|
25502718ae
|
Merge pull request #4221 from 4ertus2/cross
CROSS JOIN to INNER JOIN converter
|
2019-02-02 14:27:05 +03:00 |
|
proller
|
c7cb8d2db5
|
Freebsd fixes (#4225)
* CLICKHOUSE-4109 mlock clickhouse
* wip
* Fix
* wip
* fix
* fix
* better place
* wip
* clean
* tidy
* fix
* Freebsd fix
* Fix compile on ARM
* Freebsd fixes
* Simpler test
* Fuzzy test: dont skip already fixed functions
|
2019-02-02 14:09:22 +03:00 |
|
chertus
|
f731702de0
|
rewrite COMMA JOIN too
|
2019-02-01 20:22:28 +03:00 |
|
chertus
|
e5a05bae47
|
missing file
|
2019-02-01 19:48:25 +03:00 |
|
chertus
|
170c108a59
|
CROSS JOIN to INNER JOIN converter
|
2019-02-01 19:36:40 +03:00 |
|
chertus
|
52de2cd927
|
hotfix for allow_experimental_multiple_joins_emulation
|
2019-02-01 17:26:36 +03:00 |
|
chertus
|
350920d50e
|
test for issue #3567
|
2019-02-01 15:50:51 +03:00 |
|
chertus
|
f6d7eae0cc
|
better test for joins with dups (add nulls)
|
2019-02-01 13:39:30 +03:00 |
|
alexey-milovidov
|
bd62e2d85d
|
Merge pull request #4184 from 4ertus2/joins
Fix JOIN with duplicates [issue-4108]
|
2019-02-01 01:35:37 +03:00 |
|
chertus
|
26b2526a3b
|
fix right & full join with dups (complex join on still affected)
|
2019-01-31 21:10:16 +03:00 |
|
Nikolai Kochetov
|
a40f8f9708
|
Fix unstable test.
|
2019-01-30 12:20:50 +03:00 |
|
zhang2014
|
5906d0b545
|
ISSUES-3885 fix test failure
|
2019-01-30 14:59:31 +08:00 |
|
zhang2014
|
e0d69071cc
|
ISSUES-3885 fix test failure
|
2019-01-30 14:17:18 +08:00 |
|
zhang2014
|
3af26ca070
|
ISSUES-3885 better test & fix isStateful bug
|
2019-01-30 12:49:00 +08:00 |
|
zhang2014
|
ddbd384f32
|
ISSUES-3885 mark stateful function & do not optimize their predicate
|
2019-01-30 12:04:28 +08:00 |
|
zhang2014
|
7dd897f2e6
|
ISSUES-3885 temporarily disable predicate optimization for order by
|
2019-01-30 08:03:10 +08:00 |
|
alexey-milovidov
|
fd5ab9ed2e
|
Merge pull request #4055 from yandex/fix-group-by-array-low-cardibality-arguments
Fix group by array low cardinality arguments
|
2019-01-29 21:32:45 +03:00 |
|
Nikolai Kochetov
|
21242ad658
|
Added tests. Restored recursiveRemoveLowCardinality interface.
|
2019-01-29 18:44:02 +03:00 |
|
chertus
|
294f68c4ee
|
fix wrong test result
|
2019-01-29 15:54:46 +03:00 |
|
chertus
|
9c6f71bb7e
|
fix inner and left join with duplicates [issue-4108]
|
2019-01-29 15:38:53 +03:00 |
|
Alexey Milovidov
|
c792191831
|
Fixed possible overflow in function "sleep" (found by fuzz test with UBSan) #4166
|
2019-01-29 13:42:45 +03:00 |
|