Commit Graph

104120 Commits

Author SHA1 Message Date
Alexey Milovidov
b8e9a065e9
Merge pull request #44762 from azat/build/rust-in-bin-dir
Build rust modules from the binary directory
2022-12-31 16:26:07 +03:00
Alexey Milovidov
b2ad2a7dcd
Merge pull request #44763 from ClickHouse/disable_database_ordinary_in_stress
Remove database ordinary from stress test
2022-12-31 16:25:00 +03:00
Alexey Milovidov
7f8dd061a1
Merge pull request #44768 from ClickHouse/fix-flaky-test-5
Fix flaky test 02479_mysql_connect_to_self
2022-12-31 16:24:33 +03:00
Alexander Gololobov
5fe0525867
Merge pull request #44806 from ClickHouse/44705_print_table_name
Added table name to error message
2022-12-31 10:55:34 +01:00
Alexander Gololobov
c72f9c2a79 Added table name 2022-12-31 01:40:50 +01:00
Dan Roscigno
557715b3a4
Merge pull request #44795 from ClickHouse/Avogar-patch-2
Fix incorrect docs
2022-12-30 18:43:56 -05:00
Kruglov Pavel
791e8a90cf
Fix 2022-12-30 23:15:45 +01:00
Kruglov Pavel
7e14ee6eef
Fix incorrect docs 2022-12-30 23:14:14 +01:00
Alexey Milovidov
f1aad645a6 Fix flaky test 02479_mysql_connect_to_self.sql 2022-12-30 22:00:06 +01:00
alesapin
acad2fac63 Remove database ordinary from stress test 2022-12-30 18:48:25 +01:00
Azat Khuzhin
89c071e291 Build rust modules from the binary directory
Our crates has configuration files:
- config for cargo (see config.toml.in)
- and possibly config for build (build.rs.in)

Previously it uses source directory, and it will overrides files in the
source directory, which will require recompile of crates in case of
multiple builds for one source directory.

To avoid overlaps different builds for one source directory, crate will
be copied from source directory to the binary directory.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-30 18:15:41 +01:00
Kruglov Pavel
8479615c48
Merge pull request #44684 from Avogar/avro-bool
Input/ouptut avro bool type as ClickHouse bool type
2022-12-30 17:56:36 +01:00
Kruglov Pavel
8b0a2a3b48
Merge pull request #44224 from Avogar/fix-comp-setting
Fix version parsing from compatibility setting
2022-12-30 17:50:19 +01:00
Dan Roscigno
7c03222800
Merge pull request #44740 from ClickHouse/alexey-milovidov-patch-5
Update type-conversion-functions.md
2022-12-30 11:38:41 -05:00
Dan Roscigno
bc456feb4b
Merge pull request #44708 from Avogar/schema-inference-docs
Add detailed documentation about schema inference
2022-12-30 11:19:09 -05:00
DanRoscigno
ec5314ff84 full path for links, split sql from response 2022-12-30 11:17:43 -05:00
DanRoscigno
f6c94d8645 remove table of contents 2022-12-30 10:19:09 -05:00
DanRoscigno
0df0fe2cf0 edits 2022-12-30 09:55:03 -05:00
Kruglov Pavel
5bdbee4e56
Edit URL->HDFS 2022-12-30 15:52:38 +01:00
Kruglov Pavel
0844fe7089
Merge pull request #44493 from xiedeyantu/s3_optimize
If user only need virtual columns, we don't need to initialize ReadBufferFromS3
2022-12-30 15:44:20 +01:00
DanRoscigno
925ce4b96c edits 2022-12-30 09:21:12 -05:00
alesapin
4948a8c17b
Remove disk restart proxy and disk decorator (#44647)
* Remove disk restart proxy and disk decorator
* Automatic style fix
* Returned some trash back
* Fix build again
* Fix failing test

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2022-12-30 14:47:30 +01:00
alesapin
178417d1ef
Merge pull request #44725 from ClickHouse/fix_some_tests
Slightly better some tests
2022-12-30 14:31:16 +01:00
Alexey Milovidov
5ca6b317b0
Update type-conversion-functions.md 2022-12-30 15:57:39 +03:00
Alexander Gololobov
d12f5cb119
Merge pull request #44705 from ClickHouse/fix_crash_on_delete
Fix crash on delete from materialized view
2022-12-30 12:57:21 +01:00
Alexey Milovidov
13b76ad760
Merge pull request #44719 from ClickHouse/fix_attach_thread_deadlock
Fix deadlock in attach thread
2022-12-30 13:56:18 +03:00
Alexey Milovidov
3dc41bb534
Merge pull request #44726 from ClickHouse/fix-clickhouse-test
Fix cases when clickhouse-server takes long time to start in functional tests with MSan
2022-12-30 13:54:39 +03:00
DanRoscigno
0902db3fe0 edits 2022-12-29 22:34:25 -05:00
DanRoscigno
2cc0ca3a29 full paths, add users_file_dir 2022-12-29 21:53:42 -05:00
Nikolay Degterinsky
dfe93b5d82
Merge pull request #42284 from Algunenano/perf_experiment
Performance experiment
2022-12-30 03:14:22 +01:00
Nikolay Degterinsky
e7df1f7113
Merge pull request #43293 from YunlongChen/patch-1
Update index.md
2022-12-30 03:06:51 +01:00
Alexander Gololobov
fc877380f2
Update clickhouse-test 2022-12-30 00:42:03 +01:00
stan
01a1da9c43
Merge branch 'master' into patch-1 2022-12-30 07:29:46 +08:00
Alexey Milovidov
763a875b24
Merge pull request #44648 from ClickHouse/vdimir/issue-44644
Apply aggregate_functions_null_for_empty in QueryAnalysisPass
2022-12-30 01:52:49 +03:00
Alexey Milovidov
7e33579ba0
Merge pull request #44724 from ClickHouse/fix-flaky-test-02102_row_binary_with_names_and_types
Fix flaky test "02102_row_binary_with_names_and_types.sh"
2022-12-30 01:45:26 +03:00
Alexey Milovidov
e54bf36a3e
Merge pull request #44722 from ClickHouse/rename_file
Rename log in stress test
2022-12-30 01:44:48 +03:00
Alexey Milovidov
a99251d6f2
Merge pull request #44721 from ClickHouse/fix-flaky-test-4
Fix flaky test
2022-12-30 01:44:25 +03:00
Alexey Milovidov
f84064d05a
Merge pull request #44720 from ClickHouse/improve-fuzzer
A few improvements to AST Fuzzer
2022-12-30 01:43:55 +03:00
Alexey Milovidov
2872f0dcaf
Merge pull request #44723 from ClickHouse/better-stress-test
Debug deadlock in stress test
2022-12-30 01:43:32 +03:00
alesapin
f76d193c08 FXI 2022-12-29 23:03:37 +01:00
Alexey Milovidov
60e4fb0807 Fix cases when clickhouse-server takes long time to start 2022-12-29 22:56:50 +01:00
avogar
f7168ce46b Add missing new line 2022-12-29 21:31:52 +00:00
avogar
ced668fafb Better 2022-12-29 21:21:37 +00:00
Kruglov Pavel
150a699dda
Merge pull request #44546 from Avogar/better-object-as-string-inference
Improve json object as string inference
2022-12-29 21:58:46 +01:00
Alexander Gololobov
fbae502499
Merge pull request #42126 from ClickHouse/fix_invalid_number_of_rows_in_chunk_with_prewhere
Fixing "Invalid number of rows in Chunk" with lightweight deletes
2022-12-29 21:46:12 +01:00
avogar
872d5a5699 Fix style 2022-12-29 20:45:10 +00:00
avogar
ae715b9d00 Finish docs 2022-12-29 20:42:03 +00:00
Alexey Milovidov
3bbc8b5d7a
Merge pull request #44713 from ClickHouse/vdimir/remove_optimize_fuse
Remove optimizeFuseQuantileFunctions on AST
2022-12-29 23:20:34 +03:00
alesapin
1daf928809 Slightly better some tests 2022-12-29 21:16:07 +01:00
Denny Crane
77e3b9baa5
Update entrypoint.sh (#44699)
create xml with user settings if CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT is set
2022-12-29 21:09:44 +01:00