alesapin
a1f3bd9e23
Fix reads
2023-06-06 14:55:17 +02:00
alesapin
d497562a07
Copy and paste
2023-06-06 13:01:21 +02:00
alesapin
3d99abee43
Remove async reads
2023-06-06 12:40:28 +02:00
alesapin
8028184e30
Fix read
2023-06-06 12:27:40 +02:00
alesapin
1506545db0
Fix merge conflicts
2023-06-06 11:47:29 +02:00
Smita Kulkarni
614451998d
Fixed build by adding StorageAzureSource constructor and getHeader function implementation
2023-06-06 08:06:24 +02:00
alesapin
b22e664e25
Implement blob-read
2023-06-06 01:28:04 +02:00
alesapin
934237091d
Merge remote-tracking branch 'origin/azure_table_function' into azure
2023-06-06 00:40:05 +02:00
Smita Kulkarni
bd6b0ff1c0
Updated to read only 1st object
2023-06-05 23:32:26 +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
Smita Kulkarni
93e9752a3f
Merge branch 'azure' into azure_table_function
2023-06-05 19:01:35 +02:00
robot-ch-test-poll
e1889ffb3a
Merge pull request #50529 from kitaisreal/function-if-constant-folding
...
Function if constant folding
2023-06-05 17:29:29 +02:00
Han Fei
f136945ea4
Merge pull request #50255 from johanngan/regexptree-arrays
...
Add dictGetAll function to collect multiple matches in RegExpTreeDictionary
2023-06-05 17:20:24 +02:00
Alexander Sapin
bc8ee56a19
Support settings, test truncate
2023-06-05 14:46:52 +02:00
Alexander Sapin
2866bac089
Add named collections and remove host filter support
2023-06-05 14:03:19 +02:00
Kruglov Pavel
59f27014f7
Merge pull request #50474 from valentinalexeev/patch-1
...
Additional error information when JSON is too large
2023-06-05 13:31:21 +02:00
Dmitry Novik
8e51a15606
Merge pull request #50234 from azat/fix-nested-dist-cte
...
Fix nested distributed SELECT in WITH clause
2023-06-05 13:18:50 +02:00
Alexander Sapin
3bd23f1692
Merge branch 'master' into azure
2023-06-05 12:33:30 +02:00
alesapin
5e8ecf8f22
Merge pull request #50548 from ClickHouse/move_async_iterator_to_object_storage
...
Add async iteration to object storage
2023-06-05 12:30:28 +02:00
Alexander Sapin
c9c9e1e969
Merge branch 'master' into azure
2023-06-05 12:19:29 +02:00
Alexey Milovidov
fb4e950f9f
Merge pull request #50546 from auxten/patch-1
...
Resize BufferFromVector underlying vector only pos_offset == vector.size()
2023-06-05 11:12:57 +03:00
Maksim Kita
c860db0fb7
Fixed tests
2023-06-05 10:32:46 +03:00
johanngan
8d4206df66
Review comments: Use constexpr-if in more places
...
Also add a comment about the apparent lack of type checking on the limit
column.
2023-06-04 23:46:04 -05:00
johanngan
c0f162c5b6
Add dictGetAll function for RegExpTreeDictionary
...
This function outputs an array of attribute values from all regexp nodes
that matched in a regexp tree dictionary. An optional final argument can
be passed to limit the array size.
2023-06-04 23:46:04 -05:00
Alexey Milovidov
3c5bd78856
Fix typo
2023-06-05 06:13:39 +02:00
Alexey Milovidov
d66962b864
Merge pull request #50252 from Avogar/fix-secure-async-read-write
...
Fix bugs in Poco sockets in non-blocking mode, use true non-blocking sockets
2023-06-05 06:44:22 +03:00
Alexey Milovidov
3617a14467
Merge pull request #50215 from arenadata/ADQM-830
...
Added --input_format_csv_trim_whitespaces option
2023-06-05 06:06:45 +03:00
Alexey Milovidov
4b1bb75a07
Merge pull request #50383 from bigo-sg/grace_hash_join_mismatch_right_block
...
Without applying `prepareRightBlock` will cause mismatch block structrue
2023-06-05 05:57:16 +03:00
Alexey Milovidov
881bdbf839
Merge pull request #50153 from amosbird/fix_44504
...
Fix invalid index analysis for date related keys
2023-06-05 05:00:20 +03:00
Alexey Milovidov
5fc8838b04
Update KeyCondition.cpp
2023-06-05 04:58:29 +03:00
Alexey Milovidov
f118cba17e
Merge pull request #50238 from azat/dist-pending-bytes
...
Add new metrics BrokenDistributedBytesToInsert/DistributedBytesToInsert
2023-06-05 04:50:42 +03:00
Alexey Milovidov
3b8c781b2c
Merge pull request #50448 from ClickHouse/rm_parts_from_zk_paranoid
...
Paranoid fix for removing parts from ZooKeeper
2023-06-05 04:42:15 +03:00
Alexey Milovidov
4bd39318c7
Merge pull request #50455 from ClickHouse/nulllogger
...
Don't crash if config doesn't have logger section
2023-06-05 04:41:34 +03:00
Alexey Milovidov
bed19aa792
Merge pull request #50483 from ClickHouse/fix-keeper-snapshot-install
...
Keeper fix: apply uncommitted state after snapshot install
2023-06-05 04:39:33 +03:00
Alexey Milovidov
091d6d02f7
Merge pull request #50536 from ClickHouse/fix-incorrect-constant-folding
...
Fix incorrect constant folding
2023-06-05 04:35:53 +03:00
Alexey Milovidov
5048f24755
Merge pull request #50541 from azat/rust-msan
...
MSan support for Rust
2023-06-05 04:00:37 +03:00
auxten
e5c95add52
use old_size
...
Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
2023-06-05 08:43:55 +08:00
Alexey Milovidov
18817517ed
Merge pull request #50538 from ClickHouse/fix-generaterandom
...
Control memory usage in generateRandom
2023-06-05 02:50:24 +03:00
Alexey Gerasimchuk
9958731c27
Merge branch 'master' into ADQM-830
2023-06-05 07:46:47 +10:00
Azat Khuzhin
bf127f4e1e
MSan support for Rust
...
Previously you have to unpoison memory from the Rust, however Rust does
supports MSan, so let's simply use it.
But for this we need nightly Rust and recompile standard library.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-04 23:04:55 +02:00
alesapin
8d8d06285f
Add integration test
2023-06-04 18:59:22 +02:00
alesapin
02923138a3
Merge branch 'master' into azure
2023-06-04 16:43:28 +02:00
alesapin
0f4dd26ceb
Add async iteration to object storage
2023-06-04 16:03:44 +02:00
Sergey Kazmin
a3a1283467
remove try-catch from the impl of typeid_cast for refs
2023-06-04 16:22:58 +03:00
Sergey Kazmin
63eab2783e
Make typeid_cast for pointers noexcept
2023-06-04 16:22:58 +03:00
Maksim Kita
46cbdeeb7e
Fixed tests
2023-06-04 15:02:46 +03:00
alesapin
4fd674a3b2
Merge pull request #50521 from ClickHouse/get_rid_of_strange_object_storage
...
Remove strange object storage methods
2023-06-04 12:09:09 +02:00
auxten
db806bd394
Resize underlying vector only pos_offset == vector.size()
2023-06-04 17:44:29 +08:00
Alexey Milovidov
07a6e49941
Merge pull request #50527 from ClickHouse/fix-bad-code-rocksdb
...
Fix low quality code around metadata in RocksDB (experimental feature never used in production)
2023-06-04 06:48:19 +03:00