Commit Graph

68109 Commits

Author SHA1 Message Date
Artur
8113580237 Add warning in debug mode 2021-07-09 14:40:32 +00:00
Maksim Kita
03c4853451 Functions dictGet, dictHas complex key dictionary key argument tuple fix 2021-07-09 17:20:02 +03:00
kssenii
947bb4a942 Fix progress bar for local 2021-07-09 16:43:00 +03:00
Maksim Kita
59d5cff1fe
Merge pull request #26113 from ClickHouse/point-in-polygon-nan
Fix possible crash in `pointInPolygon` if the setting `validate_polygons` is turned off.
2021-07-09 16:41:43 +03:00
Maksim Kita
c73d53dda4
Merge pull request #26094 from zxc111/issue-9390
hex/bin functions support AggregateFunction states.
2021-07-09 16:41:07 +03:00
alesapin
60b22aaac8 Better message 2021-07-09 16:03:23 +03:00
alesapin
b2fb551bd4 Fix several bugs in ZooKeeper snapshots deserialization 2021-07-09 16:00:50 +03:00
zxc111
0ec402ff64 castColumn instead of execute toString function 2021-07-09 18:35:26 +08:00
kssenii
750f9b82fb Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into g-arslan-add-sqlite-support 2021-07-09 10:28:05 +00:00
kssenii
1bf9a9f29f Add .cmake 2021-07-09 10:27:53 +00:00
terrylin
faed6263bb add merge_selecting_sleep_ms setting 2021-07-09 17:29:17 +08:00
Artur
146a45a8b3 Adding system.warnings 2021-07-09 09:27:51 +00:00
vdimir
43880af722
Add test to join_get_low_card_fix 2021-07-09 12:23:24 +03:00
Maksim Kita
581e79ced9
Merge pull request #26114 from ClickHouse/dargejs-compatibility
Make graph pipeline rendering compatible with Dagre.JS
2021-07-09 12:17:33 +03:00
Maksim Kita
69c30d658c
Merge pull request #26110 from ywill3/patch-2
Update bitmap-functions.md
2021-07-09 12:16:40 +03:00
vdimir
95f8ca4e03
Do not use default impl for low cardinality for joinGet 2021-07-09 12:16:03 +03:00
Maksim Kita
8250c1e141
Merge pull request #26111 from ywill3/patch-1
Update bitmap-functions.md
2021-07-09 12:16:00 +03:00
Vladimir Chebotarev
db0da1b144
Update 2021-07-09 10:40:01 +03:00
NengLiu
78f0bb9e24 add type cast 2021-07-09 15:28:44 +08:00
Vladimir
bf0695ff84
Merge pull request #25589 from TszKitLo40/support-distinct-on 2021-07-09 09:50:45 +03:00
alexey-milovidov
b7ca78f219
Merge pull request #26087 from ianton-ru/directory_iterator_path_exception
Fix throwing exception when iterate over non existing remote directory
2021-07-09 06:52:54 +03:00
alexey-milovidov
3190e70a3e
Merge pull request #26099 from nikitamikhaylov/suppress-copier-tests
Disabling annoying copier tests
2021-07-09 06:50:27 +03:00
alexey-milovidov
0bad945392
Update PolygonUtils.h 2021-07-09 06:49:08 +03:00
Vitaly Baranov
3fb0567887
Merge pull request #26075 from vitlibar/pad-functions
Pad functions
2021-07-09 06:46:23 +03:00
NengLiu
1d7d973dea change addWeeks delta's datatype from Int64 to Int32 2021-07-09 11:42:32 +08:00
NengLiu
e172ca240b change addQuarter delta's datatype from Int64 to Int32 2021-07-09 11:35:12 +08:00
Alexey Milovidov
b264c3f192 Make graph pipeline rendering compatible with Dagre.JS 2021-07-09 06:26:35 +03:00
alexey-milovidov
eafce775c9
Merge pull request #25452 from amosbird/jsonextractrawstring
JSONExtract String or Raw
2021-07-09 06:17:13 +03:00
alexey-milovidov
09c20d5d08
Update geoToH3.cpp 2021-07-09 06:15:53 +03:00
mergify[bot]
5814742656
Merge branch 'master' into update-h3 2021-07-09 03:13:19 +00:00
Alexey Milovidov
9290d6f112 Fix UBSan report in pointInPolygon 2021-07-09 06:06:21 +03:00
mergify[bot]
bbde9e2efd
Merge branch 'master' into dev-map-bug 2021-07-09 02:52:53 +00:00
ywill3
89c72da7f3
Update bitmap-functions.md
may be  inappropriate sub-title
2021-07-09 10:14:10 +08:00
ywill3
325e0764fe
Update bitmap-functions.md
bitmapSubsetLimit example sql is wrong
2021-07-09 10:05:27 +08:00
alexey-milovidov
7c17e2526d
Merge pull request #25634 from vdimir/join-materialized-columns
Support materialized and aliased columns in joins
2021-07-09 03:18:49 +03:00
alexey-milovidov
c98e131a81
Merge pull request #26072 from vdimir/fix-offset-check-in-window-frame
Fix logical error with signed and unsigned offset in WindowFrame::checkValid
2021-07-09 03:06:15 +03:00
Mike Kot
d01af70a00 Idea of adding another test group with possibly broken invariants 2021-07-09 03:02:19 +03:00
alexey-milovidov
4fc80b8a32
Merge pull request #26057 from kitaisreal/changelog-21.7
Add changelog for 21.7
2021-07-09 03:01:05 +03:00
alexey-milovidov
de90cc0e8f
Update CHANGELOG.md 2021-07-09 03:00:49 +03:00
Maksim Kita
df90e43c3d Add changelog for 21.7 2021-07-09 02:09:51 +03:00
Vitaly Baranov
3dfdcf4604 Improve implementation of leftPadString(), rename to leftPad(). Add new functions rightPad(), leftPadUTF8(), rightPadUTF8(). Add a test. 2021-07-08 23:39:29 +03:00
Vladimir Chebotarev
bbf8218e68 Fix test. 2021-07-08 23:39:03 +03:00
Nikita Mikhaylov
334d5439c8 done 2021-07-08 20:29:25 +00:00
Alexey
4f48c5c723 The only example left
'quoted' changed to 'enclosed in qoutes'
Added See Also with link to related settings.
2021-07-08 20:18:56 +00:00
alesapin
c34a769143
Merge pull request #26079 from ClickHouse/fix_abort
Fix abort in ZooKeeper client
2021-07-08 22:58:28 +03:00
Alexey
c1c6df7be5 Removed warning that Map is expetimental
and one must set allow_experimental_map_type = 1 to use it
2021-07-08 19:57:16 +00:00
Anton Popov
81a200e349
Merge pull request #26077 from CurtizJ/cleanup-code
Remove unused code
2021-07-08 20:50:57 +03:00
zxc111
e4b1e0619c hex/bin functions support AggregateFunction states. 2021-07-09 00:41:44 +08:00
Anton Ivashkin
ac68d5ea71 Fix path concatenation 2021-07-08 18:39:41 +03:00
Anton Ivashkin
88bc3995e0 Fix throwing exception when iterate over non existing remote directory 2021-07-08 17:54:59 +03:00