Vxider
|
1d5303c142
|
update tests for DayNum type
|
2020-07-27 02:59:01 +08:00 |
|
Vxider
|
513b76ebf7
|
use DayNum when interval is larger than Day
|
2020-07-27 02:54:09 +08:00 |
|
Vxider
|
8c79a34a6c
|
delete redundent period
|
2020-07-27 02:50:18 +08:00 |
|
Vxider
|
e2967ef1ae
|
update test
|
2020-07-25 20:05:56 +08:00 |
|
Vxider
|
d935b075af
|
add window keyword fuzzer dict
|
2020-07-22 11:54:34 +08:00 |
|
Vxider
|
c8a98ab59b
|
remove unnecessary filter when using now as timestamp
|
2020-07-22 01:53:20 +08:00 |
|
Vxider
|
686232f385
|
remove redundant static
|
2020-07-22 01:41:03 +08:00 |
|
Vxider
|
ecd1e72656
|
update code style
|
2020-07-21 18:10:35 +08:00 |
|
Vxider
|
60e50a17a7
|
update code style
|
2020-07-21 17:43:42 +08:00 |
|
Vxider
|
fa267aff04
|
add test for integer argument of function interval
|
2020-07-20 21:39:41 +08:00 |
|
Vxider
|
628251dce3
|
add check before static_cast
|
2020-07-20 21:32:34 +08:00 |
|
Vxider
|
5bdf35f6bb
|
simplify code
|
2020-07-20 03:02:18 +08:00 |
|
Vxider
|
c2763dadd7
|
remove alias to name cast
|
2020-07-20 03:01:42 +08:00 |
|
Vxider
|
132345cd20
|
change inner_query to local variable
|
2020-07-20 03:00:21 +08:00 |
|
Vxider
|
3ac816a191
|
rename visitor
|
2020-07-20 02:56:55 +08:00 |
|
Vxider
|
61b15e6f6d
|
merged with master
|
2020-07-15 22:38:50 +08:00 |
|
Alexander Kuzmenkov
|
f46897228b
|
Merge pull request #12497 from ClickHouse/aku/repo-shapshot-perftest
Publish repo snapshot in perf test package
|
2020-07-15 14:36:08 +03:00 |
|
Artem Zuikov
|
5f01a587f6
|
Optimize monotonous ORDER BY (#12467)
|
2020-07-15 13:10:21 +03:00 |
|
Artem Zuikov
|
f8229e0bf7
|
try fix test
|
2020-07-15 13:08:40 +03:00 |
|
alesapin
|
614540eddf
|
Merge pull request #12382 from ClickHouse/clear-all-columns
Better errors for CLEAR/DROP columns (possibly in partitions)
|
2020-07-15 12:52:06 +03:00 |
|
Vxider
|
db8f64a573
|
filter outdated data before aggregating
|
2020-07-15 14:18:57 +08:00 |
|
Vxider
|
563c4fb382
|
remove BlocksListSource
|
2020-07-15 12:53:38 +08:00 |
|
Vxider
|
6191f883a5
|
update tests
|
2020-07-15 12:52:51 +08:00 |
|
alexey-milovidov
|
a68310aab6
|
Merge pull request #12503 from ClickHouse/test-7754
Added a test for #7754
|
2020-07-15 06:25:32 +03:00 |
|
alexey-milovidov
|
e9bb46860d
|
Merge pull request #12443 from ClickHouse/negative-date-time-saturate-to-zero
Saturate negative unix timestamp to zero instead of overflow
|
2020-07-15 06:22:09 +03:00 |
|
alexey-milovidov
|
9c68124110
|
Merge pull request #12302 from azat/kafka-error-in-the-batch-SIGSEGV
kafka: fix SIGSEGV if there is a message with error in the middle of the batch
|
2020-07-15 05:20:26 +03:00 |
|
Alexander Kuzmenkov
|
cdca798d2a
|
Update build.sh
|
2020-07-15 00:56:35 +03:00 |
|
Ivan Blinkov
|
ffe2cecb1b
|
[docs] split the ALTER article (#12502)
* initial split
* initial adjust links
* make en buildable
* re-normalize
|
2020-07-15 00:02:41 +03:00 |
|
tavplubix
|
7a5fb2dade
|
Merge pull request #12466 from ClickHouse/aku/fuzzer-fixes
Fuzzing-related fixes
|
2020-07-14 22:56:57 +03:00 |
|
Alexey Milovidov
|
cd7ed94a08
|
Added a test for #7754
|
2020-07-14 21:59:25 +03:00 |
|
Ivan Blinkov
|
7998575a34
|
Update README.md
|
2020-07-14 18:21:09 +03:00 |
|
Alexander Kuzmenkov
|
6498fe8123
|
Publish repo snapshot in perf test package
|
2020-07-14 18:12:53 +03:00 |
|
Artem Zuikov
|
e8057387cb
|
Fix crash in 'JOIN dict ON expr(dict_key) = k' (#12458)
|
2020-07-14 17:06:11 +03:00 |
|
alesapin
|
9e41fbca55
|
Remove check for drop detached partition
|
2020-07-14 16:56:30 +03:00 |
|
Ivan Blinkov
|
ddab59e9c7
|
Update README.md
|
2020-07-14 16:52:05 +03:00 |
|
Alexander Kuzmenkov
|
57ad000c62
|
Update README.md
|
2020-07-14 16:46:19 +03:00 |
|
Alexander Kuzmenkov
|
b515dd5b83
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-07-14 15:40:27 +03:00 |
|
Alexander Kuzmenkov
|
b24f727aea
|
typo
|
2020-07-14 15:40:18 +03:00 |
|
Artem Zuikov
|
dda2510208
|
Try enable multiple_joins_rewriter_version v2 by default (#12469)
|
2020-07-14 12:34:47 +03:00 |
|
alexey-milovidov
|
07b9bf8a30
|
Update extended-roadmap.md
|
2020-07-14 12:28:38 +03:00 |
|
Ivan Blinkov
|
9490bf7e5b
|
Update README.md
|
2020-07-14 11:34:00 +03:00 |
|
alexey-milovidov
|
a45d9bba35
|
Merge pull request #12434 from excitoon-favorites/s3read
`min_bytes_for_seek` setting for `DiskS3`
|
2020-07-14 11:26:09 +03:00 |
|
alesapin
|
014bb070ec
|
Fix tests
|
2020-07-14 11:19:39 +03:00 |
|
BayoNet
|
deee8572ce
|
DOCS-664: system.quotas (#12472)
* DOCSUP-1362[CLICKHOUSEDOCS] [ClickHouse] Describe system tables for RBAC (#127)
* Describe system tables for RBAC: quotas, quota_limits, quota_usage, quotas_usage.
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update system-tables.md
* Update system-tables.md
* Update system-tables.md
* Add desc system.quota_limits, system.quotas_usage
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update system-tables.md
Сorrect description of max_read_rows.
* Update system-tables.md
Updated the description of randomized intervals.
* Update system-tables.md
Updated description of key_type.
* Update system-tables.md
Updated description of 'roles'
* Update system-tables.md
Update
* Actualized the description.
* translation
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-664: Splitted the description into separated files.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
|
2020-07-14 09:57:39 +03:00 |
|
Alexey Milovidov
|
ce1afcd39f
|
Merge branch 'master' into negative-date-time-saturate-to-zero
|
2020-07-14 09:33:43 +03:00 |
|
alexey-milovidov
|
9c80f472a2
|
Merge pull request #12449 from ClickHouse/remove-useless-setting-from-perf-test
Remove useless setting from performance tests #12424
|
2020-07-14 09:31:39 +03:00 |
|
alexey-milovidov
|
969d9c0d47
|
Merge branch 'master' into remove-useless-setting-from-perf-test
|
2020-07-14 09:31:34 +03:00 |
|
alexey-milovidov
|
fd4adf27d6
|
Merge pull request #12456 from CurtizJ/fix-12437
Fix #12437
|
2020-07-14 09:28:31 +03:00 |
|
alexey-milovidov
|
96fc213aeb
|
Merge pull request #12475 from georgthegreat/patch-1
Update ya.make
|
2020-07-14 09:24:09 +03:00 |
|
alexey-milovidov
|
7e679b731d
|
Merge pull request #12477 from azat/arrow-deprecated-fixes
arrow deprecated API usage build fixes
|
2020-07-14 09:23:52 +03:00 |
|