Maksim Kita
|
da235f9cda
|
Merge pull request #34536 from kitaisreal/system-log-tables-comment-fix
System log tables allow to specify COMMENT in ENGINE declaration
|
2022-03-23 15:06:05 +01:00 |
|
Alexander Tokmakov
|
cd058699e9
|
fix test
|
2022-03-23 13:39:07 +01:00 |
|
Alexander Tokmakov
|
94d32c6b80
|
Merge branch 'master' into merging_30325
|
2022-03-23 11:58:57 +01:00 |
|
Antonio Andelic
|
9829f2d051
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-23 07:41:14 +00:00 |
|
taiyang-li
|
8dbf1c60e7
|
merge master and fix conflict
|
2022-03-23 11:36:50 +08:00 |
|
Maksim Kita
|
1a096a87da
|
Added support for SystemLog to specify COMMENT in ENGINE section
|
2022-03-22 22:44:46 +01:00 |
|
Alexander Tokmakov
|
7e904ac789
|
more logs
|
2022-03-22 19:05:37 +01:00 |
|
Mikhail f. Shiryaev
|
e6f5a3f98b
|
Apply black formatter to all *.py files in the repo
|
2022-03-22 17:39:58 +01:00 |
|
Vladimir C
|
ac6fef5c70
|
Merge pull request #35124 from vdimir/ci-bugfix-validation
|
2022-03-22 17:34:15 +01:00 |
|
Alexander Tokmakov
|
bc5a689899
|
add debug logging
|
2022-03-22 15:34:20 +01:00 |
|
Antonio Andelic
|
5da3058368
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-22 12:20:36 +00:00 |
|
Antonio Andelic
|
246c66bf3e
|
Merge pull request #35393 from bigo-sg/hive_column_pruning_bug
Fix erasing nonexistent column
|
2022-03-22 08:59:33 +01:00 |
|
Alexander Tokmakov
|
3cca5fb181
|
minor fixes
|
2022-03-21 15:55:01 +01:00 |
|
Alexander Tokmakov
|
d0217a0025
|
make tests more compact
|
2022-03-21 14:22:15 +01:00 |
|
Alexander Tokmakov
|
94f616b48e
|
Merge branch 'master' into merging_30325
|
2022-03-21 13:23:45 +01:00 |
|
lgbo-ustc
|
967d5a8055
|
Merge remote-tracking branch 'ck/master' into hive_column_pruning_bug
|
2022-03-21 19:52:06 +08:00 |
|
Vitaly Baranov
|
7a46e7a0d1
|
Merge branch 'master' into improve-backup-and-restore
|
2022-03-21 11:49:26 +01:00 |
|
Vitaly Baranov
|
51fc556fcd
|
Implement BACKUP and RESTORE for MatViews.
|
2022-03-21 11:45:21 +01:00 |
|
Antonio Andelic
|
b8c43ff2f2
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-21 09:11:01 +00:00 |
|
Alexey Milovidov
|
0ce4696c49
|
Revert "[WIP] New row policies"
|
2022-03-21 08:41:33 +03:00 |
|
Vitaly Baranov
|
18173d71fb
|
A corresponding file in base backup can be searched by checksum too, not only by name.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
5f195d6ead
|
Implement writing backups as zip archive.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
e72a343994
|
Implement BACKUP & RESTORE for the Memory table engine.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
fd1d24f624
|
Add settings "throw_if_database_exists" and "throw_if_table_exists".
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
9fb50422ce
|
Merge pull request #35345 from vitlibar/new-row-policies
[WIP] New row policies
|
2022-03-20 20:00:25 +01:00 |
|
Vitaly Baranov
|
afe6a1003a
|
Add new row policy kind: simple
|
2022-03-20 17:34:59 +01:00 |
|
alesapin
|
2484a63d00
|
Merge pull request #35431 from ClickHouse/rename_list_option
Rename some variables in keeper
|
2022-03-20 15:25:04 +01:00 |
|
alesapin
|
1da0f11496
|
Merge pull request #35428 from zhangyuli1/fix_test_keeper_back_to_back_duplicate
Fix test_keeper_back_to_back duplicate error
|
2022-03-19 22:00:35 +01:00 |
|
alesapin
|
ac3c607ed4
|
Merge branch 'master' into rename_list_option
|
2022-03-19 20:16:57 +01:00 |
|
zhangyuli1
|
152b949adf
|
fix duplicate error
|
2022-03-20 00:42:16 +08:00 |
|
alesapin
|
95ca06f4e2
|
Fix names
|
2022-03-19 17:41:52 +01:00 |
|
vdimir
|
2551adc416
|
Bugfix validate meta check
|
2022-03-18 16:31:19 +01:00 |
|
kssenii
|
1b06a2033e
|
Support uuid
|
2022-03-18 12:24:50 +01:00 |
|
Vitaly Baranov
|
98e48d7b54
|
SHOW CREATE ROW POLICY now always shows AS permissive/restrictive if there is TO section.
|
2022-03-17 15:28:53 +01:00 |
|
Vitaly Baranov
|
470582e262
|
Change type of RowPolicyKind: bool -> enum.
|
2022-03-17 15:28:05 +01:00 |
|
alesapin
|
bf5b3a856d
|
Rename some variables in keeper
|
2022-03-17 11:55:15 +01:00 |
|
Antonio Andelic
|
103a3fa140
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-17 10:11:58 +00:00 |
|
Antonio Andelic
|
cc623bbf5e
|
Fix redirect_url tests
|
2022-03-17 08:03:22 +00:00 |
|
Anton Popov
|
de2cc23e15
|
fix race
|
2022-03-16 20:16:59 +00:00 |
|
Anton Popov
|
0ba78c3c3a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-16 15:28:09 +00:00 |
|
Kruglov Pavel
|
ec6968c17e
|
Merge pull request #35313 from kssenii/fix-pg-db
Fix possible segfault in DatabasePostgreSQL::getCreateTableQuery
|
2022-03-16 12:23:25 +01:00 |
|
kssenii
|
3a784fe611
|
Fix
|
2022-03-16 00:52:51 +01:00 |
|
alesapin
|
1eefdc8df6
|
Fix more test
|
2022-03-15 17:31:33 +01:00 |
|
lgbo-ustc
|
abfaa82bca
|
fixed hive query bugs
|
2022-03-15 12:01:34 +08:00 |
|
alesapin
|
4233fa2bed
|
Merge branch 'integration-tests-correction' of https://github.com/ClickHouse/ClickHouse into integration-tests-correction
|
2022-03-14 21:45:32 +01:00 |
|
alesapin
|
1edd4347fc
|
Hope I'll fix it
|
2022-03-14 21:43:51 +01:00 |
|
Anton Popov
|
36ec379aeb
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-14 16:28:35 +00:00 |
|
vdimir
|
cf70b79f74
|
Revert "Bugfix check requires either functional _or_ stateless test"
This reverts commit b8b64b1d15 .
|
2022-03-14 15:43:15 +00:00 |
|
vdimir
|
494d5264dd
|
rm dummy tests
|
2022-03-14 15:42:23 +00:00 |
|
vdimir
|
16dbdc30de
|
rm test_dummy_err_on_master
|
2022-03-14 14:23:16 +00:00 |
|
alesapin
|
903fa58442
|
Update common.py
|
2022-03-14 15:22:28 +01:00 |
|
vdimir
|
da1e740b32
|
Add dummy integration tests
|
2022-03-14 13:15:26 +00:00 |
|
vdimir
|
b8b64b1d15
|
Bugfix check requires either functional _or_ stateless test
|
2022-03-14 13:09:53 +00:00 |
|
alesapin
|
2f8da04891
|
Fix timezones
|
2022-03-14 13:46:45 +01:00 |
|
alesapin
|
9753b4b8da
|
Merge branch 'master' into integration-tests-correction
|
2022-03-14 11:35:53 +01:00 |
|
Kseniia Sumarokova
|
58a2d2b458
|
Merge pull request #35118 from zzsmdfj/issue/#31469_MaterializedMysql_mysqlDate2CkDate32
to #31469_MaterializedMysql_mysqlDate2CkDate32
|
2022-03-14 10:32:33 +01:00 |
|
Alexey Milovidov
|
e30ae215cf
|
Correct some integration tests
|
2022-03-11 22:51:24 +01:00 |
|
vdimir
|
f2050b062e
|
Remove dummy tests ok on master
|
2022-03-11 14:42:19 +00:00 |
|
vdimir
|
983e8c8bdf
|
Remove tests failed on master
|
2022-03-11 14:37:00 +00:00 |
|
vdimir
|
23bee2c843
|
Do not invert result of integration bugfix check in ci-runner.py
|
2022-03-11 14:32:24 +00:00 |
|
vdimir
|
e5c63266c2
|
Integration test bugfix check
|
2022-03-11 14:14:16 +00:00 |
|
vdimir
|
f7bcb796ce
|
add dummy integration tests
|
2022-03-11 12:50:34 +00:00 |
|
Kseniia Sumarokova
|
818459b9f0
|
Merge pull request #33717 from kssenii/local-cache-for-remote-fs
Local cache for remote filesystem
|
2022-03-11 07:23:10 +01:00 |
|
alesapin
|
c0d8ccc91b
|
Merge pull request #35178 from Varinara/master
Added disk_name to system.part_log
|
2022-03-10 22:22:37 +01:00 |
|
Kseniia Sumarokova
|
3fc399b6e9
|
Merge pull request #35158 from kssenii/fix-materialized-postgresql
Fix materialised postrgesql adding new table after manually removing it
|
2022-03-10 17:02:32 +01:00 |
|
Kseniia Sumarokova
|
e30b0c5d57
|
Merge pull request #35162 from kssenii/fix-materialized-postgresql-table-override
Fix materialised postgres `table overrides` for partition by, etc
|
2022-03-10 17:01:24 +01:00 |
|
Varinara
|
f5523f7ff0
|
added disk_name to system.part_log
|
2022-03-10 18:44:19 +03:00 |
|
Kruglov Pavel
|
a506120646
|
Fix bug in schema inference in s3 table function (#35176)
|
2022-03-10 15:16:07 +01:00 |
|
kssenii
|
787a0805a5
|
Merge master
|
2022-03-10 11:42:19 +01:00 |
|
kssenii
|
3cd1da1e11
|
Fix
|
2022-03-10 11:11:59 +01:00 |
|
kssenii
|
af9d8d278e
|
Fix
|
2022-03-09 19:25:43 +01:00 |
|
zzsmdfj
|
00794fd4a4
|
to #31469_MaterializedMysql_mysqlDate2CkDate32-add MySQLDataTypesSupport setting
|
2022-03-09 15:58:43 +08:00 |
|
lgbo-ustc
|
95d8f28aa0
|
update test.py
|
2022-03-09 15:42:57 +08:00 |
|
lgbo-ustc
|
46c4b3a69f
|
retry on exception
|
2022-03-09 11:03:05 +08:00 |
|
kssenii
|
5260822964
|
Merge master
|
2022-03-08 18:21:28 +01:00 |
|
zzsmdfj
|
e7f567ddfd
|
to #31469_MaterializedMysql_mysqlDate2CkDate32-adjust code-style
|
2022-03-08 18:25:21 +08:00 |
|
lgbo-ustc
|
d98ef45a50
|
update tests
|
2022-03-08 18:22:53 +08:00 |
|
zzsmdfj
|
67b9f81104
|
to #31469_MaterializedMysql_mysqlDate2CkDate32
|
2022-03-08 18:17:22 +08:00 |
|
lgbo-ustc
|
256e92ffee
|
Merge remote-tracking branch 'ck/master' into hive_random_access_file_cache
|
2022-03-08 14:14:40 +08:00 |
|
taiyang-li
|
b4174b0bef
|
merge master and fix conflicts
|
2022-03-08 11:39:25 +08:00 |
|
lgbo-ustc
|
148109e929
|
update tests
|
2022-03-08 09:36:02 +08:00 |
|
Kseniia Sumarokova
|
28b9ec01c0
|
Merge pull request #34945 from bigo-sg/hive_bug_fixed
unexpected result when use `in` in hive query
|
2022-03-07 17:13:11 +01:00 |
|
Anton Popov
|
0bc57da238
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-07 14:46:08 +00:00 |
|
lgbo-ustc
|
0f40a5a52d
|
update tests
|
2022-03-07 17:31:27 +08:00 |
|
lgbo-ustc
|
f322674577
|
update tests
|
2022-03-07 17:22:55 +08:00 |
|
lgbo-ustc
|
a016ce3576
|
updat codes
|
2022-03-07 12:15:20 +08:00 |
|
lgbo-ustc
|
4507cc58aa
|
update codes
|
2022-03-07 12:05:07 +08:00 |
|
tavplubix
|
e49521163f
|
Merge pull request #34860 from zhangjmruc/master
Support non-table DDLs on cross replicated cluster
|
2022-03-04 19:37:51 +01:00 |
|
Vitaly Baranov
|
115c0c2aba
|
Merge pull request #34855 from vitlibar/ignore-obsolete-grants-in-attach-grants
Ignore obsolete grants in ATTACH GRANT statements
|
2022-03-04 12:50:09 +01:00 |
|
Anton Popov
|
df3b07fe7c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-03 22:25:28 +00:00 |
|
Kseniia Sumarokova
|
b11b34dc8c
|
Merge pull request #34849 from kssenii/fix-too-many-columns
Fix reading too many columns for s3 and url storages
|
2022-03-03 13:57:22 +01:00 |
|
tavplubix
|
b7d4c78f13
|
Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings
MaterializedMySQL add materialized_mysql_tables_list settings
|
2022-03-03 12:44:51 +01:00 |
|
Vladimir C
|
ec3ed98dfe
|
Merge pull request #34947 from freedomDR/feature1
|
2022-03-03 12:14:01 +01:00 |
|
mergify[bot]
|
e169813004
|
Merge branch 'master' into fix-too-many-columns
|
2022-03-02 18:46:35 +00:00 |
|
kssenii
|
d5952109fb
|
Merge master
|
2022-03-02 18:15:25 +01:00 |
|
mergify[bot]
|
df70927e83
|
Merge branch 'master' into fix-postgres-test
|
2022-03-02 13:24:20 +00:00 |
|
Vladimir C
|
9e81bd395a
|
Check current user from env in test_user_zero_database_access
|
2022-03-02 13:49:12 +01:00 |
|
kssenii
|
b3a7f07954
|
Fix flacky test
|
2022-03-02 13:01:15 +01:00 |
|
kssenii
|
99b55d802b
|
Fix
|
2022-03-02 12:15:50 +01:00 |
|
HaiBo Li
|
2ea18b3085
|
Fix the bug that the toDatetime function overflows (#32898)
* Fixed overflow bug of the function toDatetime/toDate/toDate32/parseDateTimeBestEffort
|
2022-03-02 10:06:38 +03:00 |
|