李扬
b8252c569c
Merge branch 'master' into enable_max_splits
2022-11-08 14:27:28 +08:00
Nikolay Degterinsky
9f7f1f05b6
Merge pull request #42634 from xiedeyantu/fix_progress_bar
...
Fix no progress indication on INSERT FROM INFILE
2022-11-08 03:58:38 +01:00
李扬
1728f1e436
Merge branch 'master' into enable_max_splits
2022-11-08 10:15:42 +08:00
alesapin
c88dcba36e
Merge pull request #42852 from SaltTan/patch-1
...
Docs. Add PARTITION clause to CHECK TABLE
2022-11-07 22:49:33 +01:00
alesapin
e6c3ea7ab8
Merge pull request #42890 from AVMusorin/s3_plain_system_name
...
changed type name for s3 plain storage
2022-11-07 22:46:25 +01:00
Alexander Tokmakov
fc77d53db1
Merge pull request #43009 from azat/fix-tsan
...
Fix TSan errors (correctly ignore _exit interception)
2022-11-07 22:20:53 +03:00
Alexander Tokmakov
c5edea19f3
Merge pull request #43004 from ClickHouse/devcrafter-restart-replica-patch
...
Simple fixes for restart replica description
2022-11-07 22:18:28 +03:00
Igor Nikonov
434c0f24f9
Update docs/en/sql-reference/statements/system.md
...
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2022-11-07 19:40:59 +01:00
Alexander Tokmakov
b4ecbbf224
Update safeExit.cpp
2022-11-07 21:07:09 +03:00
Dan Roscigno
501e43dd01
Merge pull request #43013 from DanRoscigno/fix-troubleshooting-missing-nav
...
move troubleshooting to FAQ
2022-11-07 12:05:08 -05:00
DanRoscigno
d446eca882
move troubleshooting to FAQ
2022-11-07 11:56:09 -05:00
Alexander Tokmakov
a24bff1029
Merge pull request #42256 from lixuchun314/update-docs
...
update docs error
2022-11-07 18:54:15 +03:00
Vitaly Baranov
ab8feb5bff
Merge pull request #42782 from mdonkers/session-log-support-sslcertificate-auth
...
Add SSL_CERTIFICATE auth method to all places missing
2022-11-07 16:36:42 +01:00
Alexander Tokmakov
848a532b68
Merge pull request #42866 from amosbird/getauxval_fix
...
Fix getauxval for sanitizer builds
2022-11-07 18:34:36 +03:00
Robert Schulze
6629e657cb
Merge pull request #42983 from no-on3/patch-1
...
docs : updating comparing mode command and results
2022-11-07 16:14:14 +01:00
Azat Khuzhin
d6bfbeb95f
Fix TSan errors (correctly ignore _exit interception)
...
Because safeExit() does not includes header with defines, it does not
know about THREAD_SANITIZER.
And it also fixes Azure blob storage, actually everything is fine with
the sdk itself, the problem is only in TSan that intercepts _exit() and
report leak, even thoug that tread will be joined later.
Refs: #23056 (#23616 )
Fixes : #38474
Closes : #42640
Fixes : #42638
Fixes : #34988
Cc: @alexey-milovidov, @tavplubix
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-07 16:10:35 +01:00
Dan Roscigno
9123eacdeb
Merge branch 'master' into patch-1
2022-11-07 09:44:22 -05:00
Igor Nikonov
e7fbe40b1c
Simple fixes for restart replica description
2022-11-07 14:30:52 +01:00
Mikhail f. Shiryaev
abe21ab80d
Merge pull request #43000 from ClickHouse/debug-workflow-call
...
Add `on: workflow_call` to debug CI
2022-11-07 13:52:16 +01:00
Mikhail f. Shiryaev
105c6a70f0
Update GH actions checkers
2022-11-07 13:19:40 +01:00
Mikhail f. Shiryaev
65c86e9ebd
Add on: workflow_call
to debug CI
2022-11-07 13:10:18 +01:00
Kruglov Pavel
48163ff9c2
Merge pull request #42938 from amosbird/issue_42771
...
Fix NOT_FOUND_COLUMN_IN_BLOCK in some rare case
2022-11-07 13:10:12 +01:00
Mikhail f. Shiryaev
4088146a17
Merge pull request #42997 from ClickHouse/nightly-debug
...
Add debug information to nightly builds
2022-11-07 13:03:15 +01:00
Mikhail f. Shiryaev
940e859ead
Add debug information to nightly builds
2022-11-07 11:40:18 +01:00
Sema Checherinda
8860550e87
Merge pull request #42972 from ClickHouse/remove-some-utils
...
Remove some utils
2022-11-07 11:29:55 +01:00
Vladimir C
3ed11c7a7b
Merge pull request #42994 from CamiloSierraH/patch-3
2022-11-07 10:39:15 +01:00
Vladimir C
e8fb5f9afa
Merge pull request #42670 from bigo-sg/ascii_function
2022-11-07 10:33:56 +01:00
Camilo Sierra
e2c23344d1
full example using AggregatingMergeTree
...
Discussing with a dev the `AggregatingMergeTree` usage was not clear, they do not understand how use the `AggregateFunction` or how we could get the final aggregated value.
I hope this full example could better show the capabilities of this feature and help the new users to better understand it.
2022-11-07 09:54:45 +01:00
Antonio Andelic
9ac829d4c4
Merge pull request #41766 from JackyWoo/manual_snapshot_for_keeper
...
Manually snapshot creation for keeper
2022-11-07 09:18:58 +01:00
Antonio Andelic
e08f94d0f8
Merge pull request #42659 from ClickHouse/optimize-entire-partition
...
Support for optimizing old parts for entire partition only
2022-11-07 09:06:11 +01:00
李扬
70fd664dd1
Merge branch 'master' into ascii_function
2022-11-07 10:30:10 +08:00
Kseniia Sumarokova
cd5c6acbd2
Merge pull request #42960 from kssenii/fix-pg-db-datetime-table-attach
...
Fix postgres db engine attaching table with datetime
2022-11-06 22:39:15 +01:00
Alexey Milovidov
05b133fc8a
Merge pull request #42980 from evillique/fix-parser-2
...
Fix a bug in CAST function parser
2022-11-06 22:30:09 +01:00
Alexander Gololobov
cdf13cc6c0
Merge pull request #42926 from ClickHouse/keeper-faster-commit
...
Faster commit in Keeper
2022-11-06 20:46:59 +01:00
Mikhail f. Shiryaev
216a271791
Merge pull request #42981 from ClickHouse/pr_info-remove-ref
...
Fix old bug to remove `refs/head` from ref name
2022-11-05 21:50:37 +01:00
Rami Dridi
b0b3942aae
docs : updating comparing mode command and results
2022-11-05 21:33:47 +01:00
Alexey Milovidov
641f8576c6
Merge pull request #42003 from ClickHouse/write-progress-to-tty
...
Write progress directly to terminal
2022-11-05 16:51:37 +01:00
Mikhail f. Shiryaev
1642b2f4bd
Fix old bug to remove refs/heads
from default ref
2022-11-05 14:51:26 +01:00
JackyWoo
00e93482c8
fix docs
2022-11-05 18:00:26 +08:00
JackyWoo
73dfe4acd7
Add to default white list
2022-11-05 17:56:55 +08:00
JackyWoo
9404e089fc
Merge branch 'master' into manual_snapshot_for_keeper
2022-11-05 17:37:36 +08:00
Nikolay Degterinsky
fbf891d375
Merge pull request #42774 from alexon1234/add_format_redable_decimal_size
...
Published formatReadableDecimalSize so it can be used as function
2022-11-05 12:34:20 +03:00
Nikolay Degterinsky
e3f5230822
Fix bug in CAST function parser
2022-11-05 01:10:51 +00:00
Alexey Milovidov
f1cbf2f28b
Merge pull request #42917 from ClickHouse/alexey-milovidov-patch-7
...
Update README.md for utils/antlr
2022-11-05 00:16:32 +01:00
Alexey Milovidov
5268787f9c
Merge branch 'master' into remove-some-utils
2022-11-05 00:13:22 +01:00
Nikolay Degterinsky
ccb2d2bc1c
Merge branch 'master' into fix_progress_bar
2022-11-05 01:50:27 +03:00
Igor Nikonov
3fad4131bf
Merge pull request #42937 from ClickHouse/fix_bad_cast_low_cardinality_to_string_column
...
Fix: bad cast from type DB::ColumnLowCardinality to DB::ColumnString
2022-11-04 23:34:37 +01:00
Nikolay Degterinsky
5be30b9cb7
Merge pull request #42962 from jrdi/fix-sprintf-deprecated-mac-m1
...
Fix macOS M1 builds due to sprintf deprecation
2022-11-05 01:28:18 +03:00
Nikita Taranov
2c7708a03e
Add bound check to lz4 decompression ( #42868 )
...
* impl
* add test
* fix bullshit tidy error
2022-11-04 22:12:36 +01:00
Dan Roscigno
fb43aa3db9
Merge pull request #42939 from DanRoscigno/add-vis-to-cell-towers
...
Add vis to cell towers
2022-11-04 15:47:13 -04:00