Alexey Milovidov
74d02aeca7
Merge pull request #38907 from evillique/compression_level
...
Add compression level for data export
2022-07-07 22:27:21 +03:00
Robert Schulze
f15d9ca59c
Merge pull request #38774 from zvonand/zvonand-nnd
...
Reintroduce nonNegativeDerivative()
2022-07-07 20:39:13 +02:00
Vladimir C
db838f1343
Merge pull request #35796 from vdimir/full-sorting-merge-join
2022-07-07 19:16:49 +02:00
Igor Nikonov
fac42db380
Merge pull request #38873 from ClickHouse/order_by_with_braces
...
Order by tuple
2022-07-07 19:16:06 +02:00
Kruglov Pavel
ab67838c44
Merge pull request #38816 from Avogar/fix-values-func
...
Allow null modifier in columns declaration for table functions
2022-07-07 17:27:18 +02:00
zvonand
6dd3988460
Merge branch 'zvonand-nnd' of github.com:zvonand/ClickHouse into zvonand-nnd
2022-07-07 16:42:49 +03:00
zvonand
8df2d756f5
updated tests
2022-07-07 16:42:29 +03:00
Kruglov Pavel
7c60714b4b
Merge pull request #38841 from lokax/isnullable
...
feat(Function): add isNullable function
2022-07-07 11:49:45 +02:00
Igor Nikonov
b48a626d02
Simplify test
...
- complexity comes from dreaming about EXPLAIN queries as an ordinary
ones returning scalar result. So they can be used in SQL tests
instead of shell ones
2022-07-07 08:45:13 +00:00
Igor Nikonov
fa0d54a3b2
Merge remote-tracking branch 'origin/master' into order_by_with_braces
2022-07-07 08:13:49 +00:00
Igor Nikonov
01bbfd86ad
Merge pull request #38910 from ClickHouse/explain_ast_after_rewrite
...
EXPLAIN AST rewrite option
2022-07-07 10:09:55 +02:00
Nikolay Degterinsky
0c783800c8
Better
2022-07-07 01:47:33 +00:00
Yakov Olkhovskiy
48c8bc3da9
Merge pull request #38896 from Algunenano/fix_seconds
...
Fix settings profile with seconds unit
2022-07-06 19:05:13 -04:00
Igor Nikonov
6be6a13c2f
Merge branch 'master' into order_by_with_braces
2022-07-07 00:36:12 +02:00
Igor Nikonov
a20a15ff30
Tests
...
+ check that EXPLAIN SYNTAX return the same result for ordinary ORDER BY and ORDER BY tuple
+ performance
2022-07-06 22:27:53 +00:00
Igor Nikonov
810926c7fc
Rename setting after_rewrite
-> rewrite
2022-07-06 17:29:30 +00:00
Igor Nikonov
beac1820da
Test for EXPLAIN AST after_rewrite option
2022-07-06 15:33:11 +00:00
mergify[bot]
8cc2c3914b
Merge branch 'master' into isnullable
2022-07-06 14:40:01 +00:00
avogar
12bffd57c9
Update test
2022-07-06 14:30:30 +00:00
vdimir
a4b93c7454
Add algorithms to 00172_parallel_join
2022-07-06 14:27:34 +00:00
vdimir
c8cd962bac
couple of tests for full_sorting_merge
2022-07-06 14:27:31 +00:00
vdimir
c200ce490b
full sorting join using and nulls
2022-07-06 14:27:30 +00:00
vdimir
753a567da8
full sorting join with using
2022-07-06 14:27:29 +00:00
vdimir
d184e184b4
full sort join: check key types, more tests
2022-07-06 14:26:19 +00:00
vdimir
a2a7abc2e9
add not implemented checks, add using testcase to full sort join
2022-07-06 14:26:18 +00:00
vdimir
92ff43eb7c
tests full sort join
2022-07-06 14:26:18 +00:00
vdimir
a0144e115d
full sorting all join
2022-07-06 14:26:18 +00:00
vdimir
4e88e8f5ec
full sort join: move block list to all join state
2022-07-06 14:26:17 +00:00
vdimir
074a9706fc
rename tests full_sort_join
2022-07-06 14:26:17 +00:00
vdimir
a92c60ba06
fix nulls comparsion in full sorting join
2022-07-06 14:26:15 +00:00
vdimir
7c5a5f4b64
full sorted any join tests passed
2022-07-06 14:26:15 +00:00
vdimir
26d812ec72
wip any full sorting merge, rewrite cursor
2022-07-06 14:26:14 +00:00
vdimir
0b9d4ee640
wip sort join same rows
2022-07-06 14:25:12 +00:00
vdimir
6d198ff3d7
fix style
2022-07-06 14:25:11 +00:00
vdimir
88d8dc5be2
wip full sort any join
2022-07-06 14:25:11 +00:00
vdimir
075a706583
some tests with full_sorting_merge
2022-07-06 14:25:10 +00:00
vdimir
1b429fc1af
wip: any left/right sorting join
2022-07-06 14:23:46 +00:00
Nikolay Degterinsky
653e7cbeaf
Add compression level
2022-07-06 14:15:24 +00:00
Vladimir C
3c7fdb604d
Merge pull request #35363 from vdimir/kv-join
2022-07-06 15:57:30 +02:00
Kruglov Pavel
d276d9ef8b
Merge pull request #38831 from Avogar/fix-map-combinator
...
Add test for segfault in Map combinator
2022-07-06 14:26:24 +02:00
Raúl Marín
ffac598029
Fix settings profile with seconds unit
2022-07-06 12:56:54 +02:00
Andrey Zvonov
7de39d9b15
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-nnd
2022-07-06 10:59:35 +03:00
Kruglov Pavel
a6a9824261
Merge pull request #38362 from Avogar/better-exception-messages
...
Better exception messages on wrong table engines/functions argument types
2022-07-05 11:21:44 +02:00
Kruglov Pavel
c9d1cbbc49
Update 02324_map_combinator_bug.sql
2022-07-05 11:17:41 +02:00
lokax
83613753e2
test(Function): isNullable
2022-07-05 15:24:24 +08:00
Alexey Milovidov
c5cf61bde5
Merge pull request #38813 from kssenii/client-i
...
clickhouse client/local interactive: support \i file
2022-07-05 02:28:29 +03:00
avogar
03f82f73fb
Add test for segfault in Map combinator
2022-07-04 19:56:52 +00:00
Kruglov Pavel
74bd625cd5
Fix test
2022-07-04 20:48:35 +02:00
vdimir
1cad4a7e9b
Mark 02241_join_rocksdb_bs long
2022-07-04 17:28:15 +00:00
vdimir
54cf5c51de
upd 02241_join_rocksdb_bs.sql
2022-07-04 17:28:15 +00:00