Alexander Kuzmenkov
d4e5d5fdb4
Merge pull request #18455 from ClickHouse/aku/window-prototype
...
[wip] some window function fixes
2020-12-29 19:23:19 +03:00
Nikita Mikhaylov
9cd1ddb38a
Merge pull request #18516 from nikitamikhaylov/hexiaoting-dev_withfill
...
Merging #18188
2020-12-29 18:00:33 +03:00
alesapin
00836a7c52
Merge pull request #18518 from ClickHouse/fix_bug_with_alter_hung
...
Control alter sequential execution more correctly
2020-12-29 12:08:21 +03:00
alexey-milovidov
48050a3ed4
Merge pull request #18524 from ClickHouse/sim-hash-fixes
...
Sim/Min Hash fixes
2020-12-28 18:01:12 +03:00
alexey-milovidov
df57706f35
Merge pull request #18550 from ClickHouse/fix-delayed-source
...
Fix pipeline stuck after join
2020-12-28 16:45:25 +03:00
Nikita Mikhaylov
6863dbd6a8
Merge pull request #18480 from vdimir/ip-dict-key-access
...
IP dict key access
2020-12-28 16:15:40 +03:00
alesapin
50afe27461
More stable test
2020-12-28 14:46:45 +03:00
hexiaoting
4adbdf364e
Fix bug for orderby withfill with limit clause
2020-12-28 13:05:16 +03:00
Alexander Kuzmenkov
2905f70cce
fix aliases in partition by/order by
2020-12-28 12:56:38 +03:00
alexey-milovidov
bf3187010b
Merge pull request #18145 from myrrc/improvement/multiply-decimals-and-floats
...
Allow multiplication of Decimal and Float
2020-12-27 22:37:09 +03:00
alesapin
436df8fe3a
Check fuzzer tests
2020-12-27 14:36:08 +03:00
Nikolai Kochetov
7f1eb506ab
Added test.
2020-12-27 14:28:13 +03:00
alexey-milovidov
d84f308291
Merge pull request #18521 from ClickHouse/implement_create_or_replace
...
Implement [CREATE OR] REPLACE TABLE
2020-12-27 11:48:06 +03:00
alexey-milovidov
8eb9788955
Merge pull request #18523 from CurtizJ/fix-cast-to-map
...
Fix cast to map from tuple of arrays with unequal sizes
2020-12-26 10:00:01 +03:00
Nikita Mikhaylov
c3ad122142
Merge pull request #18520 from nikitamikhaylov/fuzz-17876
...
NaN argument in function 'bar'
2020-12-26 04:32:05 +03:00
Nikita Mikhaylov
7b23b866a2
Merge pull request #18475 from nikitamikhaylov/andyyzh-bitmap64A
...
Merging #17858
2020-12-26 04:31:49 +03:00
alexey-milovidov
230f9b6ad4
Merge pull request #18449 from vladimir-golovchenko/fix-AM-abbreviation-handling-for-parseDateTimeBestEffort
...
Bug fix '#18402 parseDateTimeBestEffort should not ignore AM abbreviation for 12th hour'
2020-12-25 22:32:43 +03:00
alexey-milovidov
849ca482c9
Merge pull request #18458 from spongedu/support_exists_database
...
support EXISTS DATABASE syntax
2020-12-25 22:28:02 +03:00
Nikolai Kochetov
2cfbe056a0
Update test.
2020-12-25 21:08:45 +03:00
Nikolai Kochetov
2f9c5cf745
Update test.
2020-12-25 21:07:03 +03:00
Nikolai Kochetov
feadf02e20
Update test.
2020-12-25 20:14:10 +03:00
Anton Popov
721bb60edd
fix cast to map from tuple of arrays with unequal sizes
2020-12-25 20:12:47 +03:00
myrrc
80b96f2c23
Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats
2020-12-25 19:34:26 +03:00
Alexander Tokmakov
42911e2438
implement CREATE OR REPLACE TABLE
2020-12-25 19:32:09 +03:00
Nikita Mikhailov
2239f9b0c6
done
2020-12-25 18:54:38 +03:00
Nikita Mikhailov
cdc1f068d2
skip arcadia
2020-12-25 17:13:26 +03:00
Alexander Kuzmenkov
a17f0b50ad
Merge remote-tracking branch 'origin/master' into tmp
2020-12-25 10:34:28 +03:00
Alexander Kuzmenkov
998bd17877
fix column name clash w/agg fns
...
also fix some test references influenced by the explain changes
2020-12-25 07:59:17 +03:00
Alexander Kuzmenkov
5bd025a180
fix DISTINCT and ORDER BY
2020-12-25 06:13:30 +03:00
Alexey Milovidov
a671f13595
Fix flaky test 01584_distributed_buffer_cannot_find_column
2020-12-25 04:20:09 +03:00
vdimir
1e3bd37380
Add option access_to_key_from_attributes to ip dictionary
2020-12-24 19:13:49 +00:00
Nikita Mikhaylov
6818b24fe5
Merge pull request #18381 from CurtizJ/part-types-merge
...
Restrict merges from wide to compact parts
2020-12-24 17:47:14 +03:00
Amos Bird
6648b89843
fix test
2020-12-24 17:43:20 +03:00
Andy Yang
ccb2fcc161
Support bitmap64 feature
2020-12-24 17:43:20 +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
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
spongedc
71ab8c18fa
support EXISTS DATABASE syntax
2020-12-24 17:16:47 +08: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
Alexander Kuzmenkov
912995cbae
some provision for aggregate fns as window fn args
...
(doesn't work yet)
also a perf test w/LIMIT BY
2020-12-24 11:49:55 +03:00
Alexander Kuzmenkov
8deb8e4808
Merge origin/master into tmp (using imerge)
2020-12-24 10:00:35 +03:00
Alexander Kuzmenkov
844239b1c3
tmp fixes (split me)
2020-12-24 07:03:33 +03:00
vladimir golovchenko
f39c961328
Added tests to cover cases with 12-hour clock time.
2020-12-23 18:09:40 -08:00
Alexander Tokmakov
c49a6302fa
fix, add test
2020-12-24 03:13:53 +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
myrrc
631a2bce79
reverted the tests to initial state
2020-12-23 17:29:03 +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
myrrc
473aef519d
reverted 1 scale to fix 3 tests
2020-12-23 16:11:20 +03:00
Amos Bird
2e0a2257b8
-SimpleState function arg type = return type
2020-12-23 21:09:05 +08: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