Alexander Kuzmenkov
|
858043cd53
|
detect unmarked long tests in flaky check
|
2021-02-04 15:06:48 +03:00 |
|
Azat Khuzhin
|
cc43f92719
|
Fix tests *.reference files
Using:
sed -i 's/MergeTree with order/MergeTree with order/g' tests/queries/0_stateless/*.reference
Fixes: dc2afc4795 ("Fix double whitespace #18383")
|
2021-02-03 22:45:54 +03:00 |
|
alexey-milovidov
|
402c018d1e
|
Merge pull request #19947 from azat/dist-INSERT-block-structure-mismatch
Fix "Block structure mismatch" for INSERT into Distributed
|
2021-02-03 21:27:45 +03:00 |
|
Nikolai Kochetov
|
c39c965612
|
Merge pull request #19962 from keen-wolf/timezoneOffset
Implement the timezoneOffset function
|
2021-02-03 20:37:34 +03:00 |
|
Maksim Kita
|
ba45cf32ab
|
Merge pull request #19858 from kitaisreal/reinterpret-as-updated-to-big-integers
Function reinterpretAs updated to support big integers
|
2021-02-03 12:12:13 +03:00 |
|
keenwolf
|
b7e4f7bd1e
|
modify file attribute
|
2021-02-03 00:41:11 +08:00 |
|
Alexander Kuzmenkov
|
264aea20be
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-02 19:12:46 +03:00 |
|
keenwolf
|
9beb7689cc
|
add comments and update test cases.
|
2021-02-02 23:35:45 +08:00 |
|
Vitaly Baranov
|
9427d5d94b
|
Merge pull request #19805 from vitlibar/allow-getting-return-type-of-dictget-without-loading-dictionary
Fix starting the server with tables having default expressions containing dictGet()
|
2021-02-02 18:19:55 +03:00 |
|
Alexander Kuzmenkov
|
d2a0e44a3a
|
Merge pull request #19299 from ClickHouse/aku/window-prototype
[wip] support RANGE frame for window functions
|
2021-02-02 17:59:16 +03:00 |
|
alexey-milovidov
|
695e28079d
|
Merge pull request #19960 from ClickHouse/json-extract-inaccurate-conversion-from-double-to-float
Allow inaccurate conversion from double to float in function JSONExtract beacuse the users want that
|
2021-02-02 15:15:37 +03:00 |
|
alexey-milovidov
|
4d0973cf25
|
Merge pull request #19959 from depressed-pho/fix-segv-fromModifiedJulianDay
Fix a segfault in fromModifiedJulianDay()
|
2021-02-02 13:50:14 +03:00 |
|
alexey-milovidov
|
05b8164133
|
Merge pull request #19956 from ClickHouse/geohash-ubsan
Fix UBSan report in geoHashesInBox
|
2021-02-02 12:52:01 +03:00 |
|
Kruglov Pavel
|
fd5adf1ff6
|
Merge pull request #19925 from ClickHouse/fix_insert_values_with_semicolon
Fix logical error in INSERT VALUES
|
2021-02-02 12:05:19 +03:00 |
|
tavplubix
|
befee42ab0
|
Merge pull request #19684 from yiguolei/master
Should fail ddl query as soon as possible if table is shutdown
|
2021-02-02 11:46:58 +03:00 |
|
keenwolf
|
f21e22ae2c
|
add test for function timezoneOffset
|
2021-02-02 12:22:45 +08:00 |
|
Alexey Milovidov
|
078011ef2d
|
Allow conversion from double to float in function JSONExtract beacuse the users want that
|
2021-02-02 07:16:47 +03:00 |
|
PHO
|
5f7a852b92
|
Fix a segfault in fromModifiedJulianDay()
It was crashing when the argument type was Nullable(T) where T was any integral type other than Int32.
|
2021-02-02 12:43:36 +09:00 |
|
Alexey Milovidov
|
9930bb0bf6
|
Fix UBSan report in geoHashesInBox
|
2021-02-02 06:37:24 +03:00 |
|
Azat Khuzhin
|
37797fdf5b
|
Merge remote-tracking branch 'upstream/master' into client-complete-error-codes
|
2021-02-02 00:14:53 +03:00 |
|
alexey-milovidov
|
6b2f0435c8
|
Merge pull request #19375 from Avogar/select-final
Improve do_not_merge_across_partitions_select_final optimization.
|
2021-02-01 20:31:08 +03:00 |
|
alexey-milovidov
|
1f0a91e0ab
|
Merge pull request #19677 from kitaisreal/executable-dictionary-implicit-key-option
ExecutableDictionarySource added implicit_key option
|
2021-02-01 20:13:25 +03:00 |
|
alexey-milovidov
|
2901591f81
|
Merge pull request #19876 from ClickHouse/intdiv-ubsan
Fix UBSan report in intDiv
|
2021-02-01 20:12:30 +03:00 |
|
alesapin
|
2aa8a6304b
|
Merge pull request #15450 from CurtizJ/fix-ttl-group-by
Fix some cases of TTL expressions
|
2021-02-01 16:48:07 +03:00 |
|
Nikolai Kochetov
|
19e4a33f9d
|
Merge pull request #19544 from amosbird/limitconcurrency
Per MergeTree table query limit
|
2021-02-01 16:09:12 +03:00 |
|
alexey-milovidov
|
f09158de0c
|
Merge pull request #19884 from kitaisreal/bloom-filter-index-crash-fix
BloomFilter index crash fix
|
2021-02-01 15:42:56 +03:00 |
|
alexey-milovidov
|
9161a5f570
|
Merge pull request #19875 from ClickHouse/text-log-fix-deadlock
Fix deadlock in system.text_log
|
2021-02-01 15:42:16 +03:00 |
|
Alexander Tokmakov
|
accf4d262e
|
fix logical error
|
2021-02-01 15:40:57 +03:00 |
|
tavplubix
|
2a20f20f21
|
Merge pull request #19790 from taiyang-li/fix_client_select
fix client bug while executing select
|
2021-02-01 13:17:14 +03:00 |
|
tavplubix
|
1e44e3f341
|
Update 01671_ddl_hang_timeout.sh
|
2021-02-01 12:53:13 +03:00 |
|
Maksim Kita
|
beee7a4f02
|
Added test to arcadia_skip_list
|
2021-02-01 12:35:47 +03:00 |
|
Maksim Kita
|
d3f299269f
|
Fixed code review issues
|
2021-02-01 12:35:47 +03:00 |
|
Maksim Kita
|
d194294d0b
|
Fixed tests
|
2021-02-01 12:35:47 +03:00 |
|
Maksim Kita
|
dafb0ef4e9
|
ExecutableDictionarySource added implicit_key option
|
2021-02-01 12:35:47 +03:00 |
|
alexey-milovidov
|
ef72ba7349
|
Merge pull request #19861 from amosbird/fixcte
Fix crash when pushing down predicates to union distinct subquery
|
2021-02-01 10:28:41 +03:00 |
|
alesapin
|
d9598c47b4
|
Merge pull request #19702 from ClickHouse/fix_rare_bug_after_part_corruption
Fix incorrect virtual_parts after part corruption
|
2021-02-01 10:09:48 +03:00 |
|
yiguolei
|
fa03fbdc5b
|
fix functional test
|
2021-02-01 13:16:54 +08:00 |
|
alexey-milovidov
|
2459777f57
|
Update 01681_bloom_filter_nullable_column.sql
|
2021-02-01 07:55:58 +03:00 |
|
Alexey Milovidov
|
1c0c3b3aab
|
Merge branch 'master' into intdiv-ubsan
|
2021-02-01 07:46:40 +03:00 |
|
yiguolei
|
bef5af3f57
|
fix functional test
|
2021-02-01 11:35:02 +08:00 |
|
alexey-milovidov
|
08f713f177
|
Merge pull request #14822 from vzakaznikov/live_view_periodic_refresh
Adding support for periodically refreshed LIVE VIEW tables
|
2021-02-01 06:11:30 +03:00 |
|
yiguolei
|
768e461d28
|
add functional test
|
2021-02-01 10:40:48 +08:00 |
|
Alexey Milovidov
|
efb9293587
|
Adjust test scale
|
2021-02-01 05:28:18 +03:00 |
|
alexey-milovidov
|
7567bb2e31
|
Merge pull request #19860 from ClickHouse/hyperscan-assert
Fix debug assertion in Hyperscan
|
2021-02-01 03:45:08 +03:00 |
|
alexey-milovidov
|
a6b0fdd3eb
|
Merge pull request #19862 from ClickHouse/ubsan-gather-utils
Fix UBSan report in GatherUtils
|
2021-02-01 03:43:43 +03:00 |
|
alexey-milovidov
|
9407c5baf4
|
Merge pull request #19868 from amosbird/fixif
Fix argMinMaxIf crash
|
2021-02-01 03:42:48 +03:00 |
|
Alexander Tokmakov
|
84d3d6e728
|
fix 'Unmatched parentheses', add test
|
2021-02-01 02:10:41 +03:00 |
|
Maksim Kita
|
65183f1fea
|
Fixed tests
|
2021-01-31 23:54:52 +03:00 |
|
Maksim Kita
|
1aa8d7fdfb
|
BloomFilter index crash fix
|
2021-01-31 21:49:27 +03:00 |
|
Maksim Kita
|
a4812aa97b
|
Updated tests
|
2021-01-31 18:32:47 +03:00 |
|