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 |
|
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 |
|
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 |
|
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 |
|
hexiaoting
|
a379779f87
|
Merge remote-tracking branch 'origin/master' into dev_mod and add more test cases
|
2021-02-05 17:09:14 +08:00 |
|
Alexander Kuzmenkov
|
7bca563e5a
|
Merge pull request #20068 from ClickHouse/aku/long-flaky
detect unmarked long tests in flaky check
|
2021-02-05 10:07:19 +03:00 |
|
Alexander Kuzmenkov
|
cb791dbc7f
|
Update 01443_merge_truncate_long.sh
|
2021-02-05 10:06:53 +03:00 |
|
Alexander Kuzmenkov
|
a1bcd4b128
|
Update 01232_preparing_sets_race_condition_long.sh
|
2021-02-05 10:06:39 +03:00 |
|
Alexander Kuzmenkov
|
52b52ede22
|
Update 00840_long_concurrent_select_and_drop_deadlock.sh
|
2021-02-05 10:06:17 +03:00 |
|
alexey-milovidov
|
34151eea2c
|
Merge pull request #20067 from ClickHouse/mod-negative-type-promotion
Add type promotion for modulo of division of negative number
|
2021-02-05 09:31:46 +03:00 |
|
hexiaoting
|
b892fff406
|
Add alexey's fix: using another logic and more comments
|
2021-02-05 10:31:16 +08:00 |
|
Alexander Kuzmenkov
|
26020daca5
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-04 20:58:25 +03:00 |
|
Alexander Kuzmenkov
|
3796a183ba
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-04 20:54:36 +03:00 |
|
Alexander Kuzmenkov
|
b0fba3dece
|
mark as long
|
2021-02-04 20:51:32 +03:00 |
|
Nikolai Kochetov
|
4d66bc413c
|
Update test.
|
2021-02-04 16:19:20 +03:00 |
|
Alexander Kuzmenkov
|
858043cd53
|
detect unmarked long tests in flaky check
|
2021-02-04 15:06:48 +03:00 |
|
alexey-milovidov
|
c12f2d460e
|
Merge pull request #19972 from ClickHouse/fix-rocksdb
Fix missing type check in EmbeddedRocksDB
|
2021-02-04 15:06:12 +03:00 |
|
Alexey Milovidov
|
a3ac276741
|
Add type promotion for modulo of division of negative number
|
2021-02-04 14:56:04 +03:00 |
|
Alexander Kuzmenkov
|
02ca7386b1
|
Merge pull request #19951 from ClickHouse/aku/window-prototype-3
CURRENT ROW and offset for start of ROWS frame
|
2021-02-04 14:33:13 +03:00 |
|
alexey-milovidov
|
298a29ef52
|
Merge pull request #20049 from ClickHouse/point-in-polygon-ubsan
Avoid UBSan report in pointInPolygon
|
2021-02-04 13:51:30 +03:00 |
|
hexiaoting
|
81b0cc381d
|
enlarge signed type for modulo function
|
2021-02-04 17:36:09 +08:00 |
|
Alexander Kuzmenkov
|
c1c71fc8e9
|
ROWS OFFSET frame end
|
2021-02-04 10:41:09 +03:00 |
|
Alexey Milovidov
|
55c7fdbbe4
|
Merge branch 'master' into fix-rocksdb
|
2021-02-04 08:30:02 +03:00 |
|
Alexey Milovidov
|
f467104919
|
Merge branch 'point-in-polygon-ubsan' of github.com:yandex/ClickHouse into point-in-polygon-ubsan
|
2021-02-04 08:27:15 +03:00 |
|
Alexey Milovidov
|
47a56b9d1d
|
Merge branch 'master' into point-in-polygon-ubsan
|
2021-02-04 08:26:41 +03:00 |
|
Azat Khuzhin
|
984445b44b
|
Fix UBsan reports in quantileTiming
UBsan reports [1]:
../src/AggregateFunctions/QuantileTiming.h:442:27: runtime error: 1.84467e+19 is outside the range of representable values of type 'unsigned long' Received signal -3 Received signal Unknown signal (-3)
[1]: https://clickhouse-test-reports.s3.yandex.net/19971/e15f5d9cb5b36482d1ae9ca069074fb200f2ab37/fuzzer_ubsan/report.html#fail1
Follow-up for: #19394
|
2021-02-04 02:01: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
|
ca06d3b317
|
Merge branch 'master' into fix-rocksdb
|
2021-02-03 21:28:50 +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 |
|
alexey-milovidov
|
0aca4a740c
|
Update 01700_point_in_polygon_ubsan.sql
|
2021-02-03 21:26:03 +03:00 |
|
Alexey Milovidov
|
eb8b2e883a
|
Add a test
|
2021-02-03 21:25:04 +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 |
|
Alexey Milovidov
|
82ab793731
|
Fix missing type check in StorageEmbeddedRocksDB
|
2021-02-03 20:35:23 +03:00 |
|
Alexander Kuzmenkov
|
ec382d8812
|
BETWEEN CURRENT ROW AND CURRENT ROW
|
2021-02-03 17:55:40 +03:00 |
|
Alexander Kuzmenkov
|
35754abb4a
|
CURRENT ROW frame start for RANGE frame
|
2021-02-03 17:22:37 +03:00 |
|
Alexander Kuzmenkov
|
7c55ecf67d
|
cleanup
|
2021-02-03 16:41:59 +03:00 |
|
Alexander Kuzmenkov
|
f31d2206a7
|
more fuzzing and less bugs
|
2021-02-03 15:50:25 +03:00 |
|
Alexander Kuzmenkov
|
bb45c5a8ff
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-03 12:13:23 +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 |
|
Alexander Kuzmenkov
|
a164abf23e
|
add frame fuzzing and one query that fails under msan
|
2021-02-03 09:42:54 +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 |
|