alexey-milovidov
4082c6c4e5
Merge pull request #31713 from Algunenano/02050_clean_files
...
02050: Use CLICKHOUSE_TMP and delete files when finished
2021-11-25 05:02:34 +03:00
alexey-milovidov
02c270663b
Merge pull request #31720 from Algunenano/02010_lc_native_ids
...
02010_lc_native: Generate a new id for each query
2021-11-25 05:01:08 +03:00
alexey-milovidov
99a40d171d
Merge pull request #31721 from Algunenano/flaky_00623
...
00623_replicated_truncate_table_zookeeper_long: Wait for truncate in replicas
2021-11-25 05:00:53 +03:00
alexey-milovidov
423d497b27
Merge pull request #31742 from CurtizJ/fix-map
...
Fix usage of `Buffer` table engine with type `Map`
2021-11-25 04:56:37 +03:00
alexey-milovidov
b3ac7d04f2
Merge pull request #31744 from tmagomedov/remove_opencl_completely
...
Remove OpenCL completely
2021-11-25 04:56:02 +03:00
Alexey Milovidov
2373456866
Fix build
2021-11-25 04:18:54 +03:00
Kseniia Sumarokova
5cc0448b9e
Update 02124_clickhouse_dictionary_with_predefined_configuration.sql
2021-11-25 01:55:47 +03:00
Alexey Milovidov
7a95d7f29d
Remove annoying messages
2021-11-25 01:55:36 +03:00
kssenii
20c59b66f9
ClickHouse dictionary support named collections
2021-11-25 01:51:38 +03:00
Alexey Milovidov
05349ce7a6
Do not build protobuf twice
2021-11-25 01:50:54 +03:00
Mikhail f. Shiryaev
334b390603
Add script for pushing deb and rpm packages to artifactory
2021-11-24 23:49:15 +01:00
Alexey Milovidov
3ce2d4f38f
Merge branch 'master' of github.com:yandex/ClickHouse into hermetic-builds
2021-11-25 01:36:12 +03:00
Alexey Milovidov
310367fad1
Merge branch 'master' into hermetic-builds
2021-11-25 01:35:06 +03:00
Alexey Milovidov
05b8f0b891
Update submodule
2021-11-25 01:34:51 +03:00
alexey-milovidov
ac66433650
Merge pull request #31672 from ClickHouse/better-crosscompiling-freebsd
...
More easy cross-compiling for FreeBSD
2021-11-25 01:31:41 +03:00
alexey-milovidov
0fe5f2cbbb
Update SECURITY.md
2021-11-25 00:59:52 +03:00
Timur Magomedov
08fc832038
Remove OpenCL completely
2021-11-25 00:45:35 +03:00
alexey-milovidov
de7f5dc2a5
Merge pull request #31711 from den-crane/patch-44
...
Doc. remove a note about minimal req to mark_cache_size
2021-11-25 00:29:18 +03:00
Anton Popov
37350e007c
fix mutate of ColumnMap
2021-11-25 00:05:08 +03:00
kssenii
038bdcf9b9
Fix
2021-11-24 23:56:36 +03:00
Azat Khuzhin
df67af0c88
Fix disabling query profiler
...
Before there was two incorrect checks:
- timer_id != nullptr, but first timer is 0x0 and the comparison does
not work
- previous_handler should also be reseted regardless it was nullptr or
not, plus it also incorrectly uses 'sigaction * previous_handler'
before.
Which leads to permanent query profiler enabled for particular thread,
this is especially visible if you have query profiler disabled and you
are running some query with profiler enabled, i.e.:
select 1 settings query_profiler_real_time_period_ns=1
After, QueryPipelineEx will eat lots of CPU due because of profiler.
2021-11-24 23:28:20 +03:00
Alexey Milovidov
a4e57228cf
Add a test from #31662
2021-11-24 23:09:50 +03:00
Alexey Milovidov
21f112b30e
Merge branch 'better-crosscompiling-freebsd' into hermetic-builds
2021-11-24 22:43:30 +03:00
Alexey Milovidov
f1b8e2a2c8
Fix build
2021-11-24 22:43:12 +03:00
Kruglov Pavel
e822a3b43b
Merge pull request #31695 from Avogar/perf-test-valid-utf8
...
Add perf test for writing valid UTF8
2021-11-24 22:38:42 +03:00
Kruglov Pavel
690b460c3d
Fix style
2021-11-24 22:36:36 +03:00
Kruglov Pavel
949c16f7f8
Update test
2021-11-24 22:31:34 +03:00
avogar
e4ba685d15
Fix race in JSONEachRowWithProgressRowOutputFormat
2021-11-24 22:29:43 +03:00
Kruglov Pavel
ad7768e42a
Fix
2021-11-24 22:25:41 +03:00
Kruglov Pavel
b20f4439df
Make better
2021-11-24 22:25:03 +03:00
kssenii
46d2fdc5e6
Update
2021-11-24 21:53:53 +03:00
Nikolai Kochetov
3714112d57
Update helpers
2021-11-24 21:18:49 +03:00
Nikolai Kochetov
060e0d0605
Try to push data into another ci database.
2021-11-24 21:04:11 +03:00
tavplubix
bebee01b34
Merge pull request #31638 from ClickHouse/fix_rename_dictionary
...
Fix rename dictionary
2021-11-24 20:25:35 +03:00
Alexey Milovidov
a1e0ee14c0
Merge branch 'master' into hermetic-builds
2021-11-24 20:25:25 +03:00
Alexey Milovidov
92031e6b31
Fix PVS-Studio
2021-11-24 20:25:11 +03:00
Raúl Marín
1f0292cf7b
Add performance test for avg over floating points
2021-11-24 18:22:19 +01:00
avogar
1bd8c57908
Fix
2021-11-24 20:21:21 +03:00
Alexey Milovidov
8e4c7fccc3
Fix build
2021-11-24 20:19:52 +03:00
Raúl Marín
b6c4683e68
00623_replicated_truncate_table_zookeeper_long: Wait for truncate in replicas
2021-11-24 17:40:46 +01:00
Raúl Marín
c65d904d37
02010_lc_native: Generate a new id for each query
2021-11-24 17:19:59 +01:00
Raúl Marín
a94140725a
Make 02112_with_fill_interval independent of the server timezone
2021-11-24 16:59:58 +01:00
mergify[bot]
9ce9aef40a
Merge branch 'master' into parallel-formatting
2021-11-24 15:40:01 +00:00
Kruglov Pavel
758c0e1c5e
Fix build
2021-11-24 18:35:18 +03:00
avogar
7c84d95908
Fix possible Logical error: Cannot write to finalized buffer
2021-11-24 18:32:41 +03:00
zhangxiao871
f8190b7074
Fix min_x max_x and AST Fuzzer check
2021-11-24 23:25:30 +08:00
Denny Crane
f3543fa18e
remove a note about minimal req to mark_cache_size
2021-11-24 11:25:16 -04:00
Raúl Marín
8b36d18186
02050: Use CLICKHOUSE_TMP and delete files when finished
2021-11-24 16:07:49 +01:00
alesapin
2f87975621
Fix set serialization
2021-11-24 17:43:17 +03:00
Alexey Milovidov
438619389f
Fix build
2021-11-24 16:53:51 +03:00