Commit Graph

764 Commits

Author SHA1 Message Date
Smita Kulkarni
671f8b34d0 Added test with all signatures and fixed style check 2023-07-17 17:18:14 +02:00
Smita Kulkarni
4a18ec62ea Addressed review comments on docs and function parameters 2023-07-17 14:52:11 +02:00
Smita Kulkarni
9734871345 Merge branch 'master' into azure_table_function_cluster 2023-06-27 11:09:44 +02:00
Robert Schulze
cc3398159e
Restore Azure build on ARM (#51288) 2023-06-23 14:35:51 +02:00
Alexander Tokmakov
76e3d1e7b6
Revert "Fix a crash in s3 and s3Cluster functions" 2023-06-21 17:10:20 +03:00
Nikolay Degterinsky
150007bfc5
Merge branch 'master' into fix-s3-function 2023-06-21 03:04:59 +02:00
Nikolay Degterinsky
75b266e179 Fix crash in s3 and s3Cluster functions 2023-06-21 00:04:11 +00:00
Smita Kulkarni
641d1ecfcc Merge branch 'master' into azure_table_function_cluster 2023-06-19 15:27:21 +02:00
Kseniia Sumarokova
31e08635bf
Merge branch 'master' into unify-priorities-pools 2023-06-15 12:51:45 +02:00
Smita Kulkarni
8650586131 Added tests and docs for azureBlobStorageCluster 2023-06-13 10:51:35 +02:00
JackyWoo
9d548315e8
Merge branch 'master' into support_redis 2023-06-13 09:34:32 +08:00
Kruglov Pavel
873cee9451
Merge pull request #49626 from alekseygolub/renamefile
Added option to rename files, loaded via TableFunctionFile, after successful processing
2023-06-12 15:01:22 +02:00
Smita Kulkarni
2d0152e93d Fixed issue with named collection 2023-06-12 13:38:01 +02:00
Smita Kulkarni
95d447d81f Updated name to azureBlobStorageCluster 2023-06-12 10:10:09 +02:00
Smita Kulkarni
791a05af61 Merge branch 'master' into azure_table_function_cluster 2023-06-12 09:58:49 +02:00
JackyWoo
a1641aa25d
Merge branch 'master' into support_redis 2023-06-12 09:53:06 +08:00
Smita Kulkarni
a8b579a856 Rename azure_blob_storage to azureBlobStorage 2023-06-09 19:28:06 +02:00
pufit
55d228e78e
Merge branch 'master' into support_redis 2023-06-09 11:45:12 -04:00
Smita Kulkarni
590236030d Fixed cluster with distributed_processing 2023-06-09 15:17:08 +02:00
Smita Kulkarni
6328811097 Added first draft of azure blob storage cluster 2023-06-08 18:27:39 +02:00
Smita Kulkarni
d35573a206 Removed logs and small name fixes 2023-06-08 14:40:58 +02:00
Alexander Sapin
7d5b98f028 Remove logging add sleeps 2023-06-07 20:03:17 +02:00
serxa
2df0e0c669 Unify priorities for connections 2023-06-07 16:25:52 +00:00
Smita Kulkarni
99f0be8ef5 Refactored to StorageAzureBlob 2023-06-06 21:58:54 +02:00
alesapin
5637858182 Fix the most important check in the world 2023-06-06 21:06:45 +02:00
Smita Kulkarni
49b019b26d Refactored TableFunction name to TableFunctionAzureBlobStorage 2023-06-06 20:23:20 +02:00
Kruglov Pavel
b83b057045
Merge branch 'master' into renamefile 2023-06-06 19:38:05 +02:00
alesapin
454c23fecb Merge branch 'azure_table_function' of github.com:ClickHouse/ClickHouse into azure_table_function 2023-06-06 19:34:22 +02:00
alesapin
7100bc5152 Fixes for azure table function 2023-06-06 19:31:50 +02:00
Smita Kulkarni
b2db6b4789 Renamed to azure_blob_storage 2023-06-06 19:19:56 +02:00
alesapin
c910f0034b Some code for table function 2023-06-06 18:48:20 +02:00
Smita Kulkarni
cbe4ea67ae Removed unwanted code & debug lines 2023-06-06 16:42:56 +02:00
Smita Kulkarni
aa6f4e43c5 Fixed COLUMN_NOT_FOUND in block issue 2023-06-05 23:15:13 +02:00
Smita Kulkarni
dedb9067ce WIP : Azure Table Function, added read and StorageAzureSource 2023-06-05 20:36:17 +02:00
Kruglov Pavel
f87f98fb80
Merge pull request #47409 from Avogar/random-structure
Add new function generateRandomStructure
2023-06-02 18:50:35 +02:00
JackyWoo
b01db870d8 normalize redis table function db name 2023-06-02 10:05:54 +08:00
JackyWoo
bcf22c1ec7 fix code style 2023-06-02 10:05:54 +08:00
JackyWoo
f4f939162d new redis engine schema design 2023-06-02 10:05:54 +08:00
JackyWoo
8c822a7edf add tests to redis engine 2023-06-02 10:05:54 +08:00
JackyWoo
3c2b447472 move get configuration to RedisCommon 2023-06-02 10:05:54 +08:00
JackyWoo
ce203b5ce6 Check redis table structure 2023-06-02 10:05:54 +08:00
JackyWoo
9a495cbf99 Push down filter into Redis 2023-06-02 10:05:54 +08:00
JackyWoo
e91867373c Add table function Redis 2023-06-02 10:05:54 +08:00
JackyWoo
7398b22fa5 Add redis storage 2023-06-02 10:05:54 +08:00
alekseygolub
63225b37a2
Merge branch 'ClickHouse:master' into renamefile 2023-05-29 16:52:41 +03:00
alekseygolub
c37b420045
Merge branch 'ClickHouse:master' into renamefile 2023-05-24 09:51:07 +03:00
avogar
4f85d6a1bb Merge branch 'master' of github.com:ClickHouse/ClickHouse into random-structure 2023-05-22 19:43:24 +00:00
avogar
88e4c93abc Merge branch 'master' of github.com:ClickHouse/ClickHouse into urlCluster 2023-05-22 19:19:57 +00:00
Nikolay Degterinsky
7bed59e1d2
Merge pull request #50000 from evillique/add-schema-inference
Add schema inference to more table engines
2023-05-22 17:24:30 +02:00
alekseygolub
c85c3afa1f Added option to rename files, loaded via TableFunctionFile, after success processing 2023-05-19 16:03:22 +00:00