alesapin
05f3cfdefd
Add cherry-pick on github actions
2021-11-08 17:30:27 +03:00
Amr Alaa
ad81977ace
Skip max_partition_size_to_drop check in case of ATTACH PARTITION ... FROM ( #30995 )
...
* Skip checkPartitionCanBeDropped check in case of ATTACH PARTITION ... FROM
* Add integration test
* Fix syntax error
* Fix integration test
* Fix integration test
* Fix integration test
* Skip max_partition_size_to_drop for MOVE PARTITION
2021-11-08 13:07:14 +03:00
Kseniia Sumarokova
908d78febe
Merge pull request #30851 from kssenii/clickhouse-local-improve
...
Allow delayed interactive mode
2021-11-08 10:07:29 +03:00
tavplubix
94a66f724e
Merge pull request #30135 from FArthur-cmd/add_parallel_reading_from_infile
...
Add parallel file reading `FROM INFILE` in client
2021-11-06 15:54:27 +03:00
Artur
93b8863cee
Add test for settings
2021-11-05 18:33:50 +00:00
Artur
ae13237c55
remove check for settings from test
2021-11-05 11:07:31 +00:00
Artur
f6e7fe67c4
improve tests
2021-11-05 10:44:41 +00:00
Vitaly Baranov
78e9af8f0a
Merge pull request #31013 from vitlibar/no-sessions-in-clickhouse-dictionary-source
...
Disable using session log for the local session inside Clickhouse dictionary source
2021-11-04 18:04:22 +03:00
kssenii
26c4affc18
Fixes
2021-11-04 11:00:35 +00:00
alexey-milovidov
e5b811f96d
Merge pull request #31028 from azat/perf-drop-table
...
perf: add missing DROP TABLE queries
2021-11-04 00:31:19 +03:00
alexey-milovidov
74cac98739
Merge pull request #31030 from azat/tests-log-tables
...
Remove metric_log/part_log overrides in tests (enabled by default)
2021-11-04 00:30:43 +03:00
Vitaly Baranov
15280df08d
Fix integration test "test_dictionaries_dependency_xml/".
2021-11-03 17:11:43 +03:00
vdimir
08545795b5
Separate option for enabling fuse syntax for sum, avg, count
2021-11-03 15:13:09 +03:00
Kruglov Pavel
327a34e9da
Merge pull request #30497 from Avogar/null-deserialization
...
Add custom null representation support for TSV/CSV input formats, fix Nullable(String) deserializing in some formats
2021-11-03 11:30:25 +03:00
Kruglov Pavel
a22ab40468
Merge pull request #24539 from ildus/map_combinator
...
add Map combinator for the Map type
2021-11-03 11:25:23 +03:00
Kruglov Pavel
2f950ee138
Merge pull request #30927 from CurtizJ/with-fill-interval
...
Support `INTERVAL` type in `STEP` clause for `WITH FILL` modifier
2021-11-03 11:23:21 +03:00
alesapin
c274782aeb
Merge pull request #31002 from ClickHouse/trying_actions
...
Add fuzzer check to actions
2021-11-03 10:51:47 +03:00
Azat Khuzhin
0047d2eb4f
Remove metric_log/part_log overrides in tests (enabled by default)
2021-11-03 08:39:36 +03:00
Azat Khuzhin
82d6fead89
perf: add missing DROP TABLE queries
2021-11-03 08:26:52 +03:00
Anton Popov
2a617e6a5a
Merge pull request #31003 from kssenii/sql-json-fix
...
Allow spaces in JSONPath.
2021-11-03 00:59:54 +03:00
mergify[bot]
1ba871a664
Merge branch 'master' into fix-format-row
2021-11-02 21:56:44 +00:00
kssenii
feb3d8bc75
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clickhouse-local-improve
2021-11-02 20:01:15 +00:00
Kseniia Sumarokova
065106c299
Merge pull request #30690 from kssenii/partitioned-write
...
Partitioned write for file, hdfs, url storages and table functions
2021-11-02 22:58:16 +03:00
alesapin
94f0214a8f
Remove paths
2021-11-02 22:29:58 +03:00
Ilya Yatsishin
d897a13cc3
Merge pull request #30963 from qoega/less-parallel
2021-11-02 21:42:11 +03:00
alesapin
cd77f26826
Fix fuzzer check
2021-11-02 18:37:55 +03:00
Kruglov Pavel
1cb708fd1b
Update 02113_format_row_bug.sql
2021-11-02 17:13:58 +03:00
kssenii
01684ad05a
Fix
2021-11-02 16:53:47 +03:00
alesapin
bc2c5c6033
Add fuzzer check to actions
2021-11-02 16:38:55 +03:00
avogar
62c5951dd7
Fix segfault in formatRow function
2021-11-02 16:26:14 +03:00
Kruglov Pavel
901ebcede6
Merge pull request #30351 from arenadata/ADQM-335
...
output_format_avro_rows_in_file
2021-11-02 12:25:27 +03:00
Kruglov Pavel
1f8535c02b
Merge branch 'master' into null-deserialization
2021-11-02 12:15:21 +03:00
Kruglov Pavel
1a228e8071
Update 01852_map_combinator.reference
2021-11-02 12:14:00 +03:00
Kruglov Pavel
9a1275cb10
Merge pull request #30178 from Avogar/tsv-csv
...
Refactor and improve TSV, CSV, JSONCompactEachRow, RowBinary formats. Fix bugs in formats
2021-11-02 00:38:30 +03:00
alesapin
fe768d9fae
Merge pull request #30952 from ClickHouse/trying_actions
...
Add stress test to github actions
2021-11-01 22:31:48 +03:00
Ilya Yatsishin
1df7bacf64
Merge pull request #30950 from qoega/fix-backward-compat-test
2021-11-01 20:42:17 +03:00
Vitaly Baranov
3bc9bf28f4
Merge pull request #30688 from vitlibar/backup-and-restore-for-log-family
...
Implement BACKUP & RESTORE for Log family
2021-11-01 19:57:39 +03:00
Kseniia Sumarokova
0a83c391c1
Update 02026_storage_filelog_largefile.sh
2021-11-01 16:56:09 +03:00
alesapin
259c806170
Don't check own run file
2021-11-01 16:27:55 +03:00
alesapin
dbfa17aabf
Add correct S3
2021-11-01 13:32:56 +03:00
alesapin
47b717ceff
Add stress test to github actions
2021-11-01 13:27:46 +03:00
Ilya Golshtein
8efa1743cf
output_format_avro_rows_in_file fix and test for _timestamp
2021-11-01 13:09:18 +03:00
alexey-milovidov
db0174c9b0
Merge pull request #30940 from kssenii/fix-flacky-test
...
Fix flacky test
2021-11-01 12:38:32 +03:00
Vitaly Baranov
a1f29d31ea
Support BACKUP & RESTORE for log family.
2021-11-01 12:07:17 +03:00
Vladimir C
9d967e9883
Merge pull request #30840 from nickitat/nickitat_any_type_4_arrayStringConcat
2021-11-01 11:48:45 +03:00
alesapin
30090472a1
Merge pull request #30948 from ClickHouse/fix_docs_release
...
Parse json from response in ci checks
2021-11-01 11:48:22 +03:00
Yatsishin Ilya
7c7c90f1b4
try
2021-11-01 11:45:10 +03:00
Yatsishin Ilya
31a8bcd3e1
fix test_backward_compatibility
2021-11-01 11:25:38 +03:00
alesapin
19e690f86a
Parse json from response
2021-11-01 11:22:35 +03:00
kssenii
0ff0cf6dd2
Fix
2021-11-01 00:45:32 +03:00