Commit Graph

53884 Commits

Author SHA1 Message Date
Ilya Yatsishin
608b9a28ba
Merge pull request #18463 from qoega/codespell-changes
Fix codespell warnings. Split style checks. Update style checks docker
2020-12-24 16:53:11 +03:00
Kruglov Pavel
724f103294
Merge pull request #18470 from Avogar/pr/16790
Pr/16790
2020-12-24 15:51:21 +03:00
Pavel Kruglov
bfda5e7d73 Merge branch 'master' of github.com:ClickHouse/ClickHouse into pr/16790 2020-12-24 15:36:46 +03:00
Kruglov Pavel
0529c2906a
Merge pull request #18349 from spongedu/support_is_ipv4
Support builtin function isIPv4String && isIPv6String
2020-12-24 14:52:07 +03:00
Yatsishin Ilya
f36e8f13c0 more fixes after rebase 2020-12-24 13:48:10 +03:00
tavplubix
5fbfc1935c
Merge pull request #18445 from ClickHouse/fix_to_nullable_conversion
Try fix 'value is too short' when converting from String to Nullable(T)
2020-12-24 13:38:43 +03:00
Yatsishin Ilya
ce1e2b18a3 Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
alexey-milovidov
4561527d4d
Merge pull request #18404 from amosbird/fixsimplestate
-SimpleState function arg type = return type
2020-12-24 12:12:29 +03:00
alexey-milovidov
e06b251121
Merge pull request #18441 from azat/ccache-SOURCE_DATE_EPOCH
Ignore SOURCE_DATE_EPOCH for newer ccache (4+)
2020-12-24 11:49:07 +03:00
alexey-milovidov
590fd21393
Merge pull request #18447 from ClickHouse/nikitamikhaylov-patch-1
Changelog update for all versions
2020-12-24 11:48:07 +03:00
alexey-milovidov
ee96c8142b
Merge pull request #18443 from azat/poco-build-fixes
Poco build fixes
2020-12-24 11:44:58 +03:00
alexey-milovidov
23c4c0198d
Merge pull request #18444 from ClickHouse/small-improvements
Fix bug: no newline after exception message in some tools
2020-12-24 11:41:52 +03:00
Nikita Mikhaylov
90ee0188d0
Update CHANGELOG.md 2020-12-24 04:34:34 +03:00
Nikita Mikhaylov
9cf67db4bb
Update CHANGELOG.md 2020-12-24 04:33:41 +03:00
Nikita Mikhaylov
407a3bfcb9
Update CHANGELOG.md 2020-12-24 04:23:10 +03:00
Nikita Mikhaylov
3e03c2ae63
Update CHANGELOG.md 2020-12-24 04:14:49 +03:00
Nikita Mikhaylov
54a11d91ac
Update CHANGELOG.md 2020-12-24 04:02:54 +03:00
Nikita Mikhaylov
ac8cc2b423
Update CHANGELOG.md 2020-12-24 03:56:43 +03:00
Nikita Mikhaylov
f2a35b59e0
Update CHANGELOG.md 2020-12-24 03:55:46 +03:00
robot-clickhouse
a58acbae67 Update version_date.tsv after release 20.8.10.13 2020-12-24 03:54:43 +03:00
Alexander Kuzmenkov
e3fb30b9f7
Merge pull request #18386 from ClickHouse/aku/faster-perf
Make some perf tests faster on slower machines
2020-12-24 03:47:18 +03:00
robot-clickhouse
22c51cb89a Update version_date.tsv after release 20.10.7.4 2020-12-24 03:18:12 +03:00
Alexander Tokmakov
c49a6302fa fix, add test 2020-12-24 03:13:53 +03:00
alexey-milovidov
1be0df5e04
Merge pull request #18396 from ClickHouse/filimonov-pipe-message
Fix exception text from Pipe.cpp
2020-12-24 01:24:57 +03:00
alexey-milovidov
c4bbb95b0f
Merge pull request #18405 from ClickHouse/add_test_for_compact_parts
Add test for already working code
2020-12-24 01:24:09 +03:00
robot-clickhouse
42b76979fe Update version_date.tsv after release 20.11.6.6 2020-12-24 01:20:16 +03:00
robot-clickhouse
4a37db455d Update version_date.tsv after release 20.12.4.5 2020-12-24 01:02:07 +03:00
Alexander Tokmakov
317df5f5d2 try fix 'value is too short' when converting from String to Nullable(T) 2020-12-24 00:57:33 +03:00
Alexey Milovidov
bb4668fd6e Fix bug: no newline after exception message in some tools 2020-12-24 00:18:08 +03:00
alexey-milovidov
b931a153bd
Merge pull request #18433 from ClickHouse/watchdog-gdb
Do not use watchdog when server is run from tty
2020-12-24 00:06:39 +03:00
Azat Khuzhin
763844beac Make poco library path variable scope less global 2020-12-23 23:55:39 +03:00
Azat Khuzhin
7c76bd2def Fix ParsingException::displayText override (guard with POCO_CLICKHOUSE_PATCH) 2020-12-23 23:55:39 +03:00
Azat Khuzhin
92bc52d765 Fix Poco::Crypto library (missing linking with crypto) 2020-12-23 23:13:21 +03:00
alesapin
f3f5466d23
Merge pull request #18306 from amosbird/restrictsettings
Extend mergetree setting alter restriction
2020-12-23 23:09:59 +03:00
Azat Khuzhin
d97455a94b Ignore SOURCE_DATE_EPOCH for newer ccache (4+)
ccache 4+ starts respecting SOURCE_DATE_EPOCH [1], it will include it
into the hash of the manifest.

SOURCE_DATE_EPOCH will be passed from debhelpers, by extracting last
entry from d/changelog (or current time if there is entries)

And this will make ccache unusable.

Fix this by ignoring SOURCE_DATE_EPOCH, like current ccache version on
CI does (3.7.7)

  [1]: 238553a1c4/src/ccache.cpp (L1279)
2020-12-23 22:15:57 +03:00
Nikolai Kochetov
97ffc40321
Merge pull request #18409 from ClickHouse/try-to-fix-ya-check
Try fix ya.make
2020-12-23 20:02:53 +03:00
Nikolai Kochetov
8ffadac2a3 Try disable ucontect for arcadia 2020-12-23 19:49:36 +03:00
Anton Popov
84ec3930ba
Merge pull request #18223 from ClickHouse/delayed_last_mark_for_wide_parts
Better adaptive granularity calculation for wide parts
2020-12-23 19:37:25 +03:00
Amos Bird
6fc225e676
Distributed insertion to one random shard (#18294)
* Distributed insertion to one random shard

* add some tests

* add some documentation

* Respect shards' weights

* fine locking

Co-authored-by: Ivan Lezhankin <ilezhankin@yandex-team.ru>
2020-12-23 19:04:05 +03:00
Ivan
51481c9c5f
Add ANTLR test config to another json 2020-12-23 18:25:05 +03:00
Nikolai Kochetov
e56a1c442c Use ucontext fir arcadia build. 2020-12-23 18:20:52 +03:00
Alexey Milovidov
fdc8950fbe Do not use watchdog when server is run from tty 2020-12-23 17:31:10 +03:00
Nikita Mikhaylov
c005dcdd26
Merge pull request #17641 from nikitamikhaylov/parallel_row_numbers
Added an offset to exception message for parallel parsing
2020-12-23 17:24:35 +03:00
Alexey Milovidov
e169b39fa7 Fix website 2020-12-23 17:19:51 +03:00
Amos Bird
2e0a2257b8
-SimpleState function arg type = return type 2020-12-23 21:09:05 +08:00
Alexey Milovidov
34b6b8407a Fix website 2020-12-23 15:56:05 +03:00
alexey-milovidov
0f98fe3c0c
Merge pull request #18365 from CurtizJ/fix-group-by-distinct
Fix race in aggregation with combinator distinct
2020-12-23 15:41:20 +03:00
alexey-milovidov
568119535a
Merge pull request #18378 from azat/ccache-fix
Do not override RULE_LAUNCH_COMPILE/RULE_LAUNCH_LINK in rocksdb
2020-12-23 15:35:25 +03:00
alexey-milovidov
2c7979dd64
Merge pull request #18379 from vitlibar/fix-filling-table-system-settings-profile-elements
Fix filling table system.settings_profile_elements.
2020-12-23 15:34:00 +03:00
Nikolai Kochetov
7a9282ee7b Try fix ya.make 2020-12-23 15:31:16 +03:00