alexey-milovidov
47bd8df9de
Merge pull request #11692 from ClickHouse/fix-flaky-test-incremental-streaming
...
Fix flaky test 01064_incremental_streaming_from_2_src_with_feedback
2020-06-16 22:12:46 +03:00
alexey-milovidov
6f2d9999be
Merge pull request #11693 from ClickHouse/fix-flaky-unit-tests
...
More robust unit tests if ZooKeeper is unavailable for some time.
2020-06-16 22:12:30 +03:00
alexey-milovidov
d55155502f
Merge pull request #11694 from ClickHouse/maybe-fix-max-parser-depth-test
...
Maybe fix max_parser_depth flaky test
2020-06-16 22:11:36 +03:00
Alexey Milovidov
2024d2de54
Update test
2020-06-16 22:10:25 +03:00
filimonov
1f1f70041b
Remove note about experimental from skipping indexes docs ( #11704 )
...
https://github.com/ClickHouse/ClickHouse/pull/7974
2020-06-16 22:07:22 +03:00
Alexey Milovidov
bf4c82dbd8
Update test
2020-06-16 22:04:19 +03:00
Ivan Blinkov
aa0f8ef229
[blog] visual tuning ( #11713 )
...
* fix dark theme
* add twitter share link
2020-06-16 21:41:06 +03:00
alesapin
d214a504d7
Merge pull request #11681 from ClickHouse/fix_mutations_premature_finish
...
Fix mutations premature "finish"
2020-06-16 21:26:14 +03:00
Anton Popov
d92ba0b216
Merge remote-tracking branch 'upstream/master' into distinct-combinator
2020-06-16 21:13:20 +03:00
Azat Khuzhin
8fbf93012d
Fix data race between reading/writing is_force_prepare_tables
2020-06-16 21:08:44 +03:00
Nikita Mikhaylov
fc06f99476
build and test fixes
2020-06-16 21:07:41 +03:00
Artem Zuikov
a3d6e047fe
Fix lambdas with multiple_joins_rewriter v2 ( #11587 )
2020-06-16 19:32:32 +03:00
Alexander Kuzmenkov
29bf9aa128
update pvs studio
2020-06-16 19:22:06 +03:00
Ivan Blinkov
13d22bcd42
Update common_meta.html
2020-06-16 16:05:09 +03:00
alesapin
0ac5132eb0
Add some tests for alter add column if not exists
2020-06-16 14:36:39 +03:00
alesapin
c403dd6b2f
Add test for alter add column if not exists
2020-06-16 14:31:54 +03:00
alesapin
0a33ccb77b
Fix remove method
2020-06-16 14:12:52 +03:00
Alexander Kuzmenkov
8509079021
performance comparison
2020-06-16 14:06:11 +03:00
Ivan Blinkov
99cc358f33
Minor blog fixes/improvements ( #11705 )
...
* community.html translation
* add "New post" link
2020-06-16 13:59:48 +03:00
Ivan Blinkov
2bd3c5c99f
typo
2020-06-16 13:59:31 +03:00
Ivan Blinkov
f9b98fa741
Update README.md
2020-06-16 13:58:47 +03:00
alesapin
d1052f2dfe
Better logic
2020-06-16 13:50:47 +03:00
Alexander Kuzmenkov
be008cd186
remove some code
2020-06-16 13:44:23 +03:00
alesapin
d5b76b2fe1
Fix parts count in mutations
2020-06-16 13:34:59 +03:00
alesapin
0cb14c836c
Merge pull request #11691 from ClickHouse/fix-race-condition-system-sync-replicas
...
Fix race condition in SYSTEM SYNC REPLICA
2020-06-16 13:29:18 +03:00
alesapin
362aaf1385
Merge pull request #11516 from ClickHouse/consistent_metadata4
...
Storage metadata as a single struct.
2020-06-16 13:28:22 +03:00
alesapin
f6f3605258
Merge pull request #11695 from ClickHouse/avoid-attempt-to-fetch-when-fetches-are-cancelled
...
Avoid connection to replica when fetches are cancelled
2020-06-16 12:30:58 +03:00
xPoSx
9fc37e1f75
Remove functions of other keys in GROUP BY section ( #10051 )
2020-06-16 12:14:25 +03:00
Vitaly Baranov
c5229301fc
Merge pull request #11671 from vitlibar/fix-minor-bugs-in-rbac
...
Fix minor bugs in RBAC
2020-06-16 12:09:54 +03:00
frank
e26e873b0d
fix for style check.
...
(cherry picked from commit 0be7b09490
)
2020-06-16 11:54:01 +03:00
franklee
afa666792b
typo
...
(cherry picked from commit 76c75c947e
)
2020-06-16 11:53:52 +03:00
franklee
264e44ecef
support distributed DDLs on cross replication clusters.
...
(cherry picked from commit fd09994d91
)
2020-06-16 11:53:27 +03:00
alesapin
605c904fc6
Add method for compatibility
2020-06-16 11:39:12 +03:00
Nikolai Kochetov
86bafbe6c3
Added test from #9043
2020-06-16 11:25:59 +03:00
Nikolai Kochetov
66c0ef2610
Do not materialize header for merge tables.
2020-06-16 11:08:32 +03:00
Ivan Blinkov
9a26d48ad0
Basic blog similar to docs ( #11609 )
...
* Basic blog similar to docs
* rename post
* no post content in post_meta
* update readme and template
* more "en" content
* complete "en" content
* build blog redirects
* redirects for migration
* link sitemaps
* update po
* add "ru" content
* ru redirects
* remove old domain mentions
* adjust styles
* content improvements
* +1 alt
* use main images from CDN
* use re-hosted in-content images
* extra vertical margin around embedded youtube
* minor improvements
* adjust post page
* adjust html meta
* adjust post page
* improve blog rendering
2020-06-16 09:31:00 +03:00
alexey-milovidov
82b27ab618
Merge pull request #11689 from CurtizJ/fix-with-ties
...
Fix 'LIMIT WITH TIES' with aliases
2020-06-16 06:04:27 +03:00
Alexey Milovidov
05bb253651
Merge branch 'remove-leader-election-2' of github.com:yandex/ClickHouse into remove-leader-election-2
2020-06-16 05:57:34 +03:00
Alexey Milovidov
bd330cfeb6
Update test
2020-06-16 05:56:50 +03:00
Alexey Milovidov
125b007360
Merge branch 'master' into remove-leader-election-2
2020-06-16 05:56:29 +03:00
Alexey Milovidov
22a92faab6
Avoid connection to replica when fetches are cancelled
2020-06-16 05:14:53 +03:00
alexey-milovidov
679c3f8ff3
Update 00446_clear_column_in_partition_zookeeper.sql
2020-06-16 04:50:22 +03:00
Alexey Milovidov
edff54e3ab
Maybe fix max_parser_depth test
2020-06-16 04:08:01 +03:00
alexey-milovidov
ceb8775bc1
Merge pull request #11685 from ClickHouse/remove-duplicate-line
...
Remove excessive statement
2020-06-16 03:28:40 +03:00
alexey-milovidov
cf3d3bd1b0
Merge pull request #11687 from ClickHouse/warning-on-listen-failure
...
Change the level of log message about failure to listen, to warning
2020-06-16 03:28:21 +03:00
Alexey Milovidov
c85b9ae151
Fix test
2020-06-16 02:43:05 +03:00
Alexey Milovidov
97d5897d2b
Fix test
2020-06-16 02:42:10 +03:00
Alexey Milovidov
85a7676bf4
Fix flaky unit tests with ZooKeeper.
2020-06-16 02:32:30 +03:00
Alexey Milovidov
d08736f708
Added a comment
2020-06-16 02:27:22 +03:00
Alexey Milovidov
a753ba9c6a
Checked and corrected all other tests
2020-06-16 02:24:32 +03:00