qieqieplus
|
5287f78d8b
|
fix #33798
|
2022-03-06 12:02:17 +08:00 |
|
Anton Popov
|
7d01516202
|
Merge pull request #34795 from snar/array-compact-higher-order
make arrayCompact behave as other higher-order functions
|
2022-03-03 21:25:43 +03: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
|
eb68c21152
|
Merge pull request #34995 from vdimir/fix-aarch64
|
2022-03-03 12:18:28 +01:00 |
|
Vladimir C
|
ec3ed98dfe
|
Merge pull request #34947 from freedomDR/feature1
|
2022-03-03 12:14:01 +01:00 |
|
Vladimir C
|
38cafb549b
|
add no-cpu-aarch64 to 01092_memory_profiler
|
2022-03-02 23:15:01 +01:00 |
|
Kseniia Sumarokova
|
36dcdafc1c
|
Merge pull request #34991 from kssenii/fix-postgres-test
Fix test_storage_postgresql::test_concurrent_queries
|
2022-03-02 20:14:06 +01:00 |
|
mergify[bot]
|
e169813004
|
Merge branch 'master' into fix-too-many-columns
|
2022-03-02 18:46:35 +00:00 |
|
Kruglov Pavel
|
3e17f6dd4a
|
Merge pull request #34961 from Avogar/fix-schema-inference
Fix wrong schema inference for unquoted dates in CSV
|
2022-03-02 18:06:52 +03:00 |
|
vdimir
|
fc5e941f79
|
Add option to clickhouse-test to skip aarch64 build
|
2022-03-02 14:18:24 +00:00 |
|
alesapin
|
b1f5805647
|
Merge pull request #34609 from ClickHouse/unrestricted-zk-reads
allow unrestricted reads from zookeeper
|
2022-03-02 14:53:12 +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 |
|
alesapin
|
8c533b2382
|
Merge pull request #34964 from ClickHouse/disable_test_for_memory_with_tsan
Disable memory checking test with thread sanitizer
|
2022-03-02 13:17:13 +01:00 |
|
Vladimir C
|
2c32614e0a
|
Merge pull request #34951 from vdimir/fix-aarch64
|
2022-03-02 13:01:56 +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 |
|
alesapin
|
9249c5d50e
|
Use tryget instead of get
|
2022-03-02 13:09:12 +03:00 |
|
alesapin
|
1863abe7c5
|
disable also for asan
|
2022-03-02 12:43:40 +03:00 |
|
Kseniia Sumarokova
|
a9ab149b31
|
Merge pull request #34859 from Vxider/windowview-multi-column-groupby
Fix bugs for multiple columns group by in WindowView
|
2022-03-02 10:09:47 +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 |
|
Vxider
|
1f89632f89
|
Merge branch 'windowview-multi-column-groupby' of https://github.com/Vxider/ClickHouse
|
2022-03-02 03:19:50 +00:00 |
|
Vxider
|
6354ce41c1
|
fix flaky test
|
2022-03-02 11:12:42 +08:00 |
|
freedomDR
|
43ac214dc5
|
get credentials from environment variables for clickhouse-client
include CLICKHOUSE_USER, CLICKHOUSE_PASSWORD
|
2022-03-02 00:54:51 +00:00 |
|
alesapin
|
ec3e4251e1
|
Fix style
|
2022-03-01 20:34:25 +01:00 |
|
alesapin
|
673ddd98de
|
Fix tests
|
2022-03-01 20:02:43 +01:00 |
|
alesapin
|
cba5fe44a9
|
Merge branch 'master' into unrestricted-zk-reads
|
2022-03-01 18:09:21 +01:00 |
|
Anton Popov
|
82d24f06eb
|
Merge pull request #34866 from CurtizJ/async-insert-table-function
Fix async inserts to table functions
|
2022-03-01 19:45:22 +03:00 |
|
alesapin
|
932fa19ecd
|
Disable memory checking test with thread sanitizer
|
2022-03-01 13:17:34 +01:00 |
|
kssenii
|
7597c692d1
|
Fix test
|
2022-03-01 12:07:13 +01:00 |
|
kssenii
|
092ec45b47
|
Merge master
|
2022-03-01 12:06:56 +01:00 |
|
avogar
|
a7c6d11532
|
Fix schema inference for unquoted dates in CSV
|
2022-03-01 11:03:26 +00:00 |
|
Kruglov Pavel
|
97d634d1cc
|
Merge pull request #34732 from Avogar/insert-select-schema
Support schema inference for INSERT INTO FUNCTION
|
2022-03-01 13:38:16 +03:00 |
|
Kseniia Sumarokova
|
781621eefe
|
Merge pull request #34946 from bigo-sg/hive_table_function
Add hive table function
|
2022-03-01 11:28:36 +01:00 |
|
kssenii
|
af6a5c78a6
|
Fix tests
|
2022-03-01 10:38:01 +01:00 |
|
zzsmdfj
|
4d9bdfa58c
|
to 32977_MaterializedMySQL_add_table_list_settings
|
2022-03-01 10:21:58 +08:00 |
|
Filatenkov Artur
|
af4362e40a
|
Improve certificate reloader (#34887)
* add ec support
* Add test
* fix tests and improve code style
|
2022-02-28 21:30:02 +03:00 |
|
Kruglov Pavel
|
ee37e93499
|
Update test.py
|
2022-02-28 20:39:15 +03:00 |
|
vdimir
|
96390a9263
|
Fix 01016_simhash_minhash
|
2022-02-28 16:38:39 +00:00 |
|
vdimir
|
1560bb0e3d
|
Fix 01492_format_readable_quantity
|
2022-02-28 16:06:39 +00:00 |
|
vdimir
|
39407dc17b
|
Skip 01103_check_cpu_instructions_at_startupfor aarch64
|
2022-02-28 16:05:57 +00:00 |
|
vdimir
|
399c9c2902
|
Add order by to 01854_HTTP_dict_decompression
|
2022-02-28 15:09:54 +00:00 |
|
vdimir
|
685de7166d
|
Fix 02207_s3_content_type
|
2022-02-28 14:58:56 +00:00 |
|
Kseniia Sumarokova
|
3881f6a806
|
Merge pull request #34923 from azat/client-stop-multiquery-on-SIGINT
Stop processing multiqueries in clickhouse-client/local on SIGINT
|
2022-02-28 15:57:44 +01:00 |
|
Kruglov Pavel
|
011813957d
|
Merge pull request #34938 from azat/create-as-ignore-ttl
Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it
|
2022-02-28 16:58:15 +03:00 |
|
lgbo-ustc
|
99cd25d70e
|
add new table function: hive()
|
2022-02-28 20:51:33 +08:00 |
|
Vladimir C
|
9bceba5aa8
|
Merge pull request #34907 from kssenii/sqlite-db-allow-no-existing-db
|
2022-02-28 12:21:43 +01:00 |
|
avogar
|
916ce3f96d
|
Fix tests
|
2022-02-28 10:07:29 +00:00 |
|
Azat Khuzhin
|
f66ad2ee48
|
Stop processing multiqueries in clickhouse-client/local on SIGINT
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-02-28 12:19:13 +03:00 |
|