zvonand
|
bd3383cd27
|
update test
|
2022-08-25 11:10:01 +03:00 |
|
zvonand
|
d319e8274d
|
fix parquet test
|
2022-08-25 02:34:16 +03:00 |
|
zvonand
|
3797e7cfbe
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-minmax
|
2022-08-25 01:57:49 +03:00 |
|
Kseniia Sumarokova
|
fec58f7d1b
|
Merge pull request #40578 from ClickHouse/kssenii-patch-4
Fix after #40420
|
2022-08-24 23:53:26 +02:00 |
|
Alexey Milovidov
|
aaafb797c0
|
Merge pull request #40541 from ClickHouse/paranoid_check_for_s3_uploads
Add paranoid option to check blobs to S3 after upload
|
2022-08-24 23:51:22 +02:00 |
|
zvonand
|
a61fd73c88
|
fix test fails
|
2022-08-25 00:26:44 +03:00 |
|
Kseniia Sumarokova
|
4e7578cf3f
|
Merge pull request #40565 from FrankChen021/url_engine
Fix segment fault when writing data to URL table engine
|
2022-08-24 20:36:45 +02:00 |
|
zvonand
|
5c00428940
|
updated as was before
|
2022-08-24 19:46:17 +03:00 |
|
Vladimir C
|
e703dd72bf
|
Merge pull request #40581 from ClickHouse/vdimir/test_issue_40335
Add test for PR #40335
|
2022-08-24 18:11:23 +02:00 |
|
Alexander Gololobov
|
c9177d2cb3
|
Merge pull request #40475 from ClickHouse/allow-conversion-from-string-datetime64-to-date-date32
Allow conversion from String with DateTime64 to Date and Date32
|
2022-08-24 17:33:20 +02:00 |
|
Alexander Tokmakov
|
f68db41c1c
|
Merge pull request #40575 from Avogar/try-fix-s3-test
Fix flaky schema inference cache tests
|
2022-08-24 18:24:05 +03:00 |
|
Alexander Gololobov
|
6c256cbe4a
|
Merge pull request #40474 from ClickHouse/allow-to-parse-date-as-datetime
Allow parsing Date as DateTime and DateTime64
|
2022-08-24 17:23:44 +02:00 |
|
vdimir
|
52604e0168
|
Add test for PR #40335
|
2022-08-24 14:09:19 +00:00 |
|
zvonand
|
b4564099f9
|
fix inherited parts
|
2022-08-24 17:07:30 +03:00 |
|
Kruglov Pavel
|
e6e7f5db93
|
Merge pull request #40491 from mini4/fix-settings-input_format_tsv_skip_first_lines
Fix bug in settings input_format_tsv_skip_first_lines of format TSV
|
2022-08-24 15:57:45 +02:00 |
|
alesapin
|
cac3005f4d
|
Merge branch 'master' into paranoid_check_for_s3_uploads
|
2022-08-24 14:43:11 +02:00 |
|
alesapin
|
35f9815b8e
|
Fix backward comp check
|
2022-08-24 14:43:02 +02:00 |
|
Alexander Tokmakov
|
b8abecb908
|
Merge pull request #40577 from ClickHouse/revert-39107-parallel-insert-select-s3-cluster
Revert "Parallel distributed insert select from *Cluster table functions"
|
2022-08-24 15:26:03 +03:00 |
|
Alexander Tokmakov
|
9820c3fce0
|
Merge pull request #40545 from ClickHouse/fix_restart_replica_race
Fix race on system restart replica
|
2022-08-24 15:18:36 +03:00 |
|
Alexander Tokmakov
|
f9f85a0e8b
|
Revert "Parallel distributed insert select from *Cluster table functions (#39107)"
This reverts commit d3cc234986 .
|
2022-08-24 15:17:15 +03:00 |
|
Kseniia Sumarokova
|
3e8a2d9093
|
Update FileSegment.cpp
|
2022-08-24 14:16:53 +02:00 |
|
Kruglov Pavel
|
0781e8b4f7
|
Merge pull request #40534 from Avogar/nested-in-avro
Support reading Array(Record) into flatten nested table in Avro
|
2022-08-24 13:33:12 +02:00 |
|
avogar
|
93d0113b14
|
Fix flacky schema inference cache tests
|
2022-08-24 11:28:56 +00:00 |
|
Alexander Tokmakov
|
1aa7f1f28f
|
Merge pull request #40568 from ClickHouse/tavplubix-patch-3
Temporarily disable flaky test_concurrent_backups_s3
|
2022-08-24 14:03:06 +03:00 |
|
Alexander Tokmakov
|
c1d933b746
|
Update test.py
|
2022-08-24 13:39:45 +03:00 |
|
Frank Chen
|
b432b0d100
|
Merge branch 'master' into url_engine
|
2022-08-24 17:59:21 +08:00 |
|
Frank Chen
|
335293549b
|
Fix segment fault when sending data to remote HTTP server via URL table engine
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
|
2022-08-24 17:38:16 +08:00 |
|
zvonand
|
3c679463d7
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-minmax
|
2022-08-24 11:24:10 +03:00 |
|
Robert Schulze
|
b5f64c390a
|
Merge pull request #40552 from ClickHouse/fix-40439
CMake option ENABLE_CCACHE is not propagated to native build
|
2022-08-24 09:22:49 +02:00 |
|
kgurjev
|
f62c2c3221
|
Fix bug in settings input_format_tsv_skip_first_lines of format TSV
|
2022-08-24 10:02:57 +03:00 |
|
Alexey Milovidov
|
2135f0e00e
|
Update CHANGELOG.md
|
2022-08-24 03:35:51 +03:00 |
|
zvonand
|
6ad02fd687
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-minmax
|
2022-08-24 01:12:38 +03:00 |
|
zvonand
|
e257f9d0cd
|
update docs, tests + small fixes
|
2022-08-24 01:09:14 +03:00 |
|
zvonand
|
a9fd733871
|
updated docs
|
2022-08-24 01:09:14 +03:00 |
|
Alexey Milovidov
|
12f306481b
|
Merge pull request #40551 from den-crane/patch-39
Doc. Window functions, one more range example
|
2022-08-24 00:21:43 +03:00 |
|
Alexey Milovidov
|
5d4c6e975b
|
Merge pull request #40555 from ClickHouse/auto/v22.6.6.16-stable
Update version_date.tsv and changelogs after v22.6.6.16-stable
|
2022-08-24 00:20:41 +03:00 |
|
Alexey Milovidov
|
13527346d0
|
Merge pull request #40553 from ClickHouse/auto/v22.8.2.11-lts
Update version_date.tsv and changelogs after v22.8.2.11-lts
|
2022-08-24 00:20:29 +03:00 |
|
Alexey Milovidov
|
bb48a1dfda
|
Merge pull request #40554 from ClickHouse/auto/v22.7.4.16-stable
Update version_date.tsv and changelogs after v22.7.4.16-stable
|
2022-08-24 00:20:11 +03:00 |
|
Andrey Zvonov
|
f40bd2194f
|
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: Robert Schulze <robert@clickhouse.com>
|
2022-08-23 23:42:19 +03:00 |
|
Andrey Zvonov
|
b54a04d48f
|
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: Robert Schulze <robert@clickhouse.com>
|
2022-08-23 23:42:01 +03:00 |
|
Andrey Zvonov
|
6c1fa6844f
|
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: Robert Schulze <robert@clickhouse.com>
|
2022-08-23 23:41:19 +03:00 |
|
Andrey Zvonov
|
946223df20
|
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: Robert Schulze <robert@clickhouse.com>
|
2022-08-23 23:41:01 +03:00 |
|
Andrey Zvonov
|
e4f00e2f15
|
Update docs 1
Co-authored-by: Robert Schulze <robert@clickhouse.com>
|
2022-08-23 23:40:34 +03:00 |
|
robot-clickhouse
|
619e924bfa
|
Update version_date.tsv and changelogs after v22.6.6.16-stable
|
2022-08-23 19:19:49 +00:00 |
|
robot-clickhouse
|
274f3dbb95
|
Update version_date.tsv and changelogs after v22.7.4.16-stable
|
2022-08-23 19:13:49 +00:00 |
|
robot-clickhouse
|
c1747edf19
|
Update version_date.tsv and changelogs after v22.8.2.11-lts
|
2022-08-23 19:08:30 +00:00 |
|
Robert Schulze
|
cadfdc40ef
|
fix: CMake option ENABLE_CCACHE is not propagated to native build
- fixes #40439
|
2022-08-23 18:59:51 +00:00 |
|
Denny Crane
|
add65a17e7
|
Update index.md
|
2022-08-23 15:02:44 -03:00 |
|
Denny Crane
|
a790725bea
|
Update index.md
|
2022-08-23 14:35:33 -03:00 |
|
Denny Crane
|
f93bb53c1f
|
Update index.md
|
2022-08-23 14:32:56 -03:00 |
|