Commit Graph

57015 Commits

Author SHA1 Message Date
gyuton
6c91e744e4
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:36 +03:00
gyuton
951a189830
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:24 +03:00
gyuton
9b75e5d411
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:14 +03:00
Azat Khuzhin
c4b5eed4ff Fix DateTime64 initialization (to match DateTime behaviour)
There was no specializations for toDateTime64(<numeric>), and because of
this default decimal conversion was used, however this is not enough for
DateTime/DateTime64 types, since the date may overflow and the proper
check is required (like DateTime has), and this what UBsan found [1]:

    ../src/IO/WriteHelpers.h:812:33: runtime error: index 508 out of bounds for type 'const char [201]' Received signal -3 Received signal Unknown signal (-3)

Backtrace:

    (gdb) bt
    0  LocalDateTime::LocalDateTime (this=0x7fffffff8418, year_=1970, month_=1 '\001', day_=1 '\001', hour_=2 '\002', minute_=0 '\000', second_=254 '\376') at LocalDateTime.h:83
    1  0x00000000138a5edb in DB::writeDateTimeText<(char)45, (char)58, (char)32, (char)46> (datetime64=..., scale=7, buf=..., date_lut=...) at WriteHelpers.h:852
    2  0x0000000019c379b4 in DB::DataTypeDateTime64::serializeText (this=0x7ffff5c4b0d8, column=..., row_num=0, ostr=..., settings=...) at DataTypeDateTime64.cpp:66
    3  0x0000000019d297e4 in DB::IDataType::serializeAsText (this=0x7ffff5c4b0d8, column=..., row_num=0, ostr=..., settings=...) at IDataType.cpp:387

  [1]: https://clickhouse-test-reports.s3.yandex.net/19527/cea8ae162ffbf92e5ed29304ab010704c5d611c8/fuzzer_ubsan/report.html#fail1

Also fix CAST for DateTime64
2021-02-06 13:04:53 +03:00
Azat Khuzhin
0627ba0e36 Fix timezone argument for DateTime64
It should be marked with always const, otherwise it will bail:

    Code: 44, e.displayText() = DB::Exception: Illegal column String of time zone argument of function, must be constant string: While processing toDateTime(-1, 1, 'GMT'), Stack trace (when copying this message, always include the lines below):
2021-02-06 13:04:53 +03:00
Azat Khuzhin
f4c2048bf2 Fix toDateTime64(toDate()/toDateTime()) for DateTime64
Maybe this is even does not worth it, but at least there was code that
assume that this should work - ToDateTime64Transform in
FunctionsConversion.h.
2021-02-06 13:04:53 +03:00
gyuton
34229bf0aa
Update materialize-mysql.md 2021-02-06 13:01:52 +03:00
gyuton
de30b1477c
Update view.md 2021-02-06 13:00:39 +03:00
vdimir
af26ad6df9
Minor changes in missed out date time functions 2021-02-06 12:49:04 +03:00
George
147cc4ae47 fixed typos 2021-02-06 12:48:53 +03:00
George
09743bdd9f Added translation 2021-02-06 12:43:48 +03:00
George
a23853c141 minor fixes 2021-02-06 12:42:07 +03:00
alesapin
31b4e1619c
Merge pull request #20120 from ClickHouse/update_poco_logging
Add logging if Poco cannot allocate thread in tcp server
2021-02-06 10:25:00 +03:00
alexey-milovidov
5c281bd2f1
Merge pull request #20133 from ClickHouse/fix_if_tuple
Fix if with tuple then/else arguments
2021-02-06 09:52:54 +03:00
alexey-milovidov
dee8f1fbf2
Merge pull request #20132 from ClickHouse/fix-data-type-parser-exponential
Fix the case when DataType parser may have exponential complexity
2021-02-06 08:42:40 +03:00
bharatnc
8dc3a20720 Docs - improve unit description 2021-02-05 17:18:06 -08:00
alesapin
011109c82a
Merge pull request #17348 from xjewer/alex/CLICKHOUSE-606_deduplication_UUID
CLICKHOUSE-606: query deduplication based on parts' UUID
2021-02-05 22:47:34 +03:00
alesapin
71cc3625bf
Merge pull request #20124 from ClickHouse/fix_kafka_in_runner
Use fixed version of confluent-kafka library in integration tests
2021-02-05 22:46:47 +03:00
alesapin
f81a407cdd Fix if with tuple then/else arguments 2021-02-05 22:39:26 +03:00
Alexey Milovidov
60f2e89cfb Fix the case when DataType parser may have exponential complexity 2021-02-05 22:21:30 +03:00
bharatnc
4906fd9c8c Docs - fixes to doc link 2021-02-05 08:55:30 -08:00
bharatnc
e8d5fbc0a2 Docs - more minor fixes 2021-02-05 08:07:02 -08:00
Yatsishin Ilya
6eb145697e Add benchmark results for Broadwell 8vCPU S3/SSD in Yandex.Cloud 2021-02-05 18:56:24 +03:00
Bharat Nallan
facdc749cb
Docs - commit suggestion
Co-authored-by: vdimir <vdimir@yandex-team.ru>
2021-02-05 07:54:14 -08:00
bharatnc
95e21ba093 Docs - remove duplicate date_diff and minor fixes 2021-02-05 07:53:22 -08:00
alesapin
6247d59c32 Use fixed version 2021-02-05 18:30:45 +03:00
alesapin
92a4c4e318 Add librdkafka to integration tests runner 2021-02-05 18:28:20 +03:00
alexey-milovidov
20a3b9782f
Merge pull request #20063 from hexiaoting/dev_mod
Add more tests for modulo of division of negative number
2021-02-05 17:26:24 +03:00
Stig Bakken
3fc1641d91 Show details of MaterializeMySQL tables in system.tables 2021-02-05 21:37:29 +08:00
vdimir
01a6e01ad7
Store usage info flags separate from row refs in hash join 2021-02-05 16:20:13 +03:00
alesapin
7b96ef61e8 Add logging if Poco cannot allocate thread in tcp server 2021-02-05 14:48:09 +03:00
Alexander Kuzmenkov
f7dbdc623c
Update style.md 2021-02-05 13:45:38 +03:00
alesapin
aafadc06df Better types 2021-02-05 13:31:46 +03:00
Ivan Lezhankin
16d399aa35 Another build fix 2021-02-05 13:31:18 +03:00
alesapin
65d7b39cd6
Merge pull request #20073 from ClickHouse/fix-split-filter-remove-column
Fix removing of filter column when split filter actions.
2021-02-05 13:31:02 +03:00
alesapin
449e8e3fd9 More checks for setting 2021-02-05 13:15:02 +03:00
tavplubix
f59dc7f40d
Merge pull request #20066 from havardk/multi-table-update
Fix handling of TABLE_MAP_EVENT from MySQL
2021-02-05 13:11:59 +03:00
alesapin
7cbc135e72 More isolated code 2021-02-05 12:54:34 +03:00
George
294e68e057 Added translation 2021-02-05 12:46:59 +03:00
zhangxiao871
b75a8a0eb3 documentation. 2021-02-05 17:46:08 +08:00
Ilya Yatsishin
7777d94abf
Merge pull request #20082 from den-crane/patch-9 2021-02-05 12:34:06 +03:00
hexiaoting
a379779f87 Merge remote-tracking branch 'origin/master' into dev_mod and add more test cases 2021-02-05 17:09:14 +08:00
zhangxiao871
e00e7ae56e add test. 2021-02-05 17:08:13 +08:00
zhangxiao871
7738f86ec8 add test. 2021-02-05 17:02:27 +08:00
gyuton
29c01ed9d0
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-05 11:41:57 +03:00
gyuton
fd74aca6c5
Update docs/en/operations/settings/merge-tree-settings.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-05 11:41:49 +03:00
George
932589744c Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-5788-Document_the_optimize_on_insert_setting 2021-02-05 11:36:25 +03:00
George
38c2add4f7 Added translation 2021-02-05 11:15:11 +03:00
George
5ca0007255 Updated description 2021-02-05 11:14:51 +03:00
bharatnc
8c60e84067 Docs - minor fixes 2021-02-05 00:10:10 -08:00