Commit Graph

84039 Commits

Author SHA1 Message Date
lgbo-ustc
7efe4abe2a update tests 2022-03-02 09:46:32 +08:00
freedomDR
43ac214dc5 get credentials from environment variables for clickhouse-client
include CLICKHOUSE_USER, CLICKHOUSE_PASSWORD
2022-03-02 00:54:51 +00:00
NikitaEvs
06f47673f4 Fix typo 2022-03-01 21:42:27 +00:00
FArthur-cmd
f7be1755dc Add some benchmarks 2022-03-02 00:39:25 +03:00
alexey-milovidov
fcc684e04d
Merge pull request #34952 from rschu1ze/fix-redundant-linux-docs
Remove redundant content in Linux build docs
2022-03-02 00:21:06 +03:00
Robert Schulze
ec6e58536f
Print number of available logical cores in configuration
Really just for convenience so the developer can choose appropriate
values for CMake options PARALLEL_COMPILE_JOBS and PARALLEL_LINK_JOBS.
Might also help to find out why builds are slow.
2022-03-01 21:24:22 +01:00
alesapin
e2989c2b85 Fix storage system zookeeper 2022-03-01 21:23:26 +01:00
alesapin
ec3e4251e1 Fix style 2022-03-01 20:34:25 +01:00
Alexey Milovidov
c82ca34df9 Move codebrowser out of Yandex 2022-03-01 20:15:43 +01:00
alesapin
673ddd98de Fix tests 2022-03-01 20:02:43 +01:00
kssenii
aa1c71a877 Merge master 2022-03-01 19:25:04 +01:00
kssenii
755e63ed03 Keep compatibility 2022-03-01 19:21:59 +01:00
alesapin
cba5fe44a9 Merge branch 'master' into unrestricted-zk-reads 2022-03-01 18:09:21 +01:00
mergify[bot]
00afead7ec
Merge branch 'master' into fix-redundant-linux-docs 2022-03-01 16:52:54 +00:00
Anton Popov
82d24f06eb
Merge pull request #34866 from CurtizJ/async-insert-table-function
Fix async inserts to table functions
2022-03-01 19:45:22 +03:00
Maksim Kita
ef9bf92a28
Merge pull request #34856 from cnmade/PR202202241000
Pr202202241000
2022-03-01 14:02:18 +01:00
alexey-milovidov
1e7195f0de
Merge pull request #34960 from FArthur-cmd/add_benchmarks
Add benchmarks
2022-03-01 15:21:30 +03:00
alexey-milovidov
378fdb3a23
Update hardware.sh 2022-03-01 15:20:11 +03:00
alesapin
932fa19ecd Disable memory checking test with thread sanitizer 2022-03-01 13:17:34 +01:00
avogar
2b77416bf1 Fix tests 2022-03-01 11:35:17 +00:00
Nikolay Degterinsky
02639b8b48
Merge pull request #34920 from cnmade/PR20220226
Translate zh/faq/integration/file-export
2022-03-01 14:26:03 +03:00
kssenii
7597c692d1 Fix test 2022-03-01 12:07:13 +01:00
kssenii
092ec45b47 Merge master 2022-03-01 12:06:56 +01:00
lgbo-ustc
ca470e1b94 lazy initialization about getting hive metadata in HiveStorage 2022-03-01 19:04:44 +08:00
avogar
a7c6d11532 Fix schema inference for unquoted dates in CSV 2022-03-01 11:03:26 +00:00
Kruglov Pavel
97d634d1cc
Merge pull request #34732 from Avogar/insert-select-schema
Support schema inference for INSERT INTO FUNCTION
2022-03-01 13:38:16 +03:00
FArthur-cmd
fc17d20adc small refactoring 2022-03-01 13:32:49 +03:00
FArthur-cmd
69b4f1b0a5 correct documentation and update hardware.sh for macos 2022-03-01 13:29:46 +03:00
Kseniia Sumarokova
781621eefe
Merge pull request #34946 from bigo-sg/hive_table_function
Add hive table function
2022-03-01 11:28:36 +01:00
alesapin
4b61e4795c
Merge pull request #34949 from nikitamikhaylov/system_log_tables_and_settings
Recreate system.{*}_log table on settings changes
2022-03-01 11:15:19 +01:00
kssenii
af6a5c78a6 Fix tests 2022-03-01 10:38:01 +01:00
lgbo-ustc
5ed41bda9b fixed code style 2022-03-01 17:20:32 +08:00
taiyang-li
f83132bad2 finish dev 2022-03-01 15:54:23 +08:00
lgbo-ustc
5ae99df87c fxied code style 2022-03-01 15:35:57 +08:00
lgbo-ustc
6e568c1530 update codes 2022-03-01 15:24:40 +08:00
lgbo-ustc
91a45d799e optimization for first time to read a random access readbuffer 2022-03-01 15:22:07 +08:00
zzsmdfj
e55fb747b2 to 32977_MaterializedMySQL_add_table_list_settings-fix-build-error 2022-03-01 14:48:11 +08:00
taiyang-li
b31440c77a Merge branch 'master' into add_metric_for_local 2022-03-01 12:29:36 +08:00
lgbo-ustc
0ae883ad5b fixec cmake failure on fasttest 2022-03-01 12:20:52 +08:00
zzsmdfj
4d9bdfa58c to 32977_MaterializedMySQL_add_table_list_settings 2022-03-01 10:21:58 +08:00
lgbo-ustc
f6c6ab9d47 fixed bugs 2022-03-01 09:51:23 +08:00
cnmade
8e07ec5319 Merge remote-tracking branch 'upstream/master' into PR202202241000
* upstream/master: (50 commits)
  Improve certificate reloader (#34887)
  Stop processing multiqueries in clickhouse-client/local on SIGINT
  Tiny cleanup of ClientBase
  Use proper exit value on exit by signal (like in glibc)
  fix comments
  fix comments
  Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it
  Fix some code comments style
  Update src/Databases/SQLite/SQLiteUtils.cpp
  Update style.md
  Update style.md
  Update style.md
  Update version_date.tsv after v22.1.4.30-stable
  Fix
  Fix
  use getPageSize, correct typo
  Update README.md
  Use SYSTEM_ERROR in MemoryStatisticsOS for FreeBSD
  Fix stylecheck for tests/ci/release.py
  Argument --commit for release.py is required
  ...
2022-03-01 09:28:32 +08:00
Robert Schulze
8bee053175
Remove redundant content in Linux build docs
The same information about split builds existed twice in the document.
This change merges both places into one.
2022-02-28 22:07:37 +01:00
FArthur-cmd
985091f5a2 Add benchmarks and improve hardware check 2022-02-28 22:09:55 +03:00
Filatenkov Artur
af4362e40a
Improve certificate reloader (#34887)
* add ec support

* Add test

* fix tests and improve code style
2022-02-28 21:30:02 +03:00
Kruglov Pavel
ee37e93499
Update test.py 2022-02-28 20:39:15 +03:00
vdimir
96390a9263
Fix 01016_simhash_minhash 2022-02-28 16:38:39 +00:00
vdimir
1560bb0e3d
Fix 01492_format_readable_quantity 2022-02-28 16:06:39 +00:00
vdimir
39407dc17b
Skip 01103_check_cpu_instructions_at_startupfor aarch64 2022-02-28 16:05:57 +00:00
Nikita Mikhaylov
d6036f6da3 Better
(cherry picked from commit 4ae445c9e227581ea9f1cbe9aa9d1ba82e1236c9)
2022-02-28 15:27:52 +00:00