alesapin
63213465ef
Fix comment
2022-09-14 17:28:12 +02:00
alesapin
ad279940d6
Trying print less scary messages in case No such key for outdated parts
2022-09-14 17:25:58 +02:00
Robert Schulze
fd97058e45
fix: incorporate review comments
2022-09-14 15:21:24 +00:00
Denny Crane
cbdbe1077a
Update date-time-functions.md
2022-09-14 12:16:32 -03:00
Alexey Milovidov
088530b3a2
Update README.md
2022-09-14 17:53:15 +03:00
alesapin
d8c14ebcf6
Fixup
2022-09-14 16:44:40 +02:00
Dan Roscigno
c8dcd34abe
Merge pull request #41237 from DanRoscigno/move-title
...
move title to frontmatter in troubleshooting doc
2022-09-14 10:15:18 -04:00
alesapin
9d3ab9a7f7
Merge branch 'master' into enable_projections_and_zero_copy
2022-09-14 15:16:16 +02:00
Anton Popov
3623807527
Merge pull request #41290 from CurtizJ/dynamic-columns-20
...
Fix `ALTER ADD COLUMN` with columns of type `Object`
2022-09-14 14:15:29 +02:00
Anton Popov
defd393fdc
Update src/DataTypes/ObjectUtils.h
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-09-14 14:07:07 +02:00
mateng0915
31a0900756
deleted local file
2022-09-14 19:19:47 +08:00
mateng0915
372a0b7794
added events into s3 integration test
2022-09-14 19:19:47 +08:00
mateng0915
f7f976e94e
remove extra space
2022-09-14 19:19:47 +08:00
mateng0915
f38e262706
fixed the unnecessory changes
2022-09-14 19:19:47 +08:00
mateng0915
9a91815f86
revert submodel
2022-09-14 19:19:47 +08:00
mateng0915
5badb1b186
resolve the review comments
2022-09-14 19:19:40 +08:00
teng.ma
a85c917488
fix master conflict
2022-09-14 19:18:31 +08:00
teng.ma
ebea9f9359
Feature: Support Event Tracing when calling Aws S3 API
...
Description:
============
In Computing && Storage Architecture, using S3 as remote / Shared storage, the Method to access S3 is using AWS S3 API
There is a gap between ClickHouse DB with Ozone Operation
In ClickHouse, operation is SQL and background task
In S3 , the operation should be AWS S3 API
And one sql maybe can mapped to multiple API
Solution:
=========
Added Calling API as event into system.events table
2022-09-14 19:18:31 +08:00
avogar
59e7eb084c
Add column type check before UUID insertion in MsgPack format
2022-09-14 11:15:10 +00:00
Kseniia Sumarokova
cc639f2e2d
Update CachedOnDiskReadBufferFromFile.cpp
2022-09-14 13:13:02 +02:00
Nikolay Degterinsky
e9c4968211
Merge remote-tracking branch 'master' into new_parser
2022-09-14 11:08:48 +00:00
Robert Schulze
cb04c724b9
Merge pull request #41285 from ClickHouse/fix-broken-doc-links
...
System statements docs: Fix broken links
2022-09-14 13:03:01 +02:00
Kruglov Pavel
3396ff6c3a
Merge pull request #40516 from zjial/record_errors_for_import_by_csv
...
Record errors while reading text formats (CSV, TSV).
2022-09-14 12:52:32 +02:00
Kseniia Sumarokova
e272c0cce5
Merge pull request #41301 from ClickHouse/kssenii-patch-5
...
Update storing-data.md
2022-09-14 12:43:42 +02:00
alesapin
ac60300997
Merge pull request #41249 from ClickHouse/revert-40968-s3-sharding-2
...
Revert "Sharding s3 key names (2)"
2022-09-14 12:30:56 +02:00
Mikhail f. Shiryaev
a9c272283a
Merge pull request #41260 from ClickHouse/macos-release-download
...
Fix download_binary, use proper version and commit
2022-09-14 12:30:33 +02:00
Mikhail f. Shiryaev
f47a44ef02
Merge pull request #41256 from ClickHouse/docker-server-version
...
Docker server version
2022-09-14 12:27:36 +02:00
Mikhail f. Shiryaev
636994fab8
Merge pull request #41291 from den-crane/patch-48
...
make /etc/default/clickhouse compatible between systemd and initV
2022-09-14 12:26:27 +02:00
Kseniia Sumarokova
bb5f9e578a
Update storing-data.md
2022-09-14 12:17:24 +02:00
alesapin
51a302a70f
Merge branch 'master' into revert-40968-s3-sharding-2
2022-09-14 11:53:14 +02:00
Kseniia Sumarokova
52db0e5c40
Update DiskObjectStorageMetadata.cpp
2022-09-14 11:52:23 +02:00
Nikolay Degterinsky
ab4e3b831e
Fix TableFunction expressions
2022-09-14 09:44:51 +00:00
young scott
b6888022cd
Merge branch 'master' into fix_issuse_41096
2022-09-14 17:38:22 +08:00
kssenii
ea31302071
Fix
2022-09-14 11:30:06 +02:00
vdimir
7fd0369c0f
Mark 02421_exponential_join_rewrite long
2022-09-14 09:18:07 +00:00
young scott
bc111b5680
fix issuse#41096
2022-09-14 09:15:40 +00:00
Vladimir C
00d0b37cd0
Merge pull request #41263 from ClickHouse/vdimir/quorum-log-msg-fix
2022-09-14 10:54:21 +02:00
Robert Schulze
cc573faecb
Merge pull request #40883 from MaceWindu/patch-1
...
Add linq2db to list of third-party libraries
2022-09-14 09:32:43 +02:00
Robert Schulze
065e668182
Merge branch 'master' into bundled-c-ares
2022-09-14 09:31:06 +02:00
Frank Chen
569167d9aa
Improve the test to address review comments
...
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
2022-09-14 11:43:23 +08:00
Denny Crane
6e5ba2648d
Update clickhouse-server.init
2022-09-13 20:54:56 -03:00
Anton Popov
ee54451741
fix adding of columns of type Object
2022-09-13 22:43:59 +00:00
Dan Roscigno
ad9e7be566
Update README.md
...
When running `changelog.py` I did not have tags and needed to supply a `--from` with a commit SHA. Having the tags allows the script to go back to the last release.
2022-09-13 17:23:41 -04:00
Nikolay Degterinsky
48ec96149e
Fix style
2022-09-13 21:07:15 +00:00
Robert Schulze
32ad082f57
Merge pull request #41243 from azat/git-blame-ignore-revs
...
Add files with revision to ignore for git blame
2022-09-13 23:07:00 +02:00
Azat Khuzhin
f35296eea6
Add files with revision to ignore for git blame
...
This will improve output of the blame.
Can be configured as follow:
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-09-13 23:05:56 +02:00
Robert Schulze
5aedf60689
fix: repair aarch64 build
2022-09-13 20:51:51 +00:00
Nikolay Degterinsky
d42a751c1f
Fix table function view & more cool stuff
2022-09-13 20:31:08 +00:00
Robert Schulze
d071dbe5a0
Merge branch 'master' into patch-1
2022-09-13 22:27:48 +02:00
Dan Roscigno
049eda54d1
Merge pull request #41271 from DanRoscigno/update-delete
...
Update delete with needed privilege
2022-09-13 16:12:26 -04:00