Alexey Milovidov
|
91bd6f1d46
|
Write the documentation for all ProfileEvents. Enforce that documentation exists.
|
2022-08-26 01:35:03 +02:00 |
|
Alexander Gololobov
|
6a69e08799
|
Merge pull request #40559 from ClickHouse/lwd_vertical_merge_fix
Fix vertical merge of parts with lightweight deleted rows
|
2022-08-25 20:47:44 +02:00 |
|
Alexey Milovidov
|
fcba079baa
|
Merge pull request #40572 from Avogar/fix-map-bug
Fix possible logical error in arrayElement function with Map
|
2022-08-25 20:17:22 +03:00 |
|
Alexander Tokmakov
|
eae2667a1c
|
Merge pull request #40148 from ClickHouse/replicate-tables-readonly
`ReplicatedMergeTree` tables as readonly until attach is finished
|
2022-08-25 19:39:19 +03:00 |
|
Vladimir C
|
13de3d0665
|
Merge pull request #40610 from ClickHouse/nickitat-patch-2
Update 02405_pmj_issue_40335.sql
|
2022-08-25 15:18:23 +02:00 |
|
alesapin
|
7d1e3ecfa3
|
Merge pull request #40506 from ClickHouse/fix_bad_exception
Fix lost errors in AWS CPP SDK
|
2022-08-25 13:07:35 +02:00 |
|
Nikita Taranov
|
75d5698029
|
Update 02405_pmj_issue_40335.sql
|
2022-08-25 12:51:01 +02:00 |
|
Alexander Tokmakov
|
f7ce63c754
|
Merge pull request #40584 from ClickHouse/fix_flaky_replication_check
Adjust timeouts for replication consistency check
|
2022-08-25 13:43:17 +03:00 |
|
alesapin
|
c4f8811701
|
Merge pull request #40395 from ClickHouse/data_source_description
Add copy shortcut for backups if dest and source support it
|
2022-08-25 12:36:30 +02:00 |
|
Kruglov Pavel
|
66e677b307
|
Merge pull request #40546 from Avogar/fix-inferring-datetimes
Fix possible error 'Decimal math overflow' while parsing DateTime64
|
2022-08-25 11:18:30 +02:00 |
|
Vladimir C
|
512a09049d
|
Merge pull request #40582 from ClickHouse/vdimir/add-test-helper
Small script to create empty test file with new number assigned
|
2022-08-25 10:58:20 +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 |
|
Antonio Andelic
|
da0d6056f4
|
Merge branch 'master' into replicate-tables-readonly
|
2022-08-24 17:29:33 +00:00 |
|
vdimir
|
56e8e247e4
|
Rename add_test.sh -> add-test
|
2022-08-24 16:28:58 +00:00 |
|
vdimir
|
b42fcfd37f
|
shellcheck tests/queries/0_stateless/add_test.sh
|
2022-08-24 16:27:58 +00: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
|
054f610c50
|
adjust timeouts for replication consistency check
|
2022-08-24 17:27:56 +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 |
|
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 |
|
vdimir
|
0fa8ae5f1a
|
Small script to create empty test file with new number assigned
|
2022-08-24 13:29:06 +00:00 |
|
alesapin
|
eeb0a3584e
|
Merge branch 'master' into data_source_description
|
2022-08-24 15:26:18 +02:00 |
|
Alexander Gololobov
|
1c2dd50ca5
|
Fix vertical merge of parts with lightweight deleted rows
|
2022-08-24 15:18:33 +02:00 |
|
alesapin
|
f0b733313f
|
Merge branch 'master' into fix_bad_exception
|
2022-08-24 14:44:40 +02:00 |
|
alesapin
|
cac3005f4d
|
Merge branch 'master' into paranoid_check_for_s3_uploads
|
2022-08-24 14:43:11 +02: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 |
|
Kruglov Pavel
|
074e0f06e5
|
Update test
|
2022-08-24 13:42:29 +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 |
|
avogar
|
fa320f65f6
|
Fix possible logical error in arrayElement function with Map
|
2022-08-24 11:01:39 +00:00 |
|
Alexander Tokmakov
|
c1d933b746
|
Update test.py
|
2022-08-24 13:39:45 +03:00 |
|
kgurjev
|
f62c2c3221
|
Fix bug in settings input_format_tsv_skip_first_lines of format TSV
|
2022-08-24 10:02:57 +03:00 |
|
Kruglov Pavel
|
72f02bd6eb
|
Merge pull request #40414 from Avogar/improve-schema-inference-cache
Improve schema inference cache, respect format settings that can change the schema
|
2022-08-23 17:04:58 +02:00 |
|
avogar
|
de489ba1f7
|
Fix possible error 'Decimal math overflow' while parsing DateTime64
|
2022-08-23 14:42:23 +00:00 |
|
Kruglov Pavel
|
4054183fc4
|
Fix test
|
2022-08-23 16:23:31 +02:00 |
|
alesapin
|
dc95d86d6e
|
Merge pull request #40064 from ClickHouse/keeper-force-recovery-more-retries
Add retries for more commands in `test_keeper_force_recovery`
|
2022-08-23 15:44:28 +02:00 |
|
robot-clickhouse
|
f0b18a1082
|
Automatic style fix
|
2022-08-23 13:21:29 +00:00 |
|
alesapin
|
07286dd042
|
Add paranoid option to check blobs to S3 after upload
|
2022-08-23 15:12:09 +02:00 |
|
Alexey Milovidov
|
34b5d267f3
|
Merge pull request #40461 from ClickHouse/dashboard
Dashboard
|
2022-08-23 15:34:28 +03:00 |
|
alesapin
|
7c7fa9472f
|
One more comment
|
2022-08-23 14:07:50 +02:00 |
|
alesapin
|
2f478774e5
|
Add comment to proxy
|
2022-08-23 14:05:05 +02:00 |
|
avogar
|
581e569d04
|
Support reading Array(Record) into flatten nested table in Avro
|
2022-08-23 11:05:02 +00:00 |
|
alesapin
|
802d56df49
|
Merge branch 'master' into fix_bad_exception
|
2022-08-23 12:22:05 +02:00 |
|
alesapin
|
05a0ca659a
|
Merge pull request #40517 from ClickHouse/fix-jepsen-with-compressed-binary
Fix Jepsen with compressed binary
|
2022-08-23 11:58:57 +02:00 |
|
Antonio Andelic
|
032df2d7a1
|
Update tests/jepsen.clickhouse-keeper/src/jepsen/clickhouse_keeper/utils.clj
|
2022-08-23 09:56:34 +02:00 |
|
Antonio Andelic
|
8b6e513a2b
|
Fix Jepsen with compressed binary
|
2022-08-23 07:51:31 +00:00 |
|
Robert Schulze
|
60aa1d99f2
|
Merge pull request #38900 from Algunenano/avoid_printing_settings
Avoid printing SETTINGS twice when formatting a query
|
2022-08-23 09:28:01 +02:00 |
|
Antonio Andelic
|
0765495be1
|
Merge pull request #39986 from Lloyd-Pottiger/feat/support-ttl-for-embeddedrocksdb
Support TTL for EmbeddedRocksDB
|
2022-08-23 08:27:47 +02:00 |
|