Sergei Semin
|
12e24a23d3
|
Merge branch 'master' into fix-build-clang-13-2
|
2021-09-12 19:30:55 +03:00 |
|
Vitaly Baranov
|
daa5979347
|
Remove unnecessary files.
|
2021-09-12 17:15:28 +03:00 |
|
Vitaly Baranov
|
39d73c01b2
|
Add tags to tests.
|
2021-09-12 17:15:28 +03:00 |
|
Vitaly Baranov
|
bbb192ee85
|
Convert skip_list.json into first line comments.
|
2021-09-12 17:15:23 +03:00 |
|
kssenii
|
0978c8baab
|
Fix tests
|
2021-09-12 16:55:37 +03:00 |
|
Vitaly Baranov
|
51dbedafd9
|
Expand macros in RabbitMQ settings.
|
2021-09-12 16:42:03 +03:00 |
|
Kseniia Sumarokova
|
d4823d41b0
|
Merge pull request #28890 from azat/client-improvements-v2
Add query to the exception message in case of error during processing INSERT block on client
|
2021-09-12 16:07:57 +03:00 |
|
alexey-milovidov
|
aa5c42b7db
|
Merge pull request #28773 from azat/nth_value-ubsan-fix
Fix signed integer overflow for nth_value() window function
|
2021-09-12 15:57:19 +03:00 |
|
alexey-milovidov
|
60f76d9254
|
Merge pull request #28759 from nikitamikhaylov/enable-gcc-11
Switch CI to GCC-11
|
2021-09-12 15:56:57 +03:00 |
|
alexey-milovidov
|
cdcfdbec7e
|
Merge pull request #28873 from CurtizJ/fix-subcolumns-compact-parts
Fix reading of subcolumns from compact parts
|
2021-09-12 15:54:07 +03:00 |
|
alexey-milovidov
|
f066edc43c
|
Merge pull request #28910 from ClickHouse/fix-trash-optimization
Fix bad optimization of ORDER BY in subquery if it contains WITH FILL
|
2021-09-12 15:27:53 +03:00 |
|
alexey-milovidov
|
ea13a8b562
|
Merge pull request #28659 from myrrc/improvement/tostring_to_magic_enum
Improving CH type system with concepts
|
2021-09-12 15:26:29 +03:00 |
|
Mike Kot
|
1f6fb3f6ea
|
Fix gtest, add Decimal aliases, Typelist solution for bin arithm
|
2021-09-12 14:26:07 +02:00 |
|
Raúl Marín
|
893faa8425
|
Unroll the loop manually
|
2021-09-12 13:24:25 +02:00 |
|
kssenii
|
4e5958d721
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rabbit-fix
|
2021-09-12 13:56:09 +03:00 |
|
Sergei Semin
|
c5d6518bb9
|
fix special build (more)
|
2021-09-12 10:23:19 +03:00 |
|
Sergei Semin
|
4bf2d64427
|
fix special build another try
|
2021-09-12 09:12:14 +03:00 |
|
alexey-milovidov
|
1616a0e230
|
Merge pull request #28887 from Avogar/fix-short-circuit
Fix bug with LowCardinality in short-curcuit function evaluation
|
2021-09-12 09:06:02 +03:00 |
|
alexey-milovidov
|
294f4c897b
|
Merge pull request #28904 from azat/higher-order-array-func-consts-fix
Fix higher-order array functions (arrayCompact/arrayDifference/arrayCumSumNonNegative) with consts
|
2021-09-12 09:04:47 +03:00 |
|
alexey-milovidov
|
fdf883688c
|
Merge pull request #28891 from azat/unit-wait-time-fix
Add time dependency for clickhouse-server unit (systemd and sysvinit init)
|
2021-09-12 08:42:25 +03:00 |
|
Alexey Milovidov
|
797e1f4fd4
|
Add more tests
|
2021-09-12 08:37:51 +03:00 |
|
mergify[bot]
|
e52f5fdfce
|
Merge branch 'master' into fix-web-disk-2
|
2021-09-12 01:21:40 +00:00 |
|
Alexey Milovidov
|
7899c6a0f1
|
One more
|
2021-09-12 03:00:09 +03:00 |
|
Alexey Milovidov
|
98a25f3ece
|
Add a test
|
2021-09-12 02:56:47 +03:00 |
|
Alexey Milovidov
|
e3611cccce
|
Fix yet another issue
|
2021-09-12 02:55:53 +03:00 |
|
Sergei Semin
|
f74350c148
|
fix special build
|
2021-09-12 02:49:31 +03:00 |
|
Alexey Milovidov
|
8935a70f60
|
Fix another misoptimization
|
2021-09-12 01:41:37 +03:00 |
|
Alexey Milovidov
|
d85588210d
|
Fix bad optimization of ORDER BY in subquery if it contains WITH FILL
|
2021-09-12 01:24:20 +03:00 |
|
Alexey Milovidov
|
526c7253d0
|
Fix wrong optimization
|
2021-09-12 01:15:37 +03:00 |
|
Kseniia Sumarokova
|
6cc4ad97c3
|
Update WriteBufferToRabbitMQProducer.h
|
2021-09-12 00:35:18 +03:00 |
|
Anton Popov
|
02a7edf902
|
allow to include subccolumns in describe query
|
2021-09-12 00:07:33 +03:00 |
|
Raúl Marín
|
9fb8eeaea3
|
Use project types
|
2021-09-11 22:54:30 +02:00 |
|
Anton Popov
|
a4153e5629
|
Merge pull request #28853 from ClickHouse/fix_logical_race_on_dictionaries_loading
Fix logical race on dictionaries loading
|
2021-09-11 23:41:30 +03:00 |
|
Raúl Marín
|
50360aa586
|
Add extra performance tests for Nullable floating point Sum
The existing ones aren't that representative since there isn't
any NULL values, so the branch predictor is correct 100% of the time
|
2021-09-11 22:37:45 +02:00 |
|
Raúl Marín
|
940e075941
|
Remove notNull changes
|
2021-09-11 22:36:22 +02:00 |
|
Azat Khuzhin
|
748d5a86d2
|
Add some comments for systemd service.
|
2021-09-11 23:15:38 +03:00 |
|
Azat Khuzhin
|
5a0e8af483
|
Use Should-* instead of Required-* for init script
|
2021-09-11 23:00:07 +03:00 |
|
Azat Khuzhin
|
c7e5cd7cda
|
Fix arrayCumSumNonNegative() for consts
|
2021-09-11 22:39:30 +03:00 |
|
Azat Khuzhin
|
6403cbee46
|
Fix arrayDifference() for consts
|
2021-09-11 22:39:30 +03:00 |
|
Azat Khuzhin
|
3c75844a79
|
Fix SIGSEGV for arrayCompact() with consts
arrayCompact() implements useDefaultImplementationForConstants() but it
is a no-op for FunctionArrayMapped, fix this.
CI report [1]:
[1]: https://clickhouse-test-reports.s3.yandex.net/28890/baac2e561cfb05bc174f0bd25571e607d19c7463/fuzzer_asan/report.html#fail1
|
2021-09-11 22:39:20 +03:00 |
|
Azat Khuzhin
|
2f34ab1717
|
tests: update 00900_long_parquet_load.reference
|
2021-09-11 21:59:42 +03:00 |
|
Raúl Marín
|
46eb305eec
|
T != Value
|
2021-09-11 20:46:16 +02:00 |
|
kssenii
|
453bd27c0a
|
Review fixes
|
2021-09-11 20:40:18 +03:00 |
|
Mike Kot
|
3401b32e37
|
Adapted usage of is_decimal concept
|
2021-09-11 19:35:12 +02:00 |
|
mergify[bot]
|
267e56df8c
|
Merge branch 'master' into fix-web-disk-2
|
2021-09-11 15:45:43 +00:00 |
|
Sergei Semin
|
d2c678928c
|
remove cases with unspecified behaviour (out of UInt64 range)
|
2021-09-11 18:14:00 +03:00 |
|
Sergei Semin
|
b7358636c1
|
remove duplicated libraries
|
2021-09-11 18:10:18 +03:00 |
|
mergify[bot]
|
97fbdec71c
|
Merge branch 'master' into fix-build-clang-13-2
|
2021-09-11 15:03:52 +00:00 |
|
Raúl Marín
|
a13b6f2a09
|
WIP: Speed up sum(floating point)
|
2021-09-11 15:37:52 +02:00 |
|
Azat Khuzhin
|
5f05ac23b0
|
Add $time dependency for clickhouse-server.init script
|
2021-09-11 16:08:41 +03:00 |
|